@graphql-hive/gateway-runtime 2.7.5 → 2.7.6-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf

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 +12 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @graphql-hive/gateway-runtime
2
2
 
3
+ ## 2.7.6-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies [[`b8f9a4a`](https://github.com/graphql-hive/gateway/commit/b8f9a4a67984af67191079e5ce5ddbe232c0624d)]:
7
+ - @graphql-mesh/fusion-runtime@1.8.0-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf
8
+ - @graphql-tools/delegate@12.0.10-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf
9
+ - @graphql-mesh/hmac-upstream-signature@2.0.10
10
+ - @graphql-tools/batch-delegate@10.0.16-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf
11
+ - @graphql-tools/federation@4.2.14-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf
12
+ - @graphql-tools/stitch@10.1.14-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf
13
+ - @graphql-tools/wrap@11.1.10-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf
14
+
3
15
  ## 2.7.5
4
16
  ### Patch Changes
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-runtime",
3
- "version": "2.7.5",
3
+ "version": "2.7.6-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,20 +55,20 @@
55
55
  "@graphql-hive/signal": "^2.0.0",
56
56
  "@graphql-hive/yoga": "^0.48.0",
57
57
  "@graphql-mesh/cross-helpers": "^0.4.10",
58
- "@graphql-mesh/fusion-runtime": "^1.7.0",
58
+ "@graphql-mesh/fusion-runtime": "1.8.0-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf",
59
59
  "@graphql-mesh/hmac-upstream-signature": "^2.0.10",
60
60
  "@graphql-mesh/plugin-response-cache": "^0.104.18",
61
61
  "@graphql-mesh/transport-common": "^1.0.15",
62
62
  "@graphql-mesh/types": "^0.104.16",
63
63
  "@graphql-mesh/utils": "^0.104.16",
64
- "@graphql-tools/batch-delegate": "^10.0.15",
65
- "@graphql-tools/delegate": "^12.0.9",
64
+ "@graphql-tools/batch-delegate": "10.0.16-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf",
65
+ "@graphql-tools/delegate": "12.0.10-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf",
66
66
  "@graphql-tools/executor-common": "^1.0.6",
67
67
  "@graphql-tools/executor-http": "^3.1.0",
68
- "@graphql-tools/federation": "^4.2.13",
69
- "@graphql-tools/stitch": "^10.1.13",
68
+ "@graphql-tools/federation": "4.2.14-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf",
69
+ "@graphql-tools/stitch": "10.1.14-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf",
70
70
  "@graphql-tools/utils": "^11.0.0",
71
- "@graphql-tools/wrap": "^11.1.9",
71
+ "@graphql-tools/wrap": "11.1.10-alpha-4e9b1cb7a0b759840f7f11f208e2cbd12b552dbf",
72
72
  "@graphql-yoga/plugin-apollo-usage-report": "^0.13.0",
73
73
  "@graphql-yoga/plugin-csrf-prevention": "^3.16.2",
74
74
  "@graphql-yoga/plugin-defer-stream": "^3.16.2",