@hocuspocus/extension-throttle
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-throttle", | ||
"version": "2.11.1", | ||
"version": "2.11.2", | ||
"description": "hocuspocus throttle extension", | ||
@@ -31,5 +31,5 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^2.11.1" | ||
"@hocuspocus/server": "^2.11.2" | ||
}, | ||
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d" | ||
} |
90312
2143
Updated@hocuspocus/server@^2.11.2