@graphql-tools/stitching-directives 2.3.34-rc-20230413102858-0f1d86bf → 2.3.35-alpha-20230515173601-f70d8382
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-tools/stitching-directives",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.35-alpha-20230515173601-f70d8382",
|
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": "
|
11
|
-
"@graphql-tools/utils": "
|
10
|
+
"@graphql-tools/delegate": "10.0.0-alpha-20230515173601-f70d8382",
|
11
|
+
"@graphql-tools/utils": "10.0.0-alpha-20230515173601-f70d8382",
|
12
12
|
"tslib": "^2.4.0"
|
13
13
|
},
|
14
14
|
"repository": {
|