Skip to content

v3.0.0

Latest

Choose a tag to compare

@ide ide released this 24 Feb 07:45
· 4 commits to main since this release
ceee01a

Breaking changes

  • Dropped support for old Node.js versions. Use Node.js 20 LTS or newer.
  • This package is published only as an ES module. You will need to use import syntax or configure Node.js to allow requiring ES modules from CommonJS files.

Fixes

  • TypeScript: fixed Type 'typeof import("/<...>/node_modules/await-lock/build/AwaitLock")' has no construct signatures.