@graphql-codegen/typescript-operations 5.0.0 → 5.0.1-alpha-20250924130447-97c31f2800d347c286bd857f8b06e7744a119b81

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.
Files changed (1) hide show
  1. 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.0",
3
+ "version": "5.0.1-alpha-20250924130447-97c31f2800d347c286bd857f8b06e7744a119b81",
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.0.0",
16
- "@graphql-codegen/typescript": "^5.0.0",
17
- "@graphql-codegen/visitor-plugin-common": "6.0.0",
16
+ "@graphql-codegen/typescript": "5.0.1-alpha-20250924130447-97c31f2800d347c286bd857f8b06e7744a119b81",
17
+ "@graphql-codegen/visitor-plugin-common": "6.1.0-alpha-20250924130447-97c31f2800d347c286bd857f8b06e7744a119b81",
18
18
  "auto-bind": "~4.0.0",
19
19
  "tslib": "~2.6.0"
20
20
  },