@graphql-hive/gateway-runtime 2.3.5-alpha-764cbd5263090634ebeeb0eb0ddbba96aecbb250 → 2.3.5-rc-4eb8caf641d7ec375aedbf2c0dd67b04bd9c12a4

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 +2 -10
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/gateway-runtime
2
2
 
3
- ## 2.3.5-alpha-764cbd5263090634ebeeb0eb0ddbba96aecbb250
3
+ ## 2.3.5-rc-4eb8caf641d7ec375aedbf2c0dd67b04bd9c12a4
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -9,16 +9,8 @@
9
9
 
10
10
  - Updated dependency [`@graphql-hive/core@^0.13.1` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.13.1) (from `^0.13.0`, in `dependencies`)
11
11
  - Updated dependency [`@graphql-hive/yoga@^0.42.3` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.42.3) (from `^0.42.2`, in `dependencies`)
12
-
13
-
14
- - [#1684](https://github.com/graphql-hive/gateway/pull/1684) [`5e61273`](https://github.com/graphql-hive/gateway/commit/5e612736878341020ddf1a03e515d19f092557cf) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
15
-
16
- - Updated dependency [`@whatwg-node/server@^0.10.17` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.10.17) (from `^0.10.15`, in `dependencies`)
17
- - Updated dependencies [[`5e61273`](https://github.com/graphql-hive/gateway/commit/5e612736878341020ddf1a03e515d19f092557cf), [`5e61273`](https://github.com/graphql-hive/gateway/commit/5e612736878341020ddf1a03e515d19f092557cf)]:
18
- - @graphql-tools/executor-http@3.0.7-alpha-764cbd5263090634ebeeb0eb0ddbba96aecbb250
19
- - @graphql-tools/federation@4.2.3-alpha-764cbd5263090634ebeeb0eb0ddbba96aecbb250
12
+ - Updated dependencies []:
20
13
  - @graphql-mesh/hmac-upstream-signature@2.0.7
21
- - @graphql-mesh/fusion-runtime@1.5.1-alpha-764cbd5263090634ebeeb0eb0ddbba96aecbb250
22
14
 
23
15
  ## 2.3.4
24
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-runtime",
3
- "version": "2.3.5-alpha-764cbd5263090634ebeeb0eb0ddbba96aecbb250",
3
+ "version": "2.3.5-rc-4eb8caf641d7ec375aedbf2c0dd67b04bd9c12a4",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,7 +55,7 @@
55
55
  "@graphql-hive/signal": "^2.0.0",
56
56
  "@graphql-hive/yoga": "^0.42.3",
57
57
  "@graphql-mesh/cross-helpers": "^0.4.10",
58
- "@graphql-mesh/fusion-runtime": "1.5.1-alpha-764cbd5263090634ebeeb0eb0ddbba96aecbb250",
58
+ "@graphql-mesh/fusion-runtime": "^1.5.0",
59
59
  "@graphql-mesh/hmac-upstream-signature": "^2.0.7",
60
60
  "@graphql-mesh/plugin-response-cache": "^0.104.18",
61
61
  "@graphql-mesh/transport-common": "^1.0.11",
@@ -64,8 +64,8 @@
64
64
  "@graphql-tools/batch-delegate": "^10.0.4",
65
65
  "@graphql-tools/delegate": "^11.1.2",
66
66
  "@graphql-tools/executor-common": "^1.0.4",
67
- "@graphql-tools/executor-http": "3.0.7-alpha-764cbd5263090634ebeeb0eb0ddbba96aecbb250",
68
- "@graphql-tools/federation": "4.2.3-alpha-764cbd5263090634ebeeb0eb0ddbba96aecbb250",
67
+ "@graphql-tools/executor-http": "^3.0.6",
68
+ "@graphql-tools/federation": "^4.2.2",
69
69
  "@graphql-tools/stitch": "^10.1.2",
70
70
  "@graphql-tools/utils": "^10.10.1",
71
71
  "@graphql-tools/wrap": "^11.0.4",
@@ -76,7 +76,7 @@
76
76
  "@types/node": "^24.10.0",
77
77
  "@whatwg-node/disposablestack": "^0.0.6",
78
78
  "@whatwg-node/promise-helpers": "^1.3.2",
79
- "@whatwg-node/server": "^0.10.17",
79
+ "@whatwg-node/server": "^0.10.15",
80
80
  "@whatwg-node/server-plugin-cookies": "^1.0.5",
81
81
  "graphql-ws": "^6.0.6",
82
82
  "graphql-yoga": "^5.16.2",
@@ -90,7 +90,7 @@
90
90
  "@types/html-minifier-terser": "^7.0.2",
91
91
  "@types/react": "^19",
92
92
  "@types/react-dom": "^19",
93
- "@whatwg-node/fetch": "^0.10.13",
93
+ "@whatwg-node/fetch": "^0.10.12",
94
94
  "fets": "^0.8.4",
95
95
  "graphql": "^16.12.0",
96
96
  "graphql-sse": "^2.6.0",