@graphql-mesh/transport-ws 1.0.0-alpha-fa6a3ca936d3322dfa61743035f9844ff728b129 → 1.0.0-rc-d8bd6179e634359cd8bcab6d51cebbc386c97a80

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 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-mesh/transport-ws
2
2
 
3
- ## 1.0.0-alpha-fa6a3ca936d3322dfa61743035f9844ff728b129
3
+ ## 1.0.0-rc-d8bd6179e634359cd8bcab6d51cebbc386c97a80
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -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 [[`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-alpha-fa6a3ca936d3322dfa61743035f9844ff728b129
27
+ - @graphql-tools/executor-graphql-ws@2.0.0-rc-d8bd6179e634359cd8bcab6d51cebbc386c97a80
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-fa6a3ca936d3322dfa61743035f9844ff728b129",
3
+ "version": "1.0.0-rc-d8bd6179e634359cd8bcab6d51cebbc386c97a80",
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-fa6a3ca936d3322dfa61743035f9844ff728b129",
50
+ "@graphql-tools/executor-graphql-ws": "2.0.0-rc-d8bd6179e634359cd8bcab6d51cebbc386c97a80",
51
51
  "@graphql-tools/utils": "^10.7.0",
52
52
  "graphql-ws": "^6.0.3",
53
53
  "isomorphic-ws": "^5.0.0",