@graphql-tools/stitching-directives 3.1.4 → 3.1.5-alpha-20241016114911-e4e4ae90f689cc2c4da3330dce95595d48134cb9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-tools/stitching-directives",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.5-alpha-20241016114911-e4e4ae90f689cc2c4da3330dce95595d48134cb9",
|
4
4
|
"description": "A set of utils for faster development of GraphQL tools",
|
5
5
|
"sideEffects": false,
|
6
6
|
"peerDependencies": {
|
7
7
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
8
8
|
},
|
9
9
|
"dependencies": {
|
10
|
-
"@graphql-tools/delegate": "
|
10
|
+
"@graphql-tools/delegate": "10.0.24-alpha-20241016114911-e4e4ae90f689cc2c4da3330dce95595d48134cb9",
|
11
11
|
"@graphql-tools/utils": "^10.5.5",
|
12
12
|
"tslib": "^2.4.0"
|
13
13
|
},
|