@hocuspocus/extension-redis
Advanced tools
Comparing version 2.11.1 to 2.11.2
@@ -49,3 +49,5 @@ import type { AbstractType, YArrayEvent } from 'yjs'; | ||
createThread(data: Omit<TCollabThread, 'id' | 'createdAt' | 'updatedAt' | 'comments'>): TCollabThread; | ||
updateThread(id: TCollabThread['id'], data: Partial<Pick<TCollabThread, 'data' | 'resolvedAt'>>): TCollabThread; | ||
updateThread(id: TCollabThread['id'], data: Partial<Pick<TCollabThread, 'data'> & { | ||
resolvedAt: TCollabThread['resolvedAt'] | null; | ||
}>): TCollabThread; | ||
deleteThread(id: TCollabThread['id']): void; | ||
@@ -52,0 +54,0 @@ getThreadComments(threadId: TCollabThread['id']): TCollabComment[] | null; |
{ | ||
"name": "@hocuspocus/extension-redis", | ||
"version": "2.11.1", | ||
"version": "2.11.2", | ||
"description": "Scale Hocuspocus horizontally with Redis", | ||
@@ -36,3 +36,3 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^2.11.1", | ||
"@hocuspocus/server": "^2.11.2", | ||
"ioredis": "^4.28.2", | ||
@@ -39,0 +39,0 @@ "kleur": "^4.1.4", |
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
134234
2625
Updated@hocuspocus/server@^2.11.2