@graphql-tools/federation 3.2.8 → 3.2.9-alpha-ac1361afba2cfafa255e76be3376460740bb627d

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @graphql-tools/federation
2
2
 
3
+ ## 3.2.9-alpha-ac1361afba2cfafa255e76be3376460740bb627d
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`ac1361a`](https://github.com/graphql-hive/gateway/commit/ac1361afba2cfafa255e76be3376460740bb627d)]:
8
+ - @graphql-tools/stitch@9.4.29-alpha-ac1361afba2cfafa255e76be3376460740bb627d
9
+
3
10
  ## 3.2.8
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/federation",
3
- "version": "3.2.8",
3
+ "version": "3.2.9-alpha-ac1361afba2cfafa255e76be3376460740bb627d",
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": "^2.1.1",
44
44
  "@graphql-tools/merge": "^9.1.1",
45
45
  "@graphql-tools/schema": "^10.0.25",
46
- "@graphql-tools/stitch": "^9.4.28",
46
+ "@graphql-tools/stitch": "9.4.29-alpha-ac1361afba2cfafa255e76be3376460740bb627d",
47
47
  "@graphql-tools/utils": "^10.9.1",
48
48
  "@graphql-tools/wrap": "^10.1.4",
49
49
  "@graphql-yoga/typed-event-target": "^3.0.2",