@graphql-codegen/client-preset 4.6.0-alpha-20250115165421-cba6503ec1ba6aa19e9aa0f4e388100311a42b4e → 4.6.0-alpha-20250115172219-c0a5f80c05096d33aab5eac167c6ea8986e7ddf8
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 +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/client-preset",
|
|
3
|
-
"version": "4.6.0-alpha-
|
|
3
|
+
"version": "4.6.0-alpha-20250115172219-c0a5f80c05096d33aab5eac167c6ea8986e7ddf8",
|
|
4
4
|
"description": "GraphQL Code Generator preset for client.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|