@umoteam/editor-external 3.1.0 → 3.1.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.
|
@@ -52,9 +52,9 @@ import OE from "@tiptap/extension-dropcursor";
|
|
|
52
52
|
import { saveAs as T0 } from "file-saver";
|
|
53
53
|
import { toBlob as I0, toJpeg as $E, toPng as xE } from "dom-to-image-more";
|
|
54
54
|
import so from "nzh/cn";
|
|
55
|
-
import { convertToHtml as AE } from "
|
|
55
|
+
import { convertToHtml as AE } from "mammoth";
|
|
56
56
|
/**
|
|
57
|
-
* @umoteam/editor 3.1.
|
|
57
|
+
* @umoteam/editor 3.1.2
|
|
58
58
|
* @license MIT
|
|
59
59
|
* @author umodoc https://umodoc.com
|
|
60
60
|
* @see https://editor.umodoc.com/en/docs
|
|
@@ -22350,7 +22350,7 @@ Black`
|
|
|
22350
22350
|
importWord: {
|
|
22351
22351
|
enabled: !0,
|
|
22352
22352
|
options: {},
|
|
22353
|
-
useCustomMethod: !
|
|
22353
|
+
useCustomMethod: !1
|
|
22354
22354
|
}
|
|
22355
22355
|
},
|
|
22356
22356
|
page: {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umoteam/editor-external",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "The modules that Umo Editor depends on. Umo Editor 所依赖的部分模块。",
|
|
5
5
|
"main": "build.js",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "umodoc",
|
|
8
8
|
"email": "contact@umodoc.com",
|
|
9
|
-
"url": "https://umodoc.com"
|
|
9
|
+
"url": "https://www.umodoc.com"
|
|
10
10
|
},
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"homepage": "https://editor.umodoc.com/en/docs",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"prepublishOnly": "yarn && npm run build"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@umoteam/editor": "3.1.
|
|
22
|
+
"@umoteam/editor": "3.1.2",
|
|
23
23
|
"katex": "^0.16.11",
|
|
24
24
|
"monaco-editor": "^0.50.0",
|
|
25
25
|
"pagedjs": "^0.4.3"
|