@graphql-tools/federation 4.4.1 → 4.4.2-alpha-d8a1801379b81d642afe5874d3a46281181b68d5

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @graphql-tools/federation
2
2
 
3
+ ## 4.4.2-alpha-d8a1801379b81d642afe5874d3a46281181b68d5
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [[`d8a1801`](https://github.com/graphql-hive/gateway/commit/d8a1801379b81d642afe5874d3a46281181b68d5)]:
7
+ - @graphql-tools/executor-http@3.3.0-alpha-d8a1801379b81d642afe5874d3a46281181b68d5
8
+
3
9
  ## 4.4.1
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.1",
3
+ "version": "4.4.2-alpha-d8a1801379b81d642afe5874d3a46281181b68d5",
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.16",
42
42
  "@graphql-tools/executor": "^1.4.13",
43
- "@graphql-tools/executor-http": "^3.2.1",
43
+ "@graphql-tools/executor-http": "3.3.0-alpha-d8a1801379b81d642afe5874d3a46281181b68d5",
44
44
  "@graphql-tools/merge": "^9.1.5",
45
45
  "@graphql-tools/schema": "^10.0.29",
46
46
  "@graphql-tools/stitch": "^10.1.19",