@graphql-mesh/transport-ws 0.4.17-alpha-a04a077b94a6913f53c526921906a1f18e511fbe → 0.4.17-rc-c47b6d7453b61963b6c05ef3a63be59ffe929272

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 +4 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @graphql-mesh/transport-ws
2
2
 
3
- ## 0.4.17-alpha-a04a077b94a6913f53c526921906a1f18e511fbe
3
+ ## 0.4.17-rc-c47b6d7453b61963b6c05ef3a63be59ffe929272
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#459](https://github.com/graphql-hive/gateway/pull/459) [`7234df6`](https://github.com/graphql-hive/gateway/commit/7234df6368ae34db0f45cf8bb6c6624351231d5c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
7
+ - [#459](https://github.com/graphql-hive/gateway/pull/459) [`ebe5413`](https://github.com/graphql-hive/gateway/commit/ebe5413b3c6264d6d21d3dd15b18b65de3a021df) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8
8
 
9
9
  - Updated dependency [`graphql-ws@^6.0.0` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.0) (from `^5.16.0`, in `dependencies`)
10
10
 
11
- - Updated dependencies [[`7234df6`](https://github.com/graphql-hive/gateway/commit/7234df6368ae34db0f45cf8bb6c6624351231d5c)]:
12
- - @graphql-tools/executor-graphql-ws@1.3.8-alpha-a04a077b94a6913f53c526921906a1f18e511fbe
11
+ - Updated dependencies [[`ebe5413`](https://github.com/graphql-hive/gateway/commit/ebe5413b3c6264d6d21d3dd15b18b65de3a021df)]:
12
+ - @graphql-tools/executor-graphql-ws@1.3.8-rc-c47b6d7453b61963b6c05ef3a63be59ffe929272
13
13
 
14
14
  ## 0.4.16
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-ws",
3
- "version": "0.4.17-alpha-a04a077b94a6913f53c526921906a1f18e511fbe",
3
+ "version": "0.4.17-rc-c47b6d7453b61963b6c05ef3a63be59ffe929272",
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": "1.3.8-alpha-a04a077b94a6913f53c526921906a1f18e511fbe",
50
+ "@graphql-tools/executor-graphql-ws": "1.3.8-rc-c47b6d7453b61963b6c05ef3a63be59ffe929272",
51
51
  "@graphql-tools/utils": "^10.7.0",
52
52
  "graphql-ws": "^6.0.0",
53
53
  "tslib": "^2.8.1",