We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114eb29 commit 30987d3Copy full SHA for 30987d3
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.7
4
+
5
+- native: Add 'musl' build
6
7
## 1.0.6
8
9
- native: Fix reexport output
wasm/package.json
@@ -1,7 +1,7 @@
{
"name": "@esm.sh/cjs-module-lexer",
"description": "A lexer for detecting the `module.exports` of a CJS module.",
- "version": "1.0.6",
+ "version": "1.0.7",
"type": "module",
"main": "index.mjs",
"scripts": {
0 commit comments