Skip to content

Commit

Permalink
hast-util-minify-whitespace: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 17, 2024
1 parent 29fd94a commit 671df5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/hast-util-minify-whitespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-minify-whitespace",
"version": "0.0.0",
"version": "1.0.0",
"description": "hast utility to get the plain-text value of a node",
"license": "MIT",
"keywords": [
Expand All @@ -21,7 +21,7 @@
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com>"
],
"sideEffects": false,
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/hast-util-minify-whitespace/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ npm install hast-util-minify-whitespace
In Deno with [`esm.sh`][esm-sh]:

```js
import {minifyWhitespace} from 'https://esm.sh/hast-util-minify-whitespace@0'
import {minifyWhitespace} from 'https://esm.sh/hast-util-minify-whitespace@1'
```

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

```html
<script type="module">
import {minifyWhitespace} from 'https://esm.sh/hast-util-minify-whitespace@0?bundle'
import {minifyWhitespace} from 'https://esm.sh/hast-util-minify-whitespace@1?bundle'
</script>
```

Expand Down Expand Up @@ -137,7 +137,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,
`hast-util-minify-whitespace@^0`,
`hast-util-minify-whitespace@^1`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-minify-whitespace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"dependencies": {
"@types/hast": "^3.0.0",
"hast-util-minify-whitespace": "^0.0.0"
"hast-util-minify-whitespace": "^1.0.0"
},
"scripts": {},
"typeCoverage": {
Expand Down

0 comments on commit 671df5f

Please sign in to comment.