v2.5.3
What's Changed
- fix: Add main entry point to exports to support ESM resolution by @alan-agius4 in #92
- The
/legacyimport path is no longer required for CommonJS context as the distinction is handled inpackage.json; however, the option to use/legacyhas been preserved in case anyone started using it in production in the last 24 hrs.
- The
- update tests to check module resolution rather than using relative directory.
Full Changelog: v2.5.2...v2.5.3