v2.3.4
π Bug fixes
- Provide both ESM & CJS bundles. New structure:
./build/src/index.d.ts
: type declaration./lib/index.esm.js
: ESM bundle./lib/index.cjs
: CJS bundle (same as before, but generated using esbuild rather than tsc)./dist/powerglitch.min.js
: IIFE bundle (unchanged)./package.json
: Add links to GH repo, specify CJS/ESM locations
π₯ Thanks
@rklos for raising the issue