@graphql-codegen/typescript-operations 5.0.0-alpha-20250827103001-1f42d2b3d7d1c009e2fc2ed9b513fdda20e78b50 → 5.0.0-alpha-20250827115346-6d2c6e4d5d5e9450d5613e9f4208e150fb1185a1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript-operations",
3
- "version": "5.0.0-alpha-20250827103001-1f42d2b3d7d1c009e2fc2ed9b513fdda20e78b50",
3
+ "version": "5.0.0-alpha-20250827115346-6d2c6e4d5d5e9450d5613e9f4208e150fb1185a1",
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": {
@@ -12,9 +12,9 @@
12
12
  "graphql-sock": "^1.0.0"
13
13
  },
14
14
  "dependencies": {
15
- "@graphql-codegen/plugin-helpers": "6.0.0-alpha-20250827103001-1f42d2b3d7d1c009e2fc2ed9b513fdda20e78b50",
16
- "@graphql-codegen/typescript": "5.0.0-alpha-20250827103001-1f42d2b3d7d1c009e2fc2ed9b513fdda20e78b50",
17
- "@graphql-codegen/visitor-plugin-common": "6.0.0-alpha-20250827103001-1f42d2b3d7d1c009e2fc2ed9b513fdda20e78b50",
15
+ "@graphql-codegen/plugin-helpers": "6.0.0-alpha-20250827115346-6d2c6e4d5d5e9450d5613e9f4208e150fb1185a1",
16
+ "@graphql-codegen/typescript": "5.0.0-alpha-20250827115346-6d2c6e4d5d5e9450d5613e9f4208e150fb1185a1",
17
+ "@graphql-codegen/visitor-plugin-common": "6.0.0-alpha-20250827115346-6d2c6e4d5d5e9450d5613e9f4208e150fb1185a1",
18
18
  "auto-bind": "^5.0.0",
19
19
  "tslib": "~2.6.0"
20
20
  },