Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 18, 2024
1 parent b1f6f89 commit dda808f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/recma-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"acorn-jsx": "^5.0.0",
"estree-util-to-js": "^2.0.0",
"recma-parse": "^0.0.0",
"recma-parse": "^1.0.0",
"recma-stringify": "^0.0.0",
"unified": "^11.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/recma-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"ignoreCatch": true
},
"type": "module",
"version": "0.0.0"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions packages/recma-parse/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ npm install recma-parse
In Deno with [`esm.sh`][esmsh]:

```js
import recmaParse from 'https://esm.sh/recma-parse@0'
import recmaParse from 'https://esm.sh/recma-parse@1'
```

In browsers with [`esm.sh`][esmsh]:

```html
<script type="module">
import recmaParse from 'https://esm.sh/recma-parse@0?bundle'
import recmaParse from 'https://esm.sh/recma-parse@1?bundle'
</script>
```

Expand Down Expand Up @@ -151,7 +151,7 @@ versions of Node.js.
When we cut a new major release,
we drop support for unmaintained versions of Node.
This means we try to keep the current release line,
`recma-parse@0`,
`recma-parse@1`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/recma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Titus Wormer <[email protected]> (https://wooorm.com)"
],
"dependencies": {
"recma-parse": "^0.0.0",
"recma-parse": "^1.0.0",
"recma-stringify": "^0.0.0",
"unified": "^11.0.0"
},
Expand Down

0 comments on commit dda808f

Please sign in to comment.