@graphql-codegen/cli 5.0.3-alpha-20240819162126-1582f0bd6973f0c7f40821309c66e375b36ee6ad → 5.0.3-alpha-20240819162839-0ea01bf375981e93792e10e86bff55ed0170b790
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/cli",
|
|
3
|
-
"version": "5.0.3-alpha-
|
|
3
|
+
"version": "5.0.3-alpha-20240819162839-0ea01bf375981e93792e10e86bff55ed0170b790",
|
|
4
4
|
"peerDependenciesMeta": {
|
|
5
5
|
"@parcel/watcher": {
|
|
6
6
|
"optional": true
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@babel/generator": "^7.18.13",
|
|
15
15
|
"@babel/template": "^7.18.10",
|
|
16
16
|
"@babel/types": "^7.18.13",
|
|
17
|
-
"@graphql-codegen/client-preset": "4.4.0-alpha-
|
|
17
|
+
"@graphql-codegen/client-preset": "4.4.0-alpha-20240819162839-0ea01bf375981e93792e10e86bff55ed0170b790",
|
|
18
18
|
"@graphql-codegen/core": "^4.0.2",
|
|
19
19
|
"@graphql-codegen/plugin-helpers": "^5.0.3",
|
|
20
20
|
"@graphql-tools/apollo-engine-loader": "^8.0.0",
|
|
@@ -72,6 +72,9 @@
|
|
|
72
72
|
],
|
|
73
73
|
"author": "Dotan Simha <dotansimha@gmail.com>",
|
|
74
74
|
"license": "MIT",
|
|
75
|
+
"engines": {
|
|
76
|
+
"node": ">=16"
|
|
77
|
+
},
|
|
75
78
|
"main": "cjs/index.js",
|
|
76
79
|
"module": "esm/index.js",
|
|
77
80
|
"typings": "typings/index.d.ts",
|