@graphql-tools/federation 4.4.4 → 4.4.5-alpha-e447481823e6f9ac2e2061e15874c43a7f66b0e9
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @graphql-tools/federation
|
|
2
2
|
|
|
3
|
+
## 4.4.5-alpha-e447481823e6f9ac2e2061e15874c43a7f66b0e9
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- Updated dependencies [[`e447481`](https://github.com/graphql-hive/gateway/commit/e447481823e6f9ac2e2061e15874c43a7f66b0e9)]:
|
|
7
|
+
- @graphql-tools/stitch@10.1.21-alpha-e447481823e6f9ac2e2061e15874c43a7f66b0e9
|
|
8
|
+
|
|
3
9
|
## 4.4.4
|
|
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.4.
|
|
3
|
+
"version": "4.4.5-alpha-e447481823e6f9ac2e2061e15874c43a7f66b0e9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Useful tools to create and manipulate GraphQL schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@graphql-tools/executor-http": "^3.3.0",
|
|
44
44
|
"@graphql-tools/merge": "^9.1.5",
|
|
45
45
|
"@graphql-tools/schema": "^10.0.29",
|
|
46
|
-
"@graphql-tools/stitch": "
|
|
46
|
+
"@graphql-tools/stitch": "10.1.21-alpha-e447481823e6f9ac2e2061e15874c43a7f66b0e9",
|
|
47
47
|
"@graphql-tools/utils": "^11.0.0",
|
|
48
48
|
"@graphql-tools/wrap": "^11.1.16",
|
|
49
49
|
"@graphql-yoga/typed-event-target": "^3.0.2",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@types/lodash": "4.17.24",
|
|
64
64
|
"change-case": "^5.4.4",
|
|
65
65
|
"graphql": "^16.12.0",
|
|
66
|
-
"graphql-yoga": "^5.21.
|
|
66
|
+
"graphql-yoga": "^5.21.1",
|
|
67
67
|
"pkgroll": "2.27.0"
|
|
68
68
|
},
|
|
69
69
|
"sideEffects": false
|