Skip to content

v2.5.3

Choose a tag to compare

@tonypconway tonypconway released this 10 Jul 11:03
· 373 commits to main since this release
v2.5.3
7ea78b4

What's Changed

  • fix: Add main entry point to exports to support ESM resolution by @alan-agius4 in #92
    • The /legacy import path is no longer required for CommonJS context as the distinction is handled in package.json; however, the option to use /legacy has been preserved in case anyone started using it in production in the last 24 hrs.
  • update tests to check module resolution rather than using relative directory.

Full Changelog: v2.5.2...v2.5.3