You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated dev dependencies, some of which require newer Node.js versions than previously supported.
Replaced the the package.jsonexports field public subpath folder mapping (deprecated by Node.js) with a subpath pattern, fixing #17. Deep require paths within extract-files/public/ must now include the .js file extension.
Removed Babel related dev dependencies, config, and scripts. Published modules now contain more modern ES syntax.
Published modules now contain JSDoc comments, which might affect TypeScript projects.
The tests are now ESM in .mjs files instead of CJS in .js files.
Patch
Stop using hard-rejection to detect unhandled Promise rejections in tests, as Node.js v15+ does this natively.