@graphql-tools/executor-envelop 3.0.3 → 3.0.4-alpha-20241016160946-d6aa4e11b0c216689fe3ff32bd75e4034bd7603d
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-envelop",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4-alpha-20241016160946-d6aa4e11b0c216689fe3ff32bd75e4034bd7603d",
|
|
4
4
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@graphql-tools/utils": "^10.5.5",
|
|
11
|
-
"@graphql-tools/wrap": "
|
|
11
|
+
"@graphql-tools/wrap": "10.0.9-alpha-20241016160946-d6aa4e11b0c216689fe3ff32bd75e4034bd7603d",
|
|
12
12
|
"tslib": "^2.3.1"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|