@graphql-tools/executor-graphql-ws
Advanced tools
Comparing version 2.0.0-alpha-7e26045e711907070b7236c41b9ed6a3906eb150 to 2.0.0-alpha-8eea33065b3fff7c92ce74a6217f07f40fd2987f
# @graphql-tools/executor-graphql-ws | ||
## 2.0.0-alpha-7e26045e711907070b7236c41b9ed6a3906eb150 | ||
## 2.0.0-alpha-8eea33065b3fff7c92ce74a6217f07f40fd2987f | ||
### Major Changes | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`ddc90f3`](https://github.com/graphql-hive/gateway/commit/ddc90f330beb5551df50abf26b0a07d5c4d4f0b4) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Executor options don't exist graphql-ws dependency options | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`f339678`](https://github.com/graphql-hive/gateway/commit/f3396781e204b51f5bb8fb317be3126fe53deef1) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Executor options don't exist graphql-ws dependency options | ||
@@ -24,3 +24,3 @@ Removing the dependency on the types. Some options are still exposed, but if you want to further customise the graphql-ws client, you should pass your own instance of the client instead. | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`a4cb5cc`](https://github.com/graphql-hive/gateway/commit/a4cb5cc9b2807ccae5ce3631eb3705d929ee4599) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upgrade graphql-ws to v6 | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`52cd37f`](https://github.com/graphql-hive/gateway/commit/52cd37f73ff0437f4635e67c99b4e1c109ecc887) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upgrade graphql-ws to v6 | ||
@@ -31,9 +31,9 @@ If you have a custom graphql-ws configuration when building the executor with `buildGraphQLWSExecutor`, you will have to migrate the graphql-ws side to v6. [Please consult the changelog of graphql-ws.](https://github.com/enisdenjo/graphql-ws/releases/tag/v6.0.0) | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`ddc90f3`](https://github.com/graphql-hive/gateway/commit/ddc90f330beb5551df50abf26b0a07d5c4d4f0b4) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Export GraphQLWSExecutorOptions type | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`f339678`](https://github.com/graphql-hive/gateway/commit/f3396781e204b51f5bb8fb317be3126fe53deef1) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Export GraphQLWSExecutorOptions type | ||
### Patch Changes | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`9a763a5`](https://github.com/graphql-hive/gateway/commit/9a763a5de54ad4b033f410d6623da4cde79bd2b6) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates: | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`84c384e`](https://github.com/graphql-hive/gateway/commit/84c384ef2eeda03b4554b85cef63cbdc531468c9) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates: | ||
- Updated dependency [`graphql-ws@^6.0.2` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.2) (from `^5.14.0`, in `dependencies`) | ||
- Updated dependency [`graphql-ws@^6.0.3` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.3) (from `^5.14.0`, in `dependencies`) | ||
@@ -40,0 +40,0 @@ ## 1.3.7 |
{ | ||
"name": "@graphql-tools/executor-graphql-ws", | ||
"version": "2.0.0-alpha-7e26045e711907070b7236c41b9ed6a3906eb150", | ||
"version": "2.0.0-alpha-8eea33065b3fff7c92ce74a6217f07f40fd2987f", | ||
"type": "module", | ||
@@ -45,3 +45,3 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"@whatwg-node/disposablestack": "^0.0.5", | ||
"graphql-ws": "^6.0.2", | ||
"graphql-ws": "^6.0.3", | ||
"isomorphic-ws": "^5.0.0", | ||
@@ -48,0 +48,0 @@ "tslib": "^2.8.1", |
+ Added@graphql-tools/utils@10.8.1(transitive)
- Removed@graphql-tools/utils@10.7.2(transitive)
Updatedgraphql-ws@^6.0.3