@hocuspocus/extension-webhook
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-webhook", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "hocuspocus webhook extension", | ||
@@ -32,5 +32,7 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-beta.2", | ||
"@hocuspocus/transformer": "^1.0.0-beta.2", | ||
"axios": "^0.27.2", | ||
"@hocuspocus/server": "^1.0.0-beta.3", | ||
"@hocuspocus/transformer": "^1.0.0-beta.3", | ||
"axios": "^0.27.2" | ||
}, | ||
"peerDependencies": { | ||
"yjs": "^13.5.29" | ||
@@ -37,0 +39,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90001
2022
- Removedyjs@^13.5.29