3.1.1
This release contains a rework of the dual CommonJS/ES packages. Instead of relying on the .mjs
file extension, which causes some problems, we will use two package.json
files, one with "type": "commonjs"
and the other with "type": "module"
.
Links
- Diff: 4.0.0...3.1.1