@hocuspocus/extension-redis
Advanced tools
Comparing version 1.0.0-alpha.46 to 1.0.0-alpha.47
@@ -78,3 +78,3 @@ /// <reference types="node" /> | ||
*/ | ||
private static getDocumentName; | ||
private getDocumentNameFromRequest; | ||
enableDebugging(): void; | ||
@@ -81,0 +81,0 @@ enableMessageLogging(): void; |
@@ -70,2 +70,10 @@ /// <reference types="node" /> | ||
timeout: number; | ||
/** | ||
* Function which returns the (customized) document name based on the request | ||
*/ | ||
getDocumentName?(data: { | ||
documentName: string; | ||
request: IncomingMessage; | ||
requestParameters: URLSearchParams; | ||
}): string; | ||
} | ||
@@ -72,0 +80,0 @@ export interface onAuthenticatePayload { |
{ | ||
"name": "@hocuspocus/extension-redis", | ||
"version": "1.0.0-alpha.46", | ||
"version": "1.0.0-alpha.47", | ||
"description": "hocuspocus persistence driver for Redis", | ||
@@ -30,7 +30,7 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.83", | ||
"@hocuspocus/server": "^1.0.0-alpha.84", | ||
"y-redis": "^1.0.2", | ||
"yjs": "^13.5.0" | ||
}, | ||
"gitHead": "0d060abd95ec14eb7e404270e1e2338b2a0db332" | ||
"gitHead": "fa947e4cb14426c27c53f7b0a77dcd73d1714cda" | ||
} |
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
51226
1336