@hocuspocus/extension-rocksdb
Advanced tools
Comparing version 1.0.0-alpha.85 to 1.0.0-alpha.86
@@ -77,3 +77,3 @@ /// <reference types="node" /> | ||
requestParameters: URLSearchParams; | ||
}): string; | ||
}): string | Promise<string>; | ||
} | ||
@@ -80,0 +80,0 @@ export interface onAuthenticatePayload { |
{ | ||
"name": "@hocuspocus/extension-rocksdb", | ||
"description": "hocuspocus persistence driver for RocksDB", | ||
"version": "1.0.0-alpha.85", | ||
"version": "1.0.0-alpha.86", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.84", | ||
"@hocuspocus/server": "^1.0.0-alpha.85", | ||
"@types/encoding-down": "^5.0.0", | ||
@@ -41,3 +41,3 @@ "@types/levelup": "^4.3.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
53682