@yamada-ui/cli 2.0.0-dev-20250721090301 → 2.0.0-dev-20250722103757
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 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-dev-
|
|
4
|
+
"version": "2.0.0-dev-20250722103757",
|
|
5
5
|
"description": "The official CLI for Yamada UI projects",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"theme",
|
|
@@ -55,9 +55,11 @@
|
|
|
55
55
|
"update-notifier": "^7.3.1"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
|
-
"clean": "rimraf dist .turbo .eslintcache",
|
|
58
|
+
"clean": "rimraf node_modules dist trace coverage .turbo .eslintcache",
|
|
59
59
|
"build": "tsdown",
|
|
60
60
|
"typecheck": " tsc --noEmit",
|
|
61
|
+
"typetrace": "tsc --noEmit --generateTrace ./trace --incremental false",
|
|
62
|
+
"typeanalyze": "npx analyze-trace ./trace --expandTypes=false",
|
|
61
63
|
"lint": "eslint . --max-warnings=0 --cache",
|
|
62
64
|
"format": "prettier . --ignore-path ../../.prettierignore --check --cache"
|
|
63
65
|
}
|