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: v7.4.1...v7.4.2