| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-05 | 500 Bytes | |
| v7.4.2 source code.tar.gz | 2026-06-05 | 616.9 kB | |
| v7.4.2 source code.zip | 2026-06-05 | 732.8 kB | |
| Totals: 3 Items | 1.4 MB | 4 | |
Bug Fixes
- types: ship CommonJS type declarations (
.d.cts) so consumers onmoduleResolution: node16/nodenextno longer hitTS1479("masquerading as ESM") when importing the package from a CommonJS project. The lib entries now resolve to a runtime-accurateexport =declaration and the worker to its named declaration, via therequireexports condition. (#780)
Full Changelog: https://github.com/krisk/Fuse/compare/v7.4.1...v7.4.2