@yamada-ui/cli 2.1.6-dev-20260504103143 → 2.1.6-dev-20260508120223
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/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3926,7 +3926,7 @@ var require_dist$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
3926
3926
|
}));
|
|
3927
3927
|
|
|
3928
3928
|
//#endregion
|
|
3929
|
-
//#region ../../node_modules/.pnpm/tsdown@0.18.4_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_@typescript+native-preview@7.
|
|
3929
|
+
//#region ../../node_modules/.pnpm/tsdown@0.18.4_@emnapi+core@1.10.0_@emnapi+runtime@1.10.0_@typescript+native-preview@7.0_595f65b16e91a32ad744a6329ef21dcf/node_modules/tsdown/esm-shims.js
|
|
3930
3930
|
var getFilename, getDirname, __dirname$2;
|
|
3931
3931
|
var init_esm_shims = __esmMin((() => {
|
|
3932
3932
|
getFilename = () => fileURLToPath(import.meta.url);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.6-dev-
|
|
4
|
+
"version": "2.1.6-dev-20260508120223",
|
|
5
5
|
"description": "The official CLI for Yamada UI projects",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"theme",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"listr2": "^10.2.1",
|
|
44
44
|
"node-eval": "^2.0.0",
|
|
45
45
|
"node-fetch": "^3.3.2",
|
|
46
|
-
"ora": "^9.
|
|
46
|
+
"ora": "^9.4.0",
|
|
47
47
|
"picocolors": "^1.1.1",
|
|
48
48
|
"prettier": "^3.8.1",
|
|
49
49
|
"prompts": "^2.4.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"sucrase": "^3.35.1",
|
|
53
53
|
"validate-npm-package-name": "^7.0.2",
|
|
54
54
|
"yamljs": "^0.3.0",
|
|
55
|
-
"@yamada-ui/utils": "2.1.3-dev-
|
|
55
|
+
"@yamada-ui/utils": "2.1.3-dev-20260508120223"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/prompts": "^2.4.9",
|