Skip to content

3.1.1

Compare
Choose a tag to compare
@darrachequesne darrachequesne released this 10 Apr 14:54
· 2 commits to main since this release
c68478d

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