v4.0.0
Major Changes
-
f685733: Change the exports map again, to please TypeScript commonjs :)
This is a major breaking change as it requires adjusting your
package.jsonexports map.The
requireentries file extension must be changed from.d.tsto.d.cts.{ "exports": { ".": { "require": { - "types": "./dist/typings/index.d.ts", + "types": "./dist/typings/index.d.cts" } } } }