@graphql-hive/gateway-runtime 2.4.0 → 2.4.1-alpha-5add3f49783540c9b751f52b47a3937af2bb5d01

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,5 +1,16 @@
1
1
  # @graphql-hive/gateway-runtime
2
2
 
3
+ ## 2.4.1-alpha-5add3f49783540c9b751f52b47a3937af2bb5d01
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1777](https://github.com/graphql-hive/gateway/pull/1777) [`5add3f4`](https://github.com/graphql-hive/gateway/commit/5add3f49783540c9b751f52b47a3937af2bb5d01) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Hive console client agent inherits the plugin's root logger
9
+
10
+ - Updated dependencies []:
11
+ - @graphql-mesh/fusion-runtime@1.6.2
12
+ - @graphql-mesh/hmac-upstream-signature@2.0.8
13
+
3
14
  ## 2.4.0
4
15
  ### Minor Changes
5
16
 
package/dist/index.cjs CHANGED
@@ -557,7 +557,6 @@ function useHiveConsole({
557
557
  name: "hive-gateway",
558
558
  version: globalThis.__VERSION__,
559
559
  fetch,
560
- logger: logger.LegacyLogger.from(options.log),
561
560
  ...options.agent
562
561
  };
563
562
  let usage = void 0;
package/dist/index.js CHANGED
@@ -556,7 +556,6 @@ function useHiveConsole({
556
556
  name: "hive-gateway",
557
557
  version: globalThis.__VERSION__,
558
558
  fetch,
559
- logger: LegacyLogger.from(options.log),
560
559
  ...options.agent
561
560
  };
562
561
  let usage = void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-runtime",
3
- "version": "2.4.0",
3
+ "version": "2.4.1-alpha-5add3f49783540c9b751f52b47a3937af2bb5d01",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",