Skip to content

Commit

Permalink
recma-stringify@1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 18, 2024
1 parent dda808f commit 2f4b44e
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 @@ -9,7 +9,7 @@
"acorn-jsx": "^5.0.0",
"estree-util-to-js": "^2.0.0",
"recma-parse": "^1.0.0",
"recma-stringify": "^0.0.0",
"recma-stringify": "^1.0.0",
"unified": "^11.0.0"
},
"exports": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/recma-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"ignoreCatch": true
},
"type": "module",
"version": "0.0.0"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions packages/recma-stringify/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ npm install recma-stringify
In Deno with [`esm.sh`][esmsh]:

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

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

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

Expand Down Expand Up @@ -152,7 +152,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-strignify@0`,
`recma-strignify@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 @@ -6,7 +6,7 @@
],
"dependencies": {
"recma-parse": "^1.0.0",
"recma-stringify": "^0.0.0",
"recma-stringify": "^1.0.0",
"unified": "^11.0.0"
},
"description": "JavaScript processor powered by plugins part of the unified collective",
Expand Down

0 comments on commit 2f4b44e

Please sign in to comment.