| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-09-20 | 431 Bytes | |
| v2.3.4 source code.tar.gz | 2024-09-20 | 880.4 kB | |
| v2.3.4 source code.zip | 2024-09-20 | 923.4 kB | |
| Totals: 3 Items | 1.8 MB | 1 | |
🐞 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