@graphql-codegen/typescript-enum-array 4.0.0 → 4.0.1-alpha-20260419063702-f30ef089ec6f0c92531e65b35e3fdd8296a15407
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": "4.0.
|
|
3
|
+
"version": "4.0.1-alpha-20260419063702-f30ef089ec6f0c92531e65b35e3fdd8296a15407",
|
|
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": "^6.
|
|
10
|
-
"@graphql-codegen/visitor-plugin-common": "^6.
|
|
9
|
+
"@graphql-codegen/plugin-helpers": "^6.3.0",
|
|
10
|
+
"@graphql-codegen/visitor-plugin-common": "^6.3.0",
|
|
11
11
|
"tslib": "^2.8.1"
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|