v1.0.7
Patch Changes
-
b1938e2: Rebuild with tsdown instead of
tsc+buddy ts build cjs.The published paths are unchanged —
cjs/index.js,esm/index.jsand their
.d.ts/.mapsiblings are all still emitted at the same locations, and the tarball
file list is identical to 1.0.6. What changes is the emitted JavaScript: both builds
now target ES2022, where the CommonJS output was previously downlevelled to ES5.engines.nodemoves from>=6to>= 20to match. The>=6value has been wrong
since this package became"type": "module"with anexportsmap, neither of which
Node 6 understands.