@graphql-hive/gateway 2.7.1-rc-23de8799bedd88aeb7a93fa28fd227e2cd111eef → 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,14 +1,18 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.7.1-rc-23de8799bedd88aeb7a93fa28fd227e2cd111eef
3
+ ## 2.7.1
4
4
  ### Patch Changes
5
5
 
6
+
7
+
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
+
6
10
  - Updated dependencies [[`0f8706c`](https://github.com/graphql-hive/gateway/commit/0f8706c54556669148de1bf74725cc8c896e5ced)]:
7
- - @graphql-mesh/transport-http@1.1.0-rc-23de8799bedd88aeb7a93fa28fd227e2cd111eef
8
- - @graphql-hive/gateway-runtime@2.9.2-rc-23de8799bedd88aeb7a93fa28fd227e2cd111eef
9
- - @graphql-hive/plugin-aws-sigv4@2.0.45-rc-23de8799bedd88aeb7a93fa28fd227e2cd111eef
10
- - @graphql-hive/plugin-opentelemetry@1.4.25-rc-23de8799bedd88aeb7a93fa28fd227e2cd111eef
11
- - @graphql-mesh/plugin-prometheus@2.1.43-rc-23de8799bedd88aeb7a93fa28fd227e2cd111eef
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
12
16
 
13
17
  ## 2.7.0
14
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-23de8799bedd88aeb7a93fa28fd227e2cd111eef';
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-23de8799bedd88aeb7a93fa28fd227e2cd111eef';
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-23de8799bedd88aeb7a93fa28fd227e2cd111eef",
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-23de8799bedd88aeb7a93fa28fd227e2cd111eef",
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-23de8799bedd88aeb7a93fa28fd227e2cd111eef",
101
- "@graphql-hive/plugin-opentelemetry": "1.4.25-rc-23de8799bedd88aeb7a93fa28fd227e2cd111eef",
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-23de8799bedd88aeb7a93fa28fd227e2cd111eef",
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-23de8799bedd88aeb7a93fa28fd227e2cd111eef",
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",