@graphql-tools/executor-graphql-ws
Advanced tools
Comparing version 2.0.0-alpha-f01338cd90d654e241e042cdde7e87754ef80cf4 to 2.0.0-alpha-fa6a3ca936d3322dfa61743035f9844ff728b129
# @graphql-tools/executor-graphql-ws | ||
## 2.0.0-alpha-f01338cd90d654e241e042cdde7e87754ef80cf4 | ||
## 2.0.0-alpha-fa6a3ca936d3322dfa61743035f9844ff728b129 | ||
### Major Changes | ||
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`6313dbd`](https://github.com/graphql-hive/gateway/commit/6313dbdb96aa729dacd711b4400c30017fe7aa62) 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) [`b227bd9`](https://github.com/graphql-hive/gateway/commit/b227bd9862cb64186b8cc7ea3fb9a6530b122157) 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,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) [`6313dbd`](https://github.com/graphql-hive/gateway/commit/6313dbdb96aa729dacd711b4400c30017fe7aa62) 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) [`9dba1f0`](https://github.com/graphql-hive/gateway/commit/9dba1f0cb9b9c1311a6fbb9e0061bd01c4d334e3) 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: | ||
- 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-f01338cd90d654e241e042cdde7e87754ef80cf4", | ||
"version": "2.0.0-alpha-fa6a3ca936d3322dfa61743035f9844ff728b129", | ||
"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", |
Updatedgraphql-ws@^6.0.3