@graphql-hive/gateway-runtime 2.4.0-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb → 2.4.0

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 +8 -8
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @graphql-hive/gateway-runtime
2
2
 
3
- ## 2.4.0-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb
3
+ ## 2.4.0
4
4
  ### Minor Changes
5
5
 
6
6
 
7
7
 
8
- - [#1738](https://github.com/graphql-hive/gateway/pull/1738) [`5a2207f`](https://github.com/graphql-hive/gateway/commit/5a2207f13466d56376ae246d4226b6d214b6b3a3) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - New Hive CDN mirror and circuit breaker
8
+ - [#1738](https://github.com/graphql-hive/gateway/pull/1738) [`2cab632`](https://github.com/graphql-hive/gateway/commit/2cab632d9094ed76badccf01c1ab8c37bc24112b) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - New Hive CDN mirror and circuit breaker
9
9
 
10
10
  Hive CDN introduced a new CDN mirror and circuit breaker to mitigate the risk related to Cloudflare
11
11
  services failures.
@@ -78,13 +78,13 @@
78
78
  - Updated dependency [`@graphql-hive/core@^0.18.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.18.0) (from `^0.15.1`, in `dependencies`)
79
79
  - Updated dependency [`@graphql-hive/yoga@^0.46.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.46.0) (from `^0.43.1`, in `dependencies`)
80
80
  - Updated dependencies [[`da8b8e3`](https://github.com/graphql-hive/gateway/commit/da8b8e3f3545487249b11c6577e3889f68527249)]:
81
- - @graphql-tools/delegate@12.0.2-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb
81
+ - @graphql-tools/delegate@12.0.2
82
82
  - @graphql-mesh/hmac-upstream-signature@2.0.8
83
- - @graphql-tools/batch-delegate@10.0.8-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb
84
- - @graphql-tools/federation@4.2.6-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb
85
- - @graphql-mesh/fusion-runtime@1.6.2-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb
86
- - @graphql-tools/stitch@10.1.6-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb
87
- - @graphql-tools/wrap@11.1.2-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb
83
+ - @graphql-tools/batch-delegate@10.0.8
84
+ - @graphql-tools/federation@4.2.6
85
+ - @graphql-mesh/fusion-runtime@1.6.2
86
+ - @graphql-tools/stitch@10.1.6
87
+ - @graphql-tools/wrap@11.1.2
88
88
 
89
89
  ## 2.3.7
90
90
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-runtime",
3
- "version": "2.4.0-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb",
3
+ "version": "2.4.0",
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.46.0",
57
57
  "@graphql-mesh/cross-helpers": "^0.4.10",
58
- "@graphql-mesh/fusion-runtime": "1.6.2-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb",
58
+ "@graphql-mesh/fusion-runtime": "^1.6.2",
59
59
  "@graphql-mesh/hmac-upstream-signature": "^2.0.8",
60
60
  "@graphql-mesh/plugin-response-cache": "^0.104.18",
61
61
  "@graphql-mesh/transport-common": "^1.0.12",
62
62
  "@graphql-mesh/types": "^0.104.16",
63
63
  "@graphql-mesh/utils": "^0.104.16",
64
- "@graphql-tools/batch-delegate": "10.0.8-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb",
65
- "@graphql-tools/delegate": "12.0.2-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb",
64
+ "@graphql-tools/batch-delegate": "^10.0.8",
65
+ "@graphql-tools/delegate": "^12.0.2",
66
66
  "@graphql-tools/executor-common": "^1.0.5",
67
67
  "@graphql-tools/executor-http": "^3.0.7",
68
- "@graphql-tools/federation": "4.2.6-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb",
69
- "@graphql-tools/stitch": "10.1.6-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb",
68
+ "@graphql-tools/federation": "^4.2.6",
69
+ "@graphql-tools/stitch": "^10.1.6",
70
70
  "@graphql-tools/utils": "^10.10.3",
71
- "@graphql-tools/wrap": "11.1.2-alpha-fe6be9b0379c7276d141bf5f83c52f1842d1aadb",
71
+ "@graphql-tools/wrap": "^11.1.2",
72
72
  "@graphql-yoga/plugin-apollo-usage-report": "^0.12.0",
73
73
  "@graphql-yoga/plugin-csrf-prevention": "^3.16.2",
74
74
  "@graphql-yoga/plugin-defer-stream": "^3.16.2",