@hocuspocus/extension-database
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -26,3 +26,3 @@ /// <reference types="node" /> | ||
configure(configuration: Partial<Configuration>): Hocuspocus; | ||
get authenticationRequired(): boolean; | ||
get requiresAuthentication(): boolean; | ||
/** | ||
@@ -29,0 +29,0 @@ * Start the server |
@@ -30,2 +30,3 @@ /// <reference types="node" /> | ||
readOnly: boolean; | ||
requiresAuthentication: boolean; | ||
isAuthenticated: boolean; | ||
@@ -32,0 +33,0 @@ } |
{ | ||
"name": "@hocuspocus/extension-database", | ||
"description": "a generic Hocuspocus persistence driver for the database", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.87", | ||
"@hocuspocus/server": "^1.0.0-alpha.88", | ||
"yjs": "^13.5.22" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "8ffe8d8f4d10ba33f4f203806bd1d4415bef5dc3" | ||
"gitHead": "09919438a0a220ffb7479afc562872c8726cc4b4" | ||
} |
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
53520
1375