@@ -44,7 +44,7 @@ To display positional info to users, use
44
44
## Install
45
45
46
46
This package is [ ESM only] [ esm ] .
47
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
47
+ In Node.js (version 16 +), install with [ npm] [ ] :
48
48
49
49
``` sh
50
50
npm install unist-util-generated
@@ -103,10 +103,13 @@ It exports no additional types.
103
103
104
104
## Compatibility
105
105
106
- Projects maintained by the unified collective are compatible with all maintained
106
+ Projects maintained by the unified collective are compatible with maintained
107
107
versions of Node.js.
108
- As of now, that is Node.js 14.14+ and 16.0+.
109
- Our projects sometimes work with older versions, but this is not guaranteed.
108
+
109
+ When we cut a new major release, we drop support for unmaintained versions of
110
+ Node.
111
+ This means we try to keep the current release line, ` unist-util-generated@^2 ` ,
112
+ compatible with Node.js 12.
110
113
111
114
## Related
112
115
@@ -147,9 +150,9 @@ abide by its terms.
147
150
148
151
[ downloads ] : https://www.npmjs.com/package/unist-util-generated
149
152
150
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-generated.svg
153
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-generated
151
154
152
- [ size ] : https://bundlephobia .com/result?p =unist-util-generated
155
+ [ size ] : https://bundlejs .com/?q =unist-util-generated
153
156
154
157
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
155
158
0 commit comments