@kaitify/vue 0.0.1-beta.1 → 0.0.1-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  #### 基于@kaitify/core 开发的 vue 富文本编辑器核心库
2
2
 
3
- > 具体使用方法请参阅:[@kaitify/vue](https://www.so-better.cn/kaitify-vue/)
3
+ > [@kaitify/vue 官方文档](https://www.so-better.cn/docs/kaitify-vue/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaitify/vue",
3
- "version": "0.0.1-beta.1",
3
+ "version": "0.0.1-beta.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "author": "so-better",
@@ -16,7 +16,7 @@
16
16
  "docs:build": "vitepress build docs"
17
17
  },
18
18
  "dependencies": {
19
- "@kaitify/core": "^0.0.1-beta.10",
19
+ "@kaitify/core": "^0.0.1-beta.11",
20
20
  "@popperjs/core": "^2.11.8",
21
21
  "dap-util": "^1.5.9",
22
22
  "vue": "^3.3.13"
@@ -47,4 +47,4 @@
47
47
  "access": "public",
48
48
  "registry": "https://registry.npmjs.org"
49
49
  }
50
- }
50
+ }