@umoteam/editor 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 "/Users/tobee/Documents/vue3/node_modules/mammoth/lib/index.js";
55
+ import { convertToHtml as AE } from "mammoth";
56
56
  /**
57
- * @umoteam/editor 3.1.0
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: !0
22353
+ useCustomMethod: !1
22354
22354
  }
22355
22355
  },
22356
22356
  page: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umoteam/editor",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "Umo Editor is an open-source document editor based on Vue3, offering localized functionalities. It provides comprehensive document editing capabilities and AI creation features, supports Markdown syntax, basic rich-text editing features, a variety of node types in multiple formats, a range of practical tools, and customization of page styles. It also supports exporting in various formats, printing and print preview, document block editing, adding custom extensions, i18n settings, and dark mode support.",
5
5
  "keywords": [
6
6
  "umo editor",
@@ -46,8 +46,7 @@
46
46
  "dev": "vite --port 9000 --open --force",
47
47
  "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
48
48
  "format": "prettier --write src/",
49
- "build": "vite build",
50
- "prepublishOnly": "npm run build"
49
+ "build": "vite build"
51
50
  },
52
51
  "dependencies": {
53
52
  "@eslint/object-schema": "^2.1.4",
@@ -82,7 +81,7 @@
82
81
  "@tiptap/pm": "^2.5.8",
83
82
  "@tiptap/starter-kit": "^2.5.8",
84
83
  "@tiptap/vue-3": "^2.5.8",
85
- "@umoteam/editor-external": "3.1.0",
84
+ "@umoteam/editor-external": "3.1.2",
86
85
  "@vue-monaco/editor": "^0.0.6",
87
86
  "@vueuse/core": "^10.11.0",
88
87
  "dom-to-image-more": "^3.3.1",