@umoteam/editor 3.1.1 → 3.1.3

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.
Files changed (2) hide show
  1. package/dist/umo-editor.mjs +5087 -5086
  2. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umoteam/editor",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
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.1",
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",