@graphql-tools/federation 4.4.4 → 4.4.5-alpha-d9ad2225cb3c8e7f8242b2989d67ba682dae8bdc

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @graphql-tools/federation
2
2
 
3
+ ## 4.4.5-alpha-d9ad2225cb3c8e7f8242b2989d67ba682dae8bdc
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies []:
7
+ - @graphql-tools/stitch@10.1.21-alpha-d9ad2225cb3c8e7f8242b2989d67ba682dae8bdc
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.4",
3
+ "version": "4.4.5-alpha-d9ad2225cb3c8e7f8242b2989d67ba682dae8bdc",
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": "^10.1.20",
46
+ "@graphql-tools/stitch": "10.1.21-alpha-d9ad2225cb3c8e7f8242b2989d67ba682dae8bdc",
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,8 +63,8 @@
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.0",
67
- "pkgroll": "2.27.0"
66
+ "graphql-yoga": "^5.21.1",
67
+ "pkgroll": "2.27.1"
68
68
  },
69
69
  "sideEffects": false
70
70
  }