@a2simcode/dui 0.0.26 → 0.0.28

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.26",
3
+ "version": "0.0.28",
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",
@@ -34,6 +30,7 @@
34
30
  "author": "苏州极简搭信息技术有限公司",
35
31
  "license": "UNLICENSED",
36
32
  "peerDependencies": {
33
+ "@a2simcode/ui": "0.0.163",
37
34
  "@bwip-js/browser": "4.8.0",
38
35
  "@codemirror/autocomplete": "6.20.1",
39
36
  "@codemirror/commands": "6.10.3",
@@ -105,5 +102,9 @@
105
102
  "vue": "3.5.33",
106
103
  "vue-docgen-api": "^4.79.2",
107
104
  "vue-tsc": "3.2.7"
105
+ },
106
+ "scripts": {
107
+ "build": "vite build",
108
+ "dev": "vite build --watch"
108
109
  }
109
- }
110
+ }