v1.0.8 - Fix default package export compatibility
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.