@ylzcc/editor 0.4.2 → 0.4.4
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/editor.es.js +46557 -67926
- package/dist/editor.umd.js +219 -425
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ylzcc/editor",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "editor ui components",
|
|
6
6
|
"keywords": [
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"build": "tsc && vite build",
|
|
24
24
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
25
25
|
"preview": "vite preview",
|
|
26
|
-
"publish:patch": "npm --no-git-tag-version version patch && git commit -am '小版本升级' && npm
|
|
27
|
-
"publish:minor": "npm --no-git-tag-version version minor && git commit -am '中版本升级' && npm
|
|
28
|
-
"publish:major": "npm --no-git-tag-version version major && git commit -am '大版本升级' && npm
|
|
26
|
+
"publish:patch": "npm run build && npm --no-git-tag-version version patch && git commit -am '小版本升级' && npm publish",
|
|
27
|
+
"publish:minor": "npm run build && npm --no-git-tag-version version minor && git commit -am '中版本升级' && npm publish",
|
|
28
|
+
"publish:major": "npm run build && npm --no-git-tag-version version major && git commit -am '大版本升级' && npm publish"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@tiptap/core": "^2.2.4",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@wangeditor/editor": "^5.1.23",
|
|
61
61
|
"@ylzcc/remark-code": "^0.0.8",
|
|
62
62
|
"@ylzcc/xterm": "1.4.2",
|
|
63
|
-
"antd": "^5.
|
|
63
|
+
"antd": "^5.0.5",
|
|
64
64
|
"axios": "^1.6.7",
|
|
65
65
|
"highlight.js": "11.8.0",
|
|
66
66
|
"lowlight": "2.8.1",
|