@hocuspocus/extension-throttle
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
@@ -57,9 +57,2 @@ /// <reference types="node" /> | ||
/** | ||
* Handle a ws instance error, which is required to prevent | ||
* the server from crashing when one happens | ||
* See https://github.com/websockets/ws/issues/1777#issuecomment-660803472 | ||
* @private | ||
*/ | ||
private handleError; | ||
/** | ||
* Get the underlying connection instance | ||
@@ -66,0 +59,0 @@ * @deprecated |
{ | ||
"name": "@hocuspocus/extension-throttle", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "hocuspocus throttle extension", | ||
@@ -30,5 +30,5 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-beta.2" | ||
"@hocuspocus/server": "^1.0.0-beta.3" | ||
}, | ||
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d" | ||
} |
67911
1741