@hocuspocus/extension-sqlite
Advanced tools
Comparing version 2.13.4-rc.0 to 2.13.5-rc.0
@@ -20,3 +20,3 @@ import WebSocket from 'ws'; | ||
mux: mutex; | ||
logger: Debugger; | ||
logger?: Debugger; | ||
isLoading: boolean; | ||
@@ -27,3 +27,3 @@ isDestroyed: boolean; | ||
*/ | ||
constructor(name: string, logger: Debugger, yDocOptions: {}); | ||
constructor(name: string, logger?: Debugger, yDocOptions?: {}); | ||
/** | ||
@@ -30,0 +30,0 @@ * Check if the Document (XMLFragment or Map) is empty |
{ | ||
"name": "@hocuspocus/extension-sqlite", | ||
"description": "a generic Hocuspocus persistence driver for the sqlite", | ||
"version": "2.13.4-rc.0", | ||
"version": "2.13.5-rc.0", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/extension-database": "^2.13.4-rc.0", | ||
"@hocuspocus/extension-database": "^2.13.5-rc.0", | ||
"kleur": "^4.1.4", | ||
@@ -33,0 +33,0 @@ "sqlite3": "^5.0.11" |
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
85491
6888