@hocuspocus/extension-webhook
Advanced tools
Comparing version 2.11.0 to 2.11.1
@@ -48,12 +48,12 @@ import type { AbstractType, YArrayEvent } from 'yjs'; | ||
private getYThread; | ||
createThread(data: Omit<TCollabThread, 'id' | 'createdAt' | 'updatedAt' | 'comments'>): TCollabThread | null; | ||
updateThread(id: TCollabThread['id'], data: Partial<Pick<TCollabThread, 'data' | 'resolvedAt'>>): TCollabThread | null; | ||
createThread(data: Omit<TCollabThread, 'id' | 'createdAt' | 'updatedAt' | 'comments'>): TCollabThread; | ||
updateThread(id: TCollabThread['id'], data: Partial<Pick<TCollabThread, 'data' | 'resolvedAt'>>): TCollabThread; | ||
deleteThread(id: TCollabThread['id']): void; | ||
getThreadComments(threadId: TCollabThread['id']): TCollabComment[] | null; | ||
getThreadComment(threadId: TCollabThread['id'], commentId: TCollabComment['id']): TCollabComment | null; | ||
addComment(threadId: TCollabThread['id'], data: Omit<TCollabComment, 'id' | 'updatedAt' | 'createdAt'>): TCollabThread | null; | ||
updateComment(threadId: TCollabThread['id'], commentId: TCollabComment['id'], data: Partial<Pick<TCollabComment, 'data' | 'content'>>): TCollabThread | null; | ||
deleteComment(threadId: TCollabThread['id'], commentId: TCollabComment['id']): TCollabThread | null; | ||
addComment(threadId: TCollabThread['id'], data: Omit<TCollabComment, 'id' | 'updatedAt' | 'createdAt'>): TCollabThread; | ||
updateComment(threadId: TCollabThread['id'], commentId: TCollabComment['id'], data: Partial<Pick<TCollabComment, 'data' | 'content'>>): TCollabThread; | ||
deleteComment(threadId: TCollabThread['id'], commentId: TCollabComment['id']): TCollabThread | null | undefined; | ||
watchThreads(callback: () => void): void; | ||
unwatchThreads(callback: () => void): void; | ||
} |
{ | ||
"name": "@hocuspocus/extension-webhook", | ||
"version": "2.11.0", | ||
"version": "2.11.1", | ||
"description": "hocuspocus webhook extension", | ||
@@ -33,5 +33,5 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/common": "^2.11.0", | ||
"@hocuspocus/server": "^2.11.0", | ||
"@hocuspocus/transformer": "^2.11.0", | ||
"@hocuspocus/common": "^2.11.1", | ||
"@hocuspocus/server": "^2.11.1", | ||
"@hocuspocus/transformer": "^2.11.1", | ||
"axios": "^1.6.2" | ||
@@ -38,0 +38,0 @@ }, |
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
107010
+ Added@tiptap/core@2.10.2(transitive)
+ Added@tiptap/extension-blockquote@2.10.2(transitive)
+ Added@tiptap/extension-bold@2.10.2(transitive)
+ Added@tiptap/extension-bullet-list@2.10.2(transitive)
+ Added@tiptap/extension-code@2.10.2(transitive)
+ Added@tiptap/extension-code-block@2.10.2(transitive)
+ Added@tiptap/extension-document@2.10.2(transitive)
+ Added@tiptap/extension-dropcursor@2.10.2(transitive)
+ Added@tiptap/extension-gapcursor@2.10.2(transitive)
+ Added@tiptap/extension-hard-break@2.10.2(transitive)
+ Added@tiptap/extension-heading@2.10.2(transitive)
+ Added@tiptap/extension-history@2.10.2(transitive)
+ Added@tiptap/extension-horizontal-rule@2.10.2(transitive)
+ Added@tiptap/extension-italic@2.10.2(transitive)
+ Added@tiptap/extension-list-item@2.10.2(transitive)
+ Added@tiptap/extension-ordered-list@2.10.2(transitive)
+ Added@tiptap/extension-paragraph@2.10.2(transitive)
+ Added@tiptap/extension-strike@2.10.2(transitive)
+ Added@tiptap/extension-text@2.10.2(transitive)
+ Added@tiptap/extension-text-style@2.10.2(transitive)
+ Added@tiptap/pm@2.10.2(transitive)
+ Added@tiptap/starter-kit@2.10.2(transitive)
+ Addedprosemirror-model@1.23.0(transitive)
- Removed@tiptap/core@2.10.3(transitive)
- Removed@tiptap/extension-blockquote@2.10.3(transitive)
- Removed@tiptap/extension-bold@2.10.3(transitive)
- Removed@tiptap/extension-bullet-list@2.10.3(transitive)
- Removed@tiptap/extension-code@2.10.3(transitive)
- Removed@tiptap/extension-code-block@2.10.3(transitive)
- Removed@tiptap/extension-document@2.10.3(transitive)
- Removed@tiptap/extension-dropcursor@2.10.3(transitive)
- Removed@tiptap/extension-gapcursor@2.10.3(transitive)
- Removed@tiptap/extension-hard-break@2.10.3(transitive)
- Removed@tiptap/extension-heading@2.10.3(transitive)
- Removed@tiptap/extension-history@2.10.3(transitive)
- Removed@tiptap/extension-horizontal-rule@2.10.3(transitive)
- Removed@tiptap/extension-italic@2.10.3(transitive)
- Removed@tiptap/extension-list-item@2.10.3(transitive)
- Removed@tiptap/extension-ordered-list@2.10.3(transitive)
- Removed@tiptap/extension-paragraph@2.10.3(transitive)
- Removed@tiptap/extension-strike@2.10.3(transitive)
- Removed@tiptap/extension-text@2.10.3(transitive)
- Removed@tiptap/extension-text-style@2.10.3(transitive)
- Removed@tiptap/pm@2.10.3(transitive)
- Removed@tiptap/starter-kit@2.10.3(transitive)
- Removedprosemirror-model@1.24.0(transitive)
Updated@hocuspocus/common@^2.11.1
Updated@hocuspocus/server@^2.11.1