@graphql-codegen/typescript-operations 5.0.7-alpha-20251213165824-430f295f839fbd1dfa50f1aae11572851bbe08db → 5.0.7-alpha-20251213205207-88ea9c164f583199fa1ba65d6680ba09c9f0cc54
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/typescript-operations",
|
|
3
|
-
"version": "5.0.7-alpha-
|
|
3
|
+
"version": "5.0.7-alpha-20251213205207-88ea9c164f583199fa1ba65d6680ba09c9f0cc54",
|
|
4
4
|
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
|
|
5
5
|
"peerDependenciesMeta": {
|
|
6
6
|
"graphql-sock": {
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@graphql-codegen/plugin-helpers": "^6.1.0",
|
|
16
|
-
"@graphql-codegen/typescript": "5.0.7-alpha-
|
|
17
|
-
"@graphql-codegen/visitor-plugin-common": "6.2.2-alpha-
|
|
16
|
+
"@graphql-codegen/typescript": "5.0.7-alpha-20251213205207-88ea9c164f583199fa1ba65d6680ba09c9f0cc54",
|
|
17
|
+
"@graphql-codegen/visitor-plugin-common": "6.2.2-alpha-20251213205207-88ea9c164f583199fa1ba65d6680ba09c9f0cc54",
|
|
18
18
|
"auto-bind": "~4.0.0",
|
|
19
19
|
"tslib": "~2.6.0"
|
|
20
20
|
},
|