@hocuspocus/extension-redis
Advanced tools
Comparing version 1.0.0-alpha.47 to 1.0.0-alpha.48
@@ -77,3 +77,3 @@ /// <reference types="node" /> | ||
requestParameters: URLSearchParams; | ||
}): string; | ||
}): string | Promise<string>; | ||
} | ||
@@ -80,0 +80,0 @@ export interface onAuthenticatePayload { |
{ | ||
"name": "@hocuspocus/extension-redis", | ||
"version": "1.0.0-alpha.47", | ||
"version": "1.0.0-alpha.48", | ||
"description": "hocuspocus persistence driver for Redis", | ||
@@ -30,7 +30,7 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.84", | ||
"@hocuspocus/server": "^1.0.0-alpha.85", | ||
"y-redis": "^1.0.2", | ||
"yjs": "^13.5.0" | ||
}, | ||
"gitHead": "fa947e4cb14426c27c53f7b0a77dcd73d1714cda" | ||
"gitHead": "63a50dd02286693b5025ac385c3fb4afd6b29050" | ||
} |
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
51244