@umoteam/editor 4.6.1 → 4.6.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/style.css +1 -1
- package/dist/umo-editor.js +9676 -10085
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umoteam/editor",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Umo Editor is open-source document editor based on Vue3 and Tiptap. Umo Editor provides comprehensive document editing capabilities and AI creation features, supports pagination, supports Markdown syntax, offers basic rich text editing functions, allows for the insertion of various node types in multiple formats, provides a variety of practical tools, and supports setting page styles. It also supports exporting in various formats, printing and print preview, block-level document editing, adding custom extensions, multi-language settings, and a dark theme.",
|
|
6
6
|
"keywords": [
|
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
"@vue-monaco/editor": "^0.0.6",
|
|
101
101
|
"@vueuse/core": "^11.0.3",
|
|
102
102
|
"buffer-image-size": "^0.6.4",
|
|
103
|
-
"docx": "^8.5.0",
|
|
104
103
|
"dom-to-image-more": "^3.4.3",
|
|
105
104
|
"es-drager": "^1.2.11",
|
|
106
105
|
"file-saver": "^2.0.5",
|
|
@@ -114,7 +113,6 @@
|
|
|
114
113
|
"pretty-bytes": "^6.1.1",
|
|
115
114
|
"prism-code-editor": "^3.4.0",
|
|
116
115
|
"prismjs": "^1.29.0",
|
|
117
|
-
"prosemirror-docx": "^0.2.0",
|
|
118
116
|
"prosemirror-transform": "^1.10.0",
|
|
119
117
|
"qrcode-svg": "^1.1.0",
|
|
120
118
|
"sign-canvas-plus": "^2.0.3",
|