Skip to content

Commit 87134f9

Browse files
committed
v1.0.3
1 parent 34cd78a commit 87134f9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.3
4+
5+
- native: Improve arguments input
6+
```bash
7+
npm i react
8+
NODE_ENV=development ./cjs-module-lexer react
9+
```
10+
- Change npm package to ESM
11+
312
## 1.0.2
413

514
- Add native build

native/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ This is a native build of cjx-module-lexer, it uses [oxc-resolver](https://githu
66

77
```bash
88
npm i react
9-
cjs-module-lexer react
9+
NODE_ENV=development ./cjs-module-lexer react
1010
```

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@esm.sh/cjs-module-lexer",
33
"description": "A lexer for detecting the `module.exports` of a CJS module.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"type": "module",
66
"main": "index.mjs",
77
"scripts": {

0 commit comments

Comments
 (0)