@graphql-mesh/transport-ws 1.0.1-alpha-2ca260f847dfb52877d8a5293370a07035490661 → 1.0.1-alpha-428d839c1f4eef2b452ff9e7dc9a82dcc5e8d0fd
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 +6 -2
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,17 @@
|
|
1
1
|
# @graphql-mesh/transport-ws
|
2
2
|
|
3
|
-
## 1.0.1-alpha-
|
3
|
+
## 1.0.1-alpha-428d839c1f4eef2b452ff9e7dc9a82dcc5e8d0fd
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
|
+
- [#591](https://github.com/graphql-hive/gateway/pull/591) [`428d839`](https://github.com/graphql-hive/gateway/commit/428d839c1f4eef2b452ff9e7dc9a82dcc5e8d0fd) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
8
|
+
|
9
|
+
- Removed dependency [`isomorphic-ws@^5.0.0` ↗︎](https://www.npmjs.com/package/isomorphic-ws/v/5.0.0) (from `dependencies`)
|
10
|
+
|
7
11
|
- [#591](https://github.com/graphql-hive/gateway/pull/591) [`2ca260f`](https://github.com/graphql-hive/gateway/commit/2ca260f847dfb52877d8a5293370a07035490661) Thanks [@ardatan](https://github.com/ardatan)! - Avoid having an extra Client instantiation in the transport, and use the one in the executor
|
8
12
|
|
9
13
|
- Updated dependencies [[`7474f33`](https://github.com/graphql-hive/gateway/commit/7474f339ff952c04c1f6023212691ad38bca04c5)]:
|
10
|
-
- @graphql-tools/executor-graphql-ws@2.0.1-alpha-
|
14
|
+
- @graphql-tools/executor-graphql-ws@2.0.1-alpha-428d839c1f4eef2b452ff9e7dc9a82dcc5e8d0fd
|
11
15
|
|
12
16
|
## 1.0.0
|
13
17
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-ws",
|
3
|
-
"version": "1.0.1-alpha-
|
3
|
+
"version": "1.0.1-alpha-428d839c1f4eef2b452ff9e7dc9a82dcc5e8d0fd",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -47,10 +47,9 @@
|
|
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.1-alpha-
|
50
|
+
"@graphql-tools/executor-graphql-ws": "2.0.1-alpha-428d839c1f4eef2b452ff9e7dc9a82dcc5e8d0fd",
|
51
51
|
"@graphql-tools/utils": "^10.7.0",
|
52
52
|
"graphql-ws": "^6.0.3",
|
53
|
-
"isomorphic-ws": "^5.0.0",
|
54
53
|
"tslib": "^2.8.1",
|
55
54
|
"ws": "^8.18.0"
|
56
55
|
},
|