@hocuspocus/extension-redis
Advanced tools
Comparing version 2.13.1 to 2.13.2
@@ -92,3 +92,3 @@ /// <reference types="node" /> | ||
loadDocument(documentName: string, request: Partial<Pick<IncomingMessage, 'headers' | 'url'>>, socketId: string, connection: ConnectionConfiguration, context?: any): Promise<Document>; | ||
storeDocumentHooks(document: Document, hookPayload: onStoreDocumentPayload): Promise<void>; | ||
storeDocumentHooks(document: Document, hookPayload: onStoreDocumentPayload, immediately?: boolean): any; | ||
/** | ||
@@ -95,0 +95,0 @@ * Run the given hook on all configured extensions. |
{ | ||
"name": "@hocuspocus/extension-redis", | ||
"version": "2.13.1", | ||
"version": "2.13.2", | ||
"description": "Scale Hocuspocus horizontally with Redis", | ||
@@ -36,3 +36,3 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^2.13.1", | ||
"@hocuspocus/server": "^2.13.2", | ||
"ioredis": "^4.28.2", | ||
@@ -42,3 +42,3 @@ "kleur": "^4.1.4", | ||
"redlock": "^4.2.0", | ||
"uuid": "^9.0.0" | ||
"uuid": "^10.0.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "peerDependencies": { |
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
137448
+ Addeduuid@10.0.0(transitive)
- Removeduuid@9.0.1(transitive)
Updated@hocuspocus/server@^2.13.2
Updateduuid@^10.0.0