Releases: cyberuni/never-fail
Releases · cyberuni/never-fail
Release list
never-fail@1.1.6
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
never-fail@1.1.5
Patch Changes
- 796ed1c: Point the package metadata at its new home,
cyberuni/never-fail.
never-fail@1.1.4
Patch Changes
- b3fecd5: Fix
exportsfield order.
Addingexports: { default: ... }