@hocuspocus/extension-sqlite
Advanced tools
Comparing version 2.13.0 to 2.13.1
@@ -92,3 +92,3 @@ import * as mutex from 'lib0/mutex'; | ||
boundBroadcastChannelSubscriber: (data: ArrayBuffer) => void; | ||
boundPageUnload: () => void; | ||
boundPageHide: () => void; | ||
boundOnOpen: (event: Event) => Promise<void>; | ||
@@ -107,6 +107,7 @@ boundOnClose: (event: CloseEvent) => void; | ||
get hasUnsyncedChanges(): boolean; | ||
private resetUnsyncedChanges; | ||
incrementUnsyncedChanges(): void; | ||
decrementUnsyncedChanges(): void; | ||
forceSync(): void; | ||
pageUnload(): void; | ||
pageHide(): void; | ||
registerEventListeners(): void; | ||
@@ -113,0 +114,0 @@ sendStateless(payload: string): void; |
{ | ||
"name": "@hocuspocus/extension-sqlite", | ||
"description": "a generic Hocuspocus persistence driver for the sqlite", | ||
"version": "2.13.0", | ||
"version": "2.13.1", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/extension-database": "^2.13.0", | ||
"@hocuspocus/extension-database": "^2.13.1", | ||
"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
85369
2094