@hocuspocus/extension-redis 1.0.0-alpha.68 → 1.0.0-alpha.69

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.
@@ -49,6 +49,13 @@ export declare class Connection {
49
49
  * @private
50
50
  */
51
51
  private handleMessage;
52
+ /**
53
+ * Handle a ws instance error, which is required to prevent
54
+ * the server from crashing when one happens
55
+ * See https://github.com/websockets/ws/issues/1777#issuecomment-660803472
56
+ * @private
57
+ */
58
+ private handleError;
52
59
  /**
53
60
  * Get the underlying connection instance
54
61
  * @deprecated
@@ -0,0 +1 @@
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hocuspocus/extension-redis",
3
- "version": "1.0.0-alpha.68",
3
+ "version": "1.0.0-alpha.69",
4
4
  "description": "Scale Hocuspocus horizontally with Redis",
5
5
  "homepage": "https://hocuspocus.dev",
6
6
  "keywords": [
@@ -32,7 +32,7 @@
32
32
  "@types/redlock": "^4.0.3"
33
33
  },
34
34
  "dependencies": {
35
- "@hocuspocus/server": "^1.0.0-alpha.105",
35
+ "@hocuspocus/server": "^1.0.0-alpha.106",
36
36
  "ioredis": "^4.28.2",
37
37
  "kleur": "^4.1.4",
38
38
  "lodash.debounce": "^4.0.8",
@@ -41,5 +41,5 @@
41
41
  "y-protocols": "^1.0.5",
42
42
  "yjs": "^13.5.23"
43
43
  },
44
- "gitHead": "6865794352a68372a54c579040513e45aac422d1"
44
+ "gitHead": "6074a6cb832b40bc579f28db2823ba5723887312"
45
45
  }