1.0.2 (2025-03-21)
⚠ BREAKING CHANGES (v1.0.0)
- This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use
"type": "module"
in yourpackage.json
, or upgrade to a Node version that supports require(esm), i.e. >= v20.19.0, >= v22.12.0, or v23 and above.