@graphql-tools/executor 2.0.0-alpha-20240805145013-cd51a6957acc0c14e544e4f6c88c079df724c95e → 2.0.0-alpha-20240806151514-d2229c444ffbde2e6484a6f5a5f83963b91675da
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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor",
|
|
3
|
-
"version": "2.0.0-alpha-
|
|
3
|
+
"version": "2.0.0-alpha-20240806151514-d2229c444ffbde2e6484a6f5a5f83963b91675da",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@graphql-tools/utils": "10.4.0-alpha-
|
|
9
|
+
"@graphql-tools/utils": "10.4.0-alpha-20240806151514-d2229c444ffbde2e6484a6f5a5f83963b91675da",
|
|
10
10
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
11
11
|
"@repeaterjs/repeater": "^3.0.4",
|
|
12
12
|
"tslib": "^2.4.0",
|