@graphql-codegen/typescript 4.1.2-alpha-20241107081254-369607b2ee0b65f383cf7e5ad7487d214d9064ad → 4.1.2-rc-20241107103123-5325b34092b84cb5ff6da9d026da7ae612c31226

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript",
3
- "version": "4.1.2-alpha-20241107081254-369607b2ee0b65f383cf7e5ad7487d214d9064ad",
3
+ "version": "4.1.2-rc-20241107103123-5325b34092b84cb5ff6da9d026da7ae612c31226",
4
4
  "description": "GraphQL Code Generator plugin for generating TypeScript types",
5
5
  "peerDependencies": {
6
6
  "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@graphql-codegen/plugin-helpers": "^5.1.0",
10
10
  "@graphql-codegen/schema-ast": "^4.0.2",
11
- "@graphql-codegen/visitor-plugin-common": "5.5.1-alpha-20241107081254-369607b2ee0b65f383cf7e5ad7487d214d9064ad",
11
+ "@graphql-codegen/visitor-plugin-common": "5.5.1-rc-20241107103123-5325b34092b84cb5ff6da9d026da7ae612c31226",
12
12
  "auto-bind": "~4.0.0",
13
13
  "tslib": "~2.6.0"
14
14
  },