@graphql-mesh/transport-ws 1.0.0-alpha-720f0a38ea52cb9b682d654dd680d1da18adb64e → 1.0.0-alpha-5acfc82289f62b92bba96319e088d2421da83fee

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @graphql-mesh/transport-ws
2
2
 
3
- ## 1.0.0-alpha-720f0a38ea52cb9b682d654dd680d1da18adb64e
3
+ ## 1.0.0-alpha-5acfc82289f62b92bba96319e088d2421da83fee
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#481](https://github.com/graphql-hive/gateway/pull/481) [`6313dbd`](https://github.com/graphql-hive/gateway/commit/6313dbdb96aa729dacd711b4400c30017fe7aa62) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Options allow configuring only `connectionParams`
7
+ - [#481](https://github.com/graphql-hive/gateway/pull/481) [`6313dbd`](https://github.com/graphql-hive/gateway/commit/6313dbdb96aa729dacd711b4400c30017fe7aa62) Thanks [@enisdenjo](https://github.com/enisdenjo)! - WebSocket transport options allow configuring only `connectionParams`
8
8
 
9
9
  In most of the cases you won't need to configure the underlying graphql-ws client any further.
10
10
 
@@ -24,7 +24,7 @@
24
24
  - Added dependency [`isomorphic-ws@^5.0.0` ↗︎](https://www.npmjs.com/package/isomorphic-ws/v/5.0.0) (to `dependencies`)
25
25
 
26
26
  - Updated dependencies [[`9dba1f0`](https://github.com/graphql-hive/gateway/commit/9dba1f0cb9b9c1311a6fbb9e0061bd01c4d334e3), [`6313dbd`](https://github.com/graphql-hive/gateway/commit/6313dbdb96aa729dacd711b4400c30017fe7aa62), [`6313dbd`](https://github.com/graphql-hive/gateway/commit/6313dbdb96aa729dacd711b4400c30017fe7aa62), [`b227bd9`](https://github.com/graphql-hive/gateway/commit/b227bd9862cb64186b8cc7ea3fb9a6530b122157)]:
27
- - @graphql-tools/executor-graphql-ws@2.0.0-alpha-720f0a38ea52cb9b682d654dd680d1da18adb64e
27
+ - @graphql-tools/executor-graphql-ws@2.0.0-alpha-5acfc82289f62b92bba96319e088d2421da83fee
28
28
 
29
29
  ## 0.4.16
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-ws",
3
- "version": "1.0.0-alpha-720f0a38ea52cb9b682d654dd680d1da18adb64e",
3
+ "version": "1.0.0-alpha-5acfc82289f62b92bba96319e088d2421da83fee",
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.0-alpha-720f0a38ea52cb9b682d654dd680d1da18adb64e",
50
+ "@graphql-tools/executor-graphql-ws": "2.0.0-alpha-5acfc82289f62b92bba96319e088d2421da83fee",
51
51
  "@graphql-tools/utils": "^10.7.0",
52
52
  "graphql-ws": "^6.0.2",
53
53
  "isomorphic-ws": "^5.0.0",