4.0.0 (2025-05-14)
BREAKING CHANGES
-
bumps required Node.js version to >=22.12.0. ESM-only.
-
use
node:
imports -
use
"@tsconfig/node22
-
remove
rimraf
-
update
glob
and remove inlined types -
esm: add
"type": "module"
and update imports -
esm: update test imports and dependencies
-
remove
default
exports -
remove unused
import
s -
fix Windows tests
-
update
import
s /export
s insrc/asar.ts
-
remove
promisify(stream.pipeline)
-
remove
lodash
-
remove
enginesStrict
-
rename
bin/asar.js
tobin/asar.mjs
-
bump
minimatch
to10.0.1
-
var
->const
-
add
noUnusedLocals: true
totsconfig.json
-
update
wrappedFs
-
update
commander
-
update
chai
-
add docs publishing flow
-
docs: update README imports