@graphql-codegen/typescript-enum-array 3.1.1 → 4.0.0-alpha-20260307121827-8c88c4f5085704f4497848392d5bed0e63b7ccba

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript-enum-array",
3
- "version": "3.1.1",
3
+ "version": "4.0.0-alpha-20260307121827-8c88c4f5085704f4497848392d5bed0e63b7ccba",
4
4
  "description": "GraphQL Code Generator plugin for adding const array",
5
5
  "peerDependencies": {
6
6
  "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
7
7
  },
8
8
  "dependencies": {
9
- "@graphql-codegen/plugin-helpers": "^3.0.0",
10
- "@graphql-codegen/visitor-plugin-common": "2.13.8",
9
+ "@graphql-codegen/plugin-helpers": "^6.1.1",
10
+ "@graphql-codegen/visitor-plugin-common": "^6.2.4",
11
11
  "tslib": "^2.8.1"
12
12
  },
13
13
  "repository": {