@graphql-mesh/transport-ws 1.0.0-rc-7759f3d79ac8abb2207692cde94f7adf982c37cd → 1.0.1-alpha-837fa3da4475d0aff2c8cd8baff61bbdd56273dd
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 +14 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
# @graphql-mesh/transport-ws
|
2
2
|
|
3
|
-
## 1.0.
|
3
|
+
## 1.0.1-alpha-837fa3da4475d0aff2c8cd8baff61bbdd56273dd
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#421](https://github.com/graphql-hive/gateway/pull/421) [`53a8ac2`](https://github.com/graphql-hive/gateway/commit/53a8ac2c0a5f140f9aed6355dfa4122fefc7f884) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
8
|
+
|
9
|
+
- Updated dependency [`graphql-ws@^6.0.3` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.3) (from `^5.16.0`, in `dependencies`)
|
10
|
+
- Added dependency [`isomorphic-ws@^5.0.0` ↗︎](https://www.npmjs.com/package/isomorphic-ws/v/5.0.0) (to `dependencies`)
|
11
|
+
|
12
|
+
- Updated dependencies [[`53a8ac2`](https://github.com/graphql-hive/gateway/commit/53a8ac2c0a5f140f9aed6355dfa4122fefc7f884)]:
|
13
|
+
- @graphql-tools/executor-graphql-ws@2.0.1-alpha-837fa3da4475d0aff2c8cd8baff61bbdd56273dd
|
14
|
+
|
15
|
+
## 1.0.0
|
4
16
|
|
5
17
|
### Major Changes
|
6
18
|
|
@@ -24,7 +36,7 @@
|
|
24
36
|
- Added dependency [`isomorphic-ws@^5.0.0` ↗︎](https://www.npmjs.com/package/isomorphic-ws/v/5.0.0) (to `dependencies`)
|
25
37
|
|
26
38
|
- Updated dependencies [[`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e), [`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e), [`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e), [`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e)]:
|
27
|
-
- @graphql-tools/executor-graphql-ws@2.0.0
|
39
|
+
- @graphql-tools/executor-graphql-ws@2.0.0
|
28
40
|
|
29
41
|
## 0.4.16
|
30
42
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-ws",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1-alpha-837fa3da4475d0aff2c8cd8baff61bbdd56273dd",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"@graphql-mesh/transport-common": "^0.7.27",
|
48
48
|
"@graphql-mesh/types": "^0.103.6",
|
49
49
|
"@graphql-mesh/utils": "^0.103.6",
|
50
|
-
"@graphql-tools/executor-graphql-ws": "2.0.
|
50
|
+
"@graphql-tools/executor-graphql-ws": "2.0.1-alpha-837fa3da4475d0aff2c8cd8baff61bbdd56273dd",
|
51
51
|
"@graphql-tools/utils": "^10.7.0",
|
52
52
|
"graphql-ws": "^6.0.3",
|
53
53
|
"isomorphic-ws": "^5.0.0",
|