Skip to content

v2.0.2 - Actually support ESM and CJS

Compare
Choose a tag to compare
@charkour charkour released this 23 Dec 15:48
· 23 commits to main since this release

Release notes

v2.0.1 attempted to support ESM and CJS, but it instead changed the module support from CJS to ESM which is a potentially breaking change based on the user's JS runtime specification. This change fixes the package.json file to support ESM or CJS, depending on what's required by the user's runtime.

What's Changed

Full Changelog: v2.0.1...v2.0.2