@graphql-codegen/cli 6.0.1 → 6.0.2-alpha-20251107045824-ec24bfb4709a98d0f2fda08c42b91dd908f7bfa9
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/cli",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2-alpha-20251107045824-ec24bfb4709a98d0f2fda08c42b91dd908f7bfa9",
|
|
4
4
|
"peerDependenciesMeta": {
|
|
5
5
|
"@parcel/watcher": {
|
|
6
6
|
"optional": true
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"@graphql-tools/apollo-engine-loader": "^8.0.0",
|
|
21
21
|
"@graphql-tools/code-file-loader": "^8.0.0",
|
|
22
22
|
"@graphql-tools/git-loader": "^8.0.0",
|
|
23
|
-
"@graphql-tools/github-loader": "^
|
|
23
|
+
"@graphql-tools/github-loader": "^9.0.0",
|
|
24
24
|
"@graphql-tools/graphql-file-loader": "^8.0.0",
|
|
25
25
|
"@graphql-tools/json-file-loader": "^8.0.0",
|
|
26
26
|
"@graphql-tools/load": "^8.1.0",
|
|
27
|
-
"@graphql-tools/url-loader": "^
|
|
27
|
+
"@graphql-tools/url-loader": "^9.0.0",
|
|
28
28
|
"@graphql-tools/utils": "^10.0.0",
|
|
29
29
|
"@inquirer/prompts": "^7.8.2",
|
|
30
30
|
"@whatwg-node/fetch": "^0.10.0",
|