File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdast-util-compact" ,
3
- "version" : " 4.1.1 " ,
3
+ "version" : " 5.0.0 " ,
4
4
"description" : " mdast utility to make a tree compact" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ npm install mdast-util-compact
48
48
In Deno with [ ` esm.sh ` ] [ esmsh ] :
49
49
50
50
``` js
51
- import {compact } from ' https://esm.sh/mdast-util-compact@4 '
51
+ import {compact } from ' https://esm.sh/mdast-util-compact@5 '
52
52
```
53
53
54
54
In browsers with [ ` esm.sh ` ] [ esmsh ] :
55
55
56
56
``` html
57
57
<script type =" module" >
58
- import {compact } from ' https://esm.sh/mdast-util-compact@4 ?bundle'
58
+ import {compact } from ' https://esm.sh/mdast-util-compact@5 ?bundle'
59
59
</script >
60
60
```
61
61
@@ -111,7 +111,7 @@ versions of Node.js.
111
111
112
112
When we cut a new major release, we drop support for unmaintained versions of
113
113
Node.
114
- This means we try to keep the current release line, ` mdast-util-compact@^4 ` ,
114
+ This means we try to keep the current release line, ` mdast-util-compact@^5 ` ,
115
115
compatible with Node.js 16.
116
116
117
117
## Security
You can’t perform that action at this time.
0 commit comments