@graphql-tools/executor-graphql-ws 1.3.7 → 1.3.8-alpha-a04a077b94a6913f53c526921906a1f18e511fbe

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphql-tools/executor-graphql-ws
2
2
 
3
+ ## 1.3.8-alpha-a04a077b94a6913f53c526921906a1f18e511fbe
4
+
5
+ ### Patch Changes
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:
8
+
9
+ - Updated dependency [`graphql-ws@^6.0.0` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.0) (from `^5.14.0`, in `dependencies`)
10
+
3
11
  ## 1.3.7
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-graphql-ws",
3
- "version": "1.3.7",
3
+ "version": "1.3.8-alpha-a04a077b94a6913f53c526921906a1f18e511fbe",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -42,7 +42,7 @@
42
42
  "@graphql-tools/executor-common": "^0.0.1",
43
43
  "@graphql-tools/utils": "^10.7.0",
44
44
  "@whatwg-node/disposablestack": "^0.0.5",
45
- "graphql-ws": "^5.14.0",
45
+ "graphql-ws": "^6.0.0",
46
46
  "isomorphic-ws": "^5.0.0",
47
47
  "tslib": "^2.8.1",
48
48
  "ws": "^8.17.1"
@@ -50,7 +50,7 @@
50
50
  "devDependencies": {
51
51
  "@types/ws": "^8.0.0",
52
52
  "graphql": "^16.9.0",
53
- "pkgroll": "2.6.0"
53
+ "pkgroll": "2.6.1"
54
54
  },
55
55
  "sideEffects": false
56
56
  }