@kaitify/core 0.0.1-beta.10 → 0.0.1-beta.11
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
##### 基于原生 JS 的富文本编辑器核心库
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> [@kaitify/core 官方文档](https://www.so-better.cn/docs/kaitify-core/)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaitify/core",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "so-better",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"highlight.js": "^11.10.0",
|
|
22
22
|
"interactjs": "^1.10.27",
|
|
23
23
|
"katex": "^0.16.11",
|
|
24
|
-
"vue": "^3.
|
|
24
|
+
"vue": "^3.3.13"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/katex": "^0.16.7",
|