@dao-style/core 1.34.1-beta.3 → 1.35.1-beta.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 +2 -1
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dao-style/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.1-beta.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"commit": "git-cz",
|
|
6
6
|
"dev": "npm run dev:docs",
|
|
7
7
|
"dev:docs": "vitepress dev docs",
|
|
8
8
|
"build": "npm run typecheck && vite build && vue-tsc -d --emitDeclarationOnly -p tsconfig.build.json && npm run build:volar",
|
|
9
9
|
"build:volar": "node scripts/gen-volar-dts.mjs",
|
|
10
|
+
"gen:iconfont": "node scripts/gen-iconfont.mjs",
|
|
10
11
|
"build:docs": "vitepress build docs",
|
|
11
12
|
"test": "vitest src --run",
|
|
12
13
|
"test:watch": "vitest src",
|