@hocuspocus/extension-webhook
Advanced tools
Comparing version 2.13.6 to 2.13.7
@@ -68,2 +68,8 @@ /// <reference types="node" /> | ||
messagePrefix: Buffer; | ||
/** | ||
* When we have a high frequency of updates to a document we don't need tons of setTimeouts | ||
* piling up, so we'll track them to keep it to the most recent per document. | ||
*/ | ||
private pendingDisconnects; | ||
private pendingAfterStoreDocumentResolves; | ||
constructor(configuration: Partial<Configuration>); | ||
@@ -70,0 +76,0 @@ onConfigure({ instance }: onConfigurePayload): Promise<void>; |
{ | ||
"name": "@hocuspocus/extension-webhook", | ||
"version": "2.13.6", | ||
"version": "2.13.7", | ||
"description": "hocuspocus webhook extension", | ||
@@ -33,5 +33,5 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/common": "^2.13.6", | ||
"@hocuspocus/server": "^2.13.6", | ||
"@hocuspocus/transformer": "^2.13.6", | ||
"@hocuspocus/common": "^2.13.7", | ||
"@hocuspocus/server": "^2.13.7", | ||
"@hocuspocus/transformer": "^2.13.7", | ||
"axios": "^1.6.2" | ||
@@ -38,0 +38,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
108472
2412
+ Addedprosemirror-model@1.24.0(transitive)
- Removedprosemirror-model@1.23.0(transitive)
Updated@hocuspocus/common@^2.13.7
Updated@hocuspocus/server@^2.13.7