Skip to content

v1.0.8 - Fix default package export compatibility

Compare
Choose a tag to compare
@faultyserver faultyserver released this 15 Sep 23:24
· 16 commits to main since this release

v1.0.6 changed how this package was built and bundled, and unfortunately got compatibility backwards, meaning the default export was a bundle that required ES module support to run (which node would not be able to import properly) rather than a CommonJS bundle. This release fixes that by making CJS the default export and providing the ES module for environments that support it.