@umoteam/editor 10.2.1 → 11.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umoteam/editor",
3
- "version": "10.2.1",
3
+ "version": "11.0.0",
4
4
  "description": "Umo Editor is open-source document editor based on Vue3 and Tiptap3. 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.",
5
5
  "keywords": [
6
6
  "docs editor",
@@ -93,6 +93,7 @@
93
93
  "@tool-belt/type-predicates": "1.4.1",
94
94
  "@umoteam/editor-external": "10.1.0",
95
95
  "@vueuse/core": "14.2.1",
96
+ "cropperjs": "^2.1.1",
96
97
  "dom-to-image-more": "3.7.2",
97
98
  "es-drager": "1.2.11",
98
99
  "fast-glob": "3.3.3",
@@ -113,6 +114,7 @@
113
114
  "devDependencies": {
114
115
  "@vitejs/plugin-vue": "^6.0.4",
115
116
  "@vue-macros/reactivity-transform": "^3.1.2",
117
+ "esbuild": "^0.28.1",
116
118
  "husky": "^9.1.7",
117
119
  "less": "^4.5.1",
118
120
  "less-loader": "^12.3.1",
@@ -132,7 +134,7 @@
132
134
  "vue": "^3.5.29"
133
135
  },
134
136
  "overrides": {
135
- "rolldown": "1.0.0-rc.5"
137
+ "rolldown": "^1.1.3"
136
138
  },
137
139
  "lint-staged": {
138
140
  "*.{js,vue,less}": [
@@ -141,6 +143,6 @@
141
143
  ]
142
144
  },
143
145
  "engines": {
144
- "node": ">=18.0.0"
146
+ "node": "^20.19.0 || >=22.12.0"
145
147
  }
146
148
  }