@graphql-hive/gateway-runtime 2.4.2-alpha-40ecf77214542de0e69d37221a0a1881f81ab4b7 → 2.4.2-alpha-238b558487ae49cd419dccef6ee6f88fbccd98bb

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,16 +1,15 @@
1
1
  # @graphql-hive/gateway-runtime
2
2
 
3
- ## 2.4.2-alpha-40ecf77214542de0e69d37221a0a1881f81ab4b7
3
+ ## 2.4.2-alpha-238b558487ae49cd419dccef6ee6f88fbccd98bb
4
4
  ### Patch Changes
5
5
 
6
6
 
7
7
 
8
- - [#1784](https://github.com/graphql-hive/gateway/pull/1784) [`40ecf77`](https://github.com/graphql-hive/gateway/commit/40ecf77214542de0e69d37221a0a1881f81ab4b7) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
-
10
- - Updated dependency [`@types/node@^25.0.0` ↗︎](https://www.npmjs.com/package/@types/node/v/25.0.0) (from `^24.10.1`, in `dependencies`)
8
+ - [#1787](https://github.com/graphql-hive/gateway/pull/1787) [`238b558`](https://github.com/graphql-hive/gateway/commit/238b558487ae49cd419dccef6ee6f88fbccd98bb) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Usage reporting clientInfo context inherits Hive Gateway context
9
+
11
10
  - Updated dependencies []:
12
- - @graphql-mesh/hmac-upstream-signature@2.0.8
13
11
  - @graphql-mesh/fusion-runtime@1.6.2
12
+ - @graphql-mesh/hmac-upstream-signature@2.0.8
14
13
 
15
14
  ## 2.4.1
16
15
  ### Patch Changes
package/dist/index.d.cts CHANGED
@@ -81,7 +81,7 @@ interface HiveConsoleUsagePluginOptions extends Omit<HiveUsagePluginOptions, 'cl
81
81
  /**
82
82
  * Extract client info from the GraphQL Context.
83
83
  */
84
- clientInfo?: HiveConsoleUsageClientInfo | ((context: any) => null | undefined | HiveConsoleUsageClientInfo);
84
+ clientInfo?: HiveConsoleUsageClientInfo | ((context: GatewayContext) => null | undefined | HiveConsoleUsageClientInfo);
85
85
  }
86
86
  interface HiveConsoleUsageClientInfo {
87
87
  name: string;
package/dist/index.d.ts CHANGED
@@ -81,7 +81,7 @@ interface HiveConsoleUsagePluginOptions extends Omit<HiveUsagePluginOptions, 'cl
81
81
  /**
82
82
  * Extract client info from the GraphQL Context.
83
83
  */
84
- clientInfo?: HiveConsoleUsageClientInfo | ((context: any) => null | undefined | HiveConsoleUsageClientInfo);
84
+ clientInfo?: HiveConsoleUsageClientInfo | ((context: GatewayContext) => null | undefined | HiveConsoleUsageClientInfo);
85
85
  }
86
86
  interface HiveConsoleUsageClientInfo {
87
87
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-runtime",
3
- "version": "2.4.2-alpha-40ecf77214542de0e69d37221a0a1881f81ab4b7",
3
+ "version": "2.4.2-alpha-238b558487ae49cd419dccef6ee6f88fbccd98bb",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -73,7 +73,7 @@
73
73
  "@graphql-yoga/plugin-csrf-prevention": "^3.16.2",
74
74
  "@graphql-yoga/plugin-defer-stream": "^3.16.2",
75
75
  "@graphql-yoga/plugin-persisted-operations": "^3.16.2",
76
- "@types/node": "^25.0.0",
76
+ "@types/node": "^24.10.1",
77
77
  "@whatwg-node/disposablestack": "^0.0.6",
78
78
  "@whatwg-node/promise-helpers": "^1.3.2",
79
79
  "@whatwg-node/server": "^0.10.17",