@graphql-hive/gateway 2.7.1-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded → 2.7.1

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.7.1-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded
3
+ ## 2.7.1
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -8,11 +8,11 @@
8
8
  - [#2335](https://github.com/graphql-hive/gateway/pull/2335) [`42e915d`](https://github.com/graphql-hive/gateway/commit/42e915d02ec76414ac55be34c66c4c9fb8aa3f98) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix macOS binary builds that were intermittently failing with an out-of-memory crash during the Rollup bundling step on GitHub Actions macOS runners. The bundle is now built once on Linux and shared as a GitHub Actions artifact, so macOS and Windows runners only need to do the platform-specific SEA blob generation and binary packaging.
9
9
 
10
10
  - Updated dependencies [[`0f8706c`](https://github.com/graphql-hive/gateway/commit/0f8706c54556669148de1bf74725cc8c896e5ced)]:
11
- - @graphql-mesh/transport-http@1.1.0-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded
12
- - @graphql-hive/gateway-runtime@2.9.2-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded
13
- - @graphql-hive/plugin-aws-sigv4@2.0.45-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded
14
- - @graphql-hive/plugin-opentelemetry@1.4.25-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded
15
- - @graphql-mesh/plugin-prometheus@2.1.43-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded
11
+ - @graphql-mesh/transport-http@1.1.0
12
+ - @graphql-hive/gateway-runtime@2.9.2
13
+ - @graphql-hive/plugin-aws-sigv4@2.0.45
14
+ - @graphql-hive/plugin-opentelemetry@1.4.25
15
+ - @graphql-mesh/plugin-prometheus@2.1.43
16
16
 
17
17
  ## 2.7.0
18
18
  ### Minor Changes
package/dist/bin.cjs CHANGED
@@ -29,7 +29,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
29
29
 
30
30
  var module__default = /*#__PURE__*/_interopDefault(module$1);
31
31
 
32
- globalThis.__VERSION__ = '2.7.1-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded';
32
+ globalThis.__VERSION__ = '2.7.1';
33
33
  module__default.default.register("@graphql-hive/importer/hooks", {
34
34
  parentURL: (
35
35
  // @ts-ignore bob will complain when bundling for cjs
package/dist/bin.js CHANGED
@@ -23,7 +23,7 @@ import '@graphql-tools/code-file-loader';
23
23
  import '@graphql-tools/graphql-file-loader';
24
24
  import '@graphql-tools/load';
25
25
 
26
- globalThis.__VERSION__ = '2.7.1-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded';
26
+ globalThis.__VERSION__ = '2.7.1';
27
27
  module$1.register("@graphql-hive/importer/hooks", {
28
28
  parentURL: (
29
29
  // @ts-ignore bob will complain when bundling for cjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.7.1-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded",
3
+ "version": "2.7.1",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -94,11 +94,11 @@
94
94
  "@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
95
95
  "@escape.tech/graphql-armor-max-depth": "^2.4.2",
96
96
  "@escape.tech/graphql-armor-max-tokens": "^2.5.0",
97
- "@graphql-hive/gateway-runtime": "2.9.2-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded",
97
+ "@graphql-hive/gateway-runtime": "^2.9.2",
98
98
  "@graphql-hive/importer": "^2.0.0",
99
99
  "@graphql-hive/logger": "^1.1.0",
100
- "@graphql-hive/plugin-aws-sigv4": "2.0.45-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded",
101
- "@graphql-hive/plugin-opentelemetry": "1.4.25-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded",
100
+ "@graphql-hive/plugin-aws-sigv4": "^2.0.45",
101
+ "@graphql-hive/plugin-opentelemetry": "^1.4.25",
102
102
  "@graphql-hive/pubsub": "^2.1.1",
103
103
  "@graphql-hive/render-laboratory": "^0.1.6",
104
104
  "@graphql-hive/signal": "^2.0.0",
@@ -111,10 +111,10 @@
111
111
  "@graphql-mesh/plugin-http-cache": "^0.105.37",
112
112
  "@graphql-mesh/plugin-jit": "^0.2.35",
113
113
  "@graphql-mesh/plugin-jwt-auth": "^2.0.11",
114
- "@graphql-mesh/plugin-prometheus": "2.1.43-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded",
114
+ "@graphql-mesh/plugin-prometheus": "^2.1.43",
115
115
  "@graphql-mesh/plugin-rate-limit": "^0.106.14",
116
116
  "@graphql-mesh/plugin-snapshot": "^0.104.36",
117
- "@graphql-mesh/transport-http": "1.1.0-rc-e1904afccc6e2e452c4119099bf9fd1a28990ded",
117
+ "@graphql-mesh/transport-http": "^1.1.0",
118
118
  "@graphql-mesh/transport-http-callback": "^1.0.20",
119
119
  "@graphql-mesh/transport-ws": "^2.0.20",
120
120
  "@graphql-mesh/types": "^0.104.27",