@a2simcode/dui 0.0.22 → 0.0.23

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": "@a2simcode/dui",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "A Vue 3 DUI Component Library - 独立可发布的 DUI 组件子集",
5
5
  "type": "module",
6
6
  "main": "./dist/dui.umd.js",
@@ -20,10 +20,6 @@
20
20
  "docs-dui/components",
21
21
  "docs-dui/examples"
22
22
  ],
23
- "scripts": {
24
- "build": "vite build",
25
- "dev": "vite build --watch"
26
- },
27
23
  "keywords": [
28
24
  "vue",
29
25
  "vue3",
@@ -105,5 +101,9 @@
105
101
  "vue": "3.5.33",
106
102
  "vue-docgen-api": "^4.79.2",
107
103
  "vue-tsc": "3.2.7"
104
+ },
105
+ "scripts": {
106
+ "build": "vite build",
107
+ "dev": "vite build --watch"
108
108
  }
109
- }
109
+ }