@done-coding/admin-plugin-theme 0.2.1-alpha.0 → 0.3.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 +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@done-coding/admin-plugin-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "admin 主题风格插件",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "lib/index.cjs",
|
|
@@ -29,13 +29,14 @@
|
|
|
29
29
|
"dev": "vite build -w -m hotBuild",
|
|
30
30
|
"prehotBuild": "dc-inject",
|
|
31
31
|
"hotBuild": "vite build -w",
|
|
32
|
-
"prebuild": "dc-inject",
|
|
32
|
+
"prebuild": "rimraf types && dc-inject",
|
|
33
33
|
"build": "vue-tsc && vite build",
|
|
34
34
|
"build:test": "pnpm run build",
|
|
35
35
|
"prepack": "pnpm build",
|
|
36
36
|
"test": "vitest run",
|
|
37
37
|
"test:watch": "vitest",
|
|
38
|
-
"coverage": "vitest run --coverage"
|
|
38
|
+
"coverage": "vitest run --coverage",
|
|
39
|
+
"prebuild:test": "rimraf types"
|
|
39
40
|
},
|
|
40
41
|
"repository": {
|
|
41
42
|
"type": "git",
|
|
@@ -50,12 +51,13 @@
|
|
|
50
51
|
"license": "MIT",
|
|
51
52
|
"sideEffects": false,
|
|
52
53
|
"devDependencies": {
|
|
53
|
-
"@done-coding/admin-core": "0.
|
|
54
|
+
"@done-coding/admin-core": "0.12.0",
|
|
54
55
|
"@done-coding/cli-inject": "^0.6.2",
|
|
55
56
|
"@types/node": "^18.0.0",
|
|
56
57
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
57
58
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
58
59
|
"@vitest/coverage-istanbul": "^1.6.1",
|
|
60
|
+
"rimraf": "^5.0.1",
|
|
59
61
|
"typescript": "^5.2.2",
|
|
60
62
|
"vite": "^5.2.0",
|
|
61
63
|
"vite-plugin-dts": "^4.5.4",
|
|
@@ -71,5 +73,5 @@
|
|
|
71
73
|
"engines": {
|
|
72
74
|
"node": ">=18.0.0"
|
|
73
75
|
},
|
|
74
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "de49e7d3580a081b7f865fc1a79b76b77221ab99"
|
|
75
77
|
}
|