·
4 commits
to main
since this release
Patch Changes
-
a64ccd7: Pick up
tersify@^4.0.6and rebuild the published output withtsdown.Two things change for consumers, neither of them API:
- The runtime dependency moves from
tersify@^3.10.5to^4.0.6, so a fresh install
resolves a differenttersifyundernever-fail. - The build moves from two
tscpasses totsdown. The emitted file paths
(esm/index.js,cjs/index.jsand the.d.tsbeside each) are unchanged, but the CJS
output now targets ES2015 rather than ES5 — rolldown's floor. Nothing in this package
needs the difference and every runtime that can load a CJS module is well past ES2015.
The exported signatures are identical.
- The runtime dependency moves from