@graphql-tools/federation 4.3.2 → 4.3.3-rc-555264baf2eacc1e6acaa6e9a41c67d452d604e0
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @graphql-tools/federation
|
|
2
2
|
|
|
3
|
+
## 4.3.3-rc-555264baf2eacc1e6acaa6e9a41c67d452d604e0
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- Updated dependencies [[`323626f`](https://github.com/graphql-hive/gateway/commit/323626ff877f50e509e45cc56ce82602d5118a1d)]:
|
|
7
|
+
- @graphql-tools/executor-http@3.1.3-rc-555264baf2eacc1e6acaa6e9a41c67d452d604e0
|
|
8
|
+
|
|
3
9
|
## 4.3.2
|
|
4
10
|
### Patch Changes
|
|
5
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/federation",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3-rc-555264baf2eacc1e6acaa6e9a41c67d452d604e0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Useful tools to create and manipulate GraphQL schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@graphql-tools/delegate": "^12.0.12",
|
|
42
42
|
"@graphql-tools/executor": "^1.4.13",
|
|
43
|
-
"@graphql-tools/executor-http": "
|
|
43
|
+
"@graphql-tools/executor-http": "3.1.3-rc-555264baf2eacc1e6acaa6e9a41c67d452d604e0",
|
|
44
44
|
"@graphql-tools/merge": "^9.1.5",
|
|
45
45
|
"@graphql-tools/schema": "^10.0.29",
|
|
46
46
|
"@graphql-tools/stitch": "^10.1.16",
|