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 5345b21 commit 6f38969Copy full SHA for 6f38969
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 1.0.2
4
+
5
+- Add native build
6
+- Upgrade swc_esmascript 8.0.0
7
8
+## 1.0.1
9
10
+- Upgrade swc_esmascript 5.0.0
11
12
## 1.0.0
13
14
- Publish package under `@esm.sh` scope
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.1",
+ "version": "1.0.2",
"main": "./pkg/cjs_module_lexer.js",
"types": "./pkg/cjs_module_lexer.d.ts",
"scripts": {
0 commit comments