@duxweb/dvha-elementui 0.0.6 → 1.0.1
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 +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duxweb/dvha-elementui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"author": "DuxWeb",
|
|
6
6
|
"license": "LGPL-3.0",
|
|
7
7
|
"exports": {
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
27
|
"clean": "rimraf dist",
|
|
28
|
-
"build": "bun run clean && vite build && bun run build:types",
|
|
28
|
+
"build": "bun run clean && vue-tsc --noEmit && vite build && bun run build:types",
|
|
29
29
|
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist/types",
|
|
30
30
|
"prepublishOnly": "bun run build",
|
|
31
31
|
"lint": "eslint .",
|
|
32
32
|
"lint:fix": "eslint . --fix"
|
|
33
33
|
},
|
|
34
|
-
"
|
|
35
|
-
"@duxweb/dvha-core": "
|
|
34
|
+
"peerDependencies": {
|
|
35
|
+
"@duxweb/dvha-core": "*",
|
|
36
36
|
"element-plus": "^2.9.10"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {}
|