@graphql-tools/stitching-directives 3.1.15 → 3.1.16-alpha-87050c23a001430abc3e710b2fd51af1f0150110
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# @graphql-tools/stitching-directives
|
2
2
|
|
3
|
+
## 3.1.16-alpha-87050c23a001430abc3e710b2fd51af1f0150110
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#164](https://github.com/graphql-hive/gateway/pull/164) [`3f6d14a`](https://github.com/graphql-hive/gateway/commit/3f6d14a3904d6f5cf1f37df1f7a3eb761e0166d7) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
8
|
+
|
9
|
+
- Updated dependency [`@graphql-tools/utils@^10.6.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.0) (from `^10.5.6`, in `dependencies`)
|
10
|
+
|
11
|
+
- Updated dependencies [[`3f6d14a`](https://github.com/graphql-hive/gateway/commit/3f6d14a3904d6f5cf1f37df1f7a3eb761e0166d7)]:
|
12
|
+
- @graphql-tools/delegate@10.2.1-alpha-87050c23a001430abc3e710b2fd51af1f0150110
|
13
|
+
|
3
14
|
## 3.1.15
|
4
15
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-tools/stitching-directives",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.16-alpha-87050c23a001430abc3e710b2fd51af1f0150110",
|
4
4
|
"type": "module",
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
6
6
|
"repository": {
|
@@ -38,8 +38,8 @@
|
|
38
38
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
39
39
|
},
|
40
40
|
"dependencies": {
|
41
|
-
"@graphql-tools/delegate": "^10.2.
|
42
|
-
"@graphql-tools/utils": "^10.
|
41
|
+
"@graphql-tools/delegate": "^10.2.1-alpha-87050c23a001430abc3e710b2fd51af1f0150110",
|
42
|
+
"@graphql-tools/utils": "^10.6.0",
|
43
43
|
"tslib": "^2.4.0"
|
44
44
|
},
|
45
45
|
"devDependencies": {
|