yl-ai-modal 1.0.2 → 1.0.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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  | 版本号 | 变更内容 |
4
4
  | - | - |
5
+ | 1.0.3 | 移除冗余依赖 |
5
6
  | 1.0.2 | 添加destroy方法,open方法 |
6
7
  | 1.0.1 | 细节调整,使用方式调整,引入方式调整,请优先使用新版本 |
7
8
  | 1.0.0 | 初始化 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yl-ai-modal",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --open",