@fileverse-dev/ddoc 3.0.55-comment-fix-1 → 3.0.55-comment-fix-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +5503 -5562
- package/dist/package/types.d.ts +0 -1
- package/package.json +3 -2
package/dist/package/types.d.ts
CHANGED
|
@@ -21,7 +21,6 @@ export type CommentMutationType = 'create' | 'resolve' | 'unresolve' | 'delete';
|
|
|
21
21
|
export interface CommentMutationMeta {
|
|
22
22
|
type: CommentMutationType;
|
|
23
23
|
updateChunk: string;
|
|
24
|
-
tabId: string;
|
|
25
24
|
}
|
|
26
25
|
export interface CommentAccountProps {
|
|
27
26
|
isConnected?: boolean;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DDoc",
|
|
5
|
-
"version": "3.0.55-comment-fix-
|
|
5
|
+
"version": "3.0.55-comment-fix-2",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
|
41
41
|
"@aarkue/tiptap-math-extension": "^1.4.0",
|
|
42
|
+
"@fileverse-dev/ddoc": "^3.0.55-comment-fix-1",
|
|
42
43
|
"@fileverse-dev/md2slides": "^0.0.8",
|
|
43
44
|
"@floating-ui/dom": "^1.7.4",
|
|
44
45
|
"@noble/ciphers": "^1.3.0",
|
|
@@ -152,4 +153,4 @@
|
|
|
152
153
|
"typescript": "^5.2.2",
|
|
153
154
|
"vite": "^5.0.0"
|
|
154
155
|
}
|
|
155
|
-
}
|
|
156
|
+
}
|