@graphql-hive/gateway-runtime 2.5.0-alpha-20ce43d31d52a919e0506b59044d0ed16ddb0b80 → 2.5.0-alpha-e5b89984ff1e38f8c73b4354878d1f9585c016ea

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 +2 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/gateway-runtime
2
2
 
3
- ## 2.5.0-alpha-20ce43d31d52a919e0506b59044d0ed16ddb0b80
3
+ ## 2.5.0-alpha-e5b89984ff1e38f8c73b4354878d1f9585c016ea
4
4
  ### Minor Changes
5
5
 
6
6
 
@@ -17,7 +17,7 @@
17
17
  - Updated dependency [`@types/node@^25.0.0` ↗︎](https://www.npmjs.com/package/@types/node/v/25.0.0) (from `^24.10.1`, in `dependencies`)
18
18
 
19
19
 
20
- - [#1804](https://github.com/graphql-hive/gateway/pull/1804) [`e3bda5b`](https://github.com/graphql-hive/gateway/commit/e3bda5b2a175e902f8770711c825d2f7115905ca) Thanks [@ardatan](https://github.com/ardatan)! - Fixes for better support of the plugin system in WebSockets;
20
+ - [#1804](https://github.com/graphql-hive/gateway/pull/1804) [`c913e6c`](https://github.com/graphql-hive/gateway/commit/c913e6cfec407d4d2da5b264d38047a9df8e09f0) Thanks [@ardatan](https://github.com/ardatan)! - Fixes for better support of the plugin system in WebSockets;
21
21
 
22
22
  - Ensure `params: GraphQLParams` and `request: Request` exist in the context
23
23
  - Invoke `onParams` and `onExecutionResult` hooks from plugins properly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-runtime",
3
- "version": "2.5.0-alpha-20ce43d31d52a919e0506b59044d0ed16ddb0b80",
3
+ "version": "2.5.0-alpha-e5b89984ff1e38f8c73b4354878d1f9585c016ea",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",