@graphql-hive/gateway-runtime 2.5.0-alpha-fd2d1e0d8e449617611fe942cb85652de6ab07c4 → 2.5.0-alpha-792da24da56a93855e79c9769bf7161072191ab8
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 +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-
|
|
3
|
+
## 2.5.0-alpha-792da24da56a93855e79c9769bf7161072191ab8
|
|
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) [`
|
|
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
|