@graphql-mesh/transport-ws 1.0.1-alpha-4105c094996f232c2b96db211bb33770260fcaef → 1.0.1-rc-53ea0f645a6b4bd4b6b072ba2a5cc7ee6496764e

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 +2 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-mesh/transport-ws
2
2
 
3
- ## 1.0.1-alpha-4105c094996f232c2b96db211bb33770260fcaef
3
+ ## 1.0.1-rc-53ea0f645a6b4bd4b6b072ba2a5cc7ee6496764e
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,8 +11,7 @@
11
11
  - [#591](https://github.com/graphql-hive/gateway/pull/591) [`7d42160`](https://github.com/graphql-hive/gateway/commit/7d42160c31a10efbc680826704410fc1a33fb97c) Thanks [@ardatan](https://github.com/ardatan)! - Avoid having an extra Client instantiation in the transport, and use the one in the executor
12
12
 
13
13
  - Updated dependencies [[`7d42160`](https://github.com/graphql-hive/gateway/commit/7d42160c31a10efbc680826704410fc1a33fb97c)]:
14
- - @graphql-tools/executor-graphql-ws@2.0.1-alpha-4105c094996f232c2b96db211bb33770260fcaef
15
- - @graphql-mesh/transport-common@0.7.28-alpha-4105c094996f232c2b96db211bb33770260fcaef
14
+ - @graphql-tools/executor-graphql-ws@2.0.1-rc-53ea0f645a6b4bd4b6b072ba2a5cc7ee6496764e
16
15
 
17
16
  ## 1.0.0
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-ws",
3
- "version": "1.0.1-alpha-4105c094996f232c2b96db211bb33770260fcaef",
3
+ "version": "1.0.1-rc-53ea0f645a6b4bd4b6b072ba2a5cc7ee6496764e",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@graphql-mesh/cross-helpers": "^0.4.9",
46
46
  "@graphql-mesh/string-interpolation": "^0.5.6",
47
- "@graphql-mesh/transport-common": "0.7.28-alpha-4105c094996f232c2b96db211bb33770260fcaef",
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-4105c094996f232c2b96db211bb33770260fcaef",
50
+ "@graphql-tools/executor-graphql-ws": "2.0.1-rc-53ea0f645a6b4bd4b6b072ba2a5cc7ee6496764e",
51
51
  "@graphql-tools/utils": "^10.7.0",
52
52
  "graphql-ws": "^6.0.3",
53
53
  "tslib": "^2.8.1",