@graphql-tools/wrap 11.1.18 → 11.1.19-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea
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/CHANGELOG.md +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @graphql-tools/wrap
|
|
2
2
|
|
|
3
|
+
## 11.1.19-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#2472](https://github.com/graphql-hive/gateway/pull/2472) [`afeb95d`](https://github.com/graphql-hive/gateway/commit/afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
|
9
|
+
|
|
10
|
+
- Updated dependency [`@graphql-tools/utils@11.2.1-rc-20260717092129-624f1b3f2a1bf4721edde659d2d0a914a68e20c8` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.2.1) (from `^11.0.0`, in `dependencies`)
|
|
11
|
+
- Updated dependencies [[`afeb95d`](https://github.com/graphql-hive/gateway/commit/afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea)]:
|
|
12
|
+
- @graphql-tools/delegate@12.0.20-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea
|
|
13
|
+
|
|
3
14
|
## 11.1.18
|
|
4
15
|
### Patch Changes
|
|
5
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/wrap",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.19-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
6
6
|
"repository": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@graphql-tools/delegate": "
|
|
41
|
+
"@graphql-tools/delegate": "12.0.20-alpha-afeb95d5ca8e2de8af2a2bb3a086413badc5e7ea",
|
|
42
42
|
"@graphql-tools/schema": "^10.0.29",
|
|
43
|
-
"@graphql-tools/utils": "
|
|
43
|
+
"@graphql-tools/utils": "11.2.1-rc-20260717092129-624f1b3f2a1bf4721edde659d2d0a914a68e20c8",
|
|
44
44
|
"@whatwg-node/promise-helpers": "^1.3.2",
|
|
45
45
|
"tslib": "^2.8.1"
|
|
46
46
|
},
|