Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@continuous-auth continuous-auth released this 14 May 21:27
c14d903

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 imports

  • fix Windows tests

  • update imports / exports in src/asar.ts

  • remove promisify(stream.pipeline)

  • remove lodash

  • remove enginesStrict

  • rename bin/asar.js to bin/asar.mjs

  • bump minimatch to 10.0.1

  • var -> const

  • add noUnusedLocals: true to tsconfig.json

  • update wrappedFs

  • update commander

  • update chai

  • add docs publishing flow

  • docs: update README imports