@fileverse-dev/ddoc 2.1.0-yjs-patch-6 → 2.1.0-yjs-patch-7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +13080 -13033
- package/dist/package/types.d.ts +2 -0
- package/dist/package/use-ddoc-editor.d.ts +1 -1
- package/dist/package/utils/sanitize-content.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -2
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
3
3
|
"private": false,
|
4
4
|
"description": "DDoc",
|
5
|
-
"version": "2.1.0-yjs-patch-
|
5
|
+
"version": "2.1.0-yjs-patch-7",
|
6
6
|
"main": "dist/index.es.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -54,7 +54,6 @@
|
|
54
54
|
"@tiptap/extension-font-family": "^2.5.4",
|
55
55
|
"@tiptap/extension-gapcursor": "^2.5.4",
|
56
56
|
"@tiptap/extension-highlight": "^2.5.4",
|
57
|
-
"@tiptap/extension-history": "^2.5.4",
|
58
57
|
"@tiptap/extension-link": "^2.5.4",
|
59
58
|
"@tiptap/extension-list-item": "^2.5.4",
|
60
59
|
"@tiptap/extension-placeholder": "^2.5.4",
|