You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): 7.0.2 [skip ci]
## [7.0.2](v7.0.1...v7.0.2) (2026-04-30)
### Bug Fixes
* **ts:** type definitions are not resolvable without proper types fields in package.json ([#170](#170)) ([22c02e6](22c02e6))
chore(release): 7.0.0 [skip ci]
## [7.0.0](v6.1.6...v7.0.0) (2026-04-14)
### ⚠ BREAKING CHANGES
* CJS require() no longer supported, use ESM import.
BufferList and BufferListStream must be called with new.
Switches from readable-stream to node:stream and buffer to node:buffer,
removing all runtime dependencies. Node.js >= 20 required.
### Features
* modernise to ESM, drop all runtime dependencies ([#169](#169)) ([fbd6e13](fbd6e13))
### Trivial Changes
* **deps:** bump actions/setup-node from 6.1.0 to 6.2.0 ([#164](#164)) ([ee438e6](ee438e6))
* **deps:** bump actions/setup-node from 6.2.0 to 6.3.0 ([#166](#166)) ([265c92a](265c92a))