Skip to content

v7.4.2

Choose a tag to compare

@krisk krisk released this 05 Jun 22:23
· 13 commits to main since this release

Bug Fixes

  • types: ship CommonJS type declarations (.d.cts) so consumers on moduleResolution: node16/nodenext no longer hit TS1479 ("masquerading as ESM") when importing the package from a CommonJS project. The lib entries now resolve to a runtime-accurate export = declaration and the worker to its named declaration, via the require exports condition. (#780)

Full Changelog: v7.4.1...v7.4.2