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

fix: Incorrect engines.node package.json entry

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