@graphql-tools/executor-graphql-ws 2.0.2 → 2.0.3-alpha-eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9
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 +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @graphql-tools/executor-graphql-ws
|
|
2
2
|
|
|
3
|
+
## 2.0.3-alpha-eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`eac3a9d`](https://github.com/graphql-hive/gateway/commit/eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9)]:
|
|
8
|
+
- @graphql-tools/executor-common@0.0.3-alpha-eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9
|
|
9
|
+
|
|
3
10
|
## 2.0.2
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-graphql-ws",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3-alpha-eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
6
6
|
"repository": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@graphql-tools/executor-common": "
|
|
42
|
+
"@graphql-tools/executor-common": "0.0.3-alpha-eac3a9dcb9060e5e1519fe6e92dcc0daeb067eb9",
|
|
43
43
|
"@graphql-tools/utils": "^10.8.1",
|
|
44
44
|
"@whatwg-node/disposablestack": "^0.0.5",
|
|
45
45
|
"graphql-ws": "^6.0.3",
|