@hocuspocus/extension-throttle 1.0.0-beta.2 → 1.0.0-beta.3
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.
|
@@ -53,13 +53,6 @@ export declare class Connection {
|
|
|
53
53
|
* @private
|
|
54
54
|
*/
|
|
55
55
|
private handleMessage;
|
|
56
|
-
/**
|
|
57
|
-
* Handle a ws instance error, which is required to prevent
|
|
58
|
-
* the server from crashing when one happens
|
|
59
|
-
* See https://github.com/websockets/ws/issues/1777#issuecomment-660803472
|
|
60
|
-
* @private
|
|
61
|
-
*/
|
|
62
|
-
private handleError;
|
|
63
56
|
/**
|
|
64
57
|
* Get the underlying connection instance
|
|
65
58
|
* @deprecated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hocuspocus/extension-throttle",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.3",
|
|
4
4
|
"description": "hocuspocus throttle extension",
|
|
5
5
|
"homepage": "https://hocuspocus.dev",
|
|
6
6
|
"keywords": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@hocuspocus/server": "^1.0.0-beta.
|
|
30
|
+
"@hocuspocus/server": "^1.0.0-beta.3"
|
|
31
31
|
},
|
|
32
32
|
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
|
|
33
33
|
}
|