@hocuspocus/transformer
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/transformer", | ||
"version": "2.11.1", | ||
"version": "2.11.2", | ||
"description": "hocuspocus transformation utilities", | ||
@@ -5,0 +5,0 @@ "homepage": "https://hocuspocus.dev", |
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
696884
7244