@graphql-codegen/typescript-enum-array 3.1.1 → 4.0.0-alpha-20260307121423-d896a779b90b56714fce492753cbbb3519f741ab
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,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/typescript-enum-array",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-alpha-20260307121423-d896a779b90b56714fce492753cbbb3519f741ab",
|
|
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": "^
|
|
10
|
-
"@graphql-codegen/visitor-plugin-common": "2.
|
|
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": {
|