@hocuspocus/extension-sqlite
Advanced tools
Comparing version 2.10.0 to 2.11.0
@@ -48,3 +48,3 @@ import type { AbstractType, YArrayEvent } from 'yjs'; | ||
private getYThread; | ||
createThread(data: Omit<TCollabThread, '_id' | 'createdAt' | 'updatedAt' | 'comments'>): TCollabThread | null; | ||
createThread(data: Omit<TCollabThread, 'id' | 'createdAt' | 'updatedAt' | 'comments'>): TCollabThread | null; | ||
updateThread(id: TCollabThread['id'], data: Partial<Pick<TCollabThread, 'data' | 'resolvedAt'>>): TCollabThread | null; | ||
@@ -51,0 +51,0 @@ deleteThread(id: TCollabThread['id']): void; |
@@ -90,5 +90,5 @@ import WebSocket from 'ws'; | ||
*/ | ||
broadcastStateless(payload: string): void; | ||
broadcastStateless(payload: string, filter?: (conn: Connection) => boolean): void; | ||
destroy(): void; | ||
} | ||
export default Document; |
{ | ||
"name": "@hocuspocus/extension-sqlite", | ||
"description": "a generic Hocuspocus persistence driver for the sqlite", | ||
"version": "2.10.0", | ||
"version": "2.11.0", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/extension-database": "^2.10.0", | ||
"@hocuspocus/extension-database": "^2.11.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
84480