@graphql-tools/executor-graphql-ws
Advanced tools
Comparing version 2.0.0-alpha-8eea33065b3fff7c92ce74a6217f07f40fd2987f to 2.0.0-alpha-af279fc6eaa69267a4caa8a51fe6e4ef08125cc7
# @graphql-tools/executor-graphql-ws | ||
## 2.0.0-alpha-8eea33065b3fff7c92ce74a6217f07f40fd2987f | ||
## 2.0.0-alpha-af279fc6eaa69267a4caa8a51fe6e4ef08125cc7 | ||
### Major Changes | ||
- [#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 | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e) 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) [`52cd37f`](https://github.com/graphql-hive/gateway/commit/52cd37f73ff0437f4635e67c99b4e1c109ecc887) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upgrade graphql-ws to v6 | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upgrade graphql-ws to v6 | ||
@@ -31,7 +31,7 @@ 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) [`f339678`](https://github.com/graphql-hive/gateway/commit/f3396781e204b51f5bb8fb317be3126fe53deef1) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Export GraphQLWSExecutorOptions type | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Export GraphQLWSExecutorOptions type | ||
### Patch Changes | ||
- [#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: | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates: | ||
@@ -38,0 +38,0 @@ - Updated dependency [`graphql-ws@^6.0.3` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.3) (from `^5.14.0`, in `dependencies`) |
{ | ||
"name": "@graphql-tools/executor-graphql-ws", | ||
"version": "2.0.0-alpha-8eea33065b3fff7c92ce74a6217f07f40fd2987f", | ||
"version": "2.0.0-alpha-af279fc6eaa69267a4caa8a51fe6e4ef08125cc7", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A set of utils for faster development of GraphQL tools", |