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 were previously supported.
Removed the package module field.
Added a package exports field with conditional exports to support native ESM in Node.js and keep internal code private, whilst avoiding the dual package hazard. Published files have been reorganized, so previously undocumented deep imports will need to be rewritten according to the newly documented paths.
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.
Added a package test:api script to test the API, using coverage-node, test-director, and ESM in .mjs files.