Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Incorrect engines.node package.json entry

+5 -1
+4
CHANGELOG.md
··· 4 4 `MAJOR.MINOR.PATCH` version of the aliased `graphql` version on `npm`. 5 5 The prerelease is incremented to indicate changes in `graphql-web-lite`. 6 6 7 + ## 16.6.0-3 8 + 9 + - Fix incorrect `package.json:engines.node` entry. 10 + 7 11 ## 16.6.0-2 8 12 9 13 - Replace `utilities/findBreakingChanges` with no-op code.
+1 -1
package.json
··· 18 18 "types": "index.d.ts", 19 19 "sideEffects": false, 20 20 "engines": { 21 - "node": "^16.19.0 || ^18.14.0 || >=19.7.0" 21 + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" 22 22 }, 23 23 "files": [ 24 24 "README.md",