@yamada-ui/cli 2.1.12-dev-20260817035542 → 2.1.12-dev-20260817094722
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 +3 -3
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3838,7 +3838,7 @@ var require_dist$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
3838
3838
|
__exportStar(require_ca_file(), exports);
|
|
3839
3839
|
}));
|
|
3840
3840
|
//#endregion
|
|
3841
|
-
//#region ../../node_modules/.pnpm/tsdown@0.22.14_@typescript+native-preview@7.0.0-dev.20260707.2_oxc-resolver@11.24.2_tsx@4.23.
|
|
3841
|
+
//#region ../../node_modules/.pnpm/tsdown@0.22.14_@typescript+native-preview@7.0.0-dev.20260707.2_oxc-resolver@11.24.2_tsx@4.23.12_typescript@6.0.3/node_modules/tsdown/esm-shims.js
|
|
3842
3842
|
var getFilename, getDirname, __dirname$2;
|
|
3843
3843
|
var init_esm_shims = __esmMin((() => {
|
|
3844
3844
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -5428,7 +5428,7 @@ var package_default = {
|
|
|
5428
5428
|
"cli-check-node": "^1.3.4",
|
|
5429
5429
|
"commander": "catalog:",
|
|
5430
5430
|
"diff": "^8.0.4",
|
|
5431
|
-
"esbuild": "^0.28.
|
|
5431
|
+
"esbuild": "^0.28.2",
|
|
5432
5432
|
"eslint": "catalog:",
|
|
5433
5433
|
"https-proxy-agent": "^9.1.0",
|
|
5434
5434
|
"listr2": "^10.2.1",
|
|
@@ -5446,7 +5446,7 @@ var package_default = {
|
|
|
5446
5446
|
},
|
|
5447
5447
|
devDependencies: {
|
|
5448
5448
|
"@types/prompts": "^2.4.9",
|
|
5449
|
-
"@types/semver": "^7.
|
|
5449
|
+
"@types/semver": "^7.8.0",
|
|
5450
5450
|
"@types/update-notifier": "6.0.8",
|
|
5451
5451
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
5452
5452
|
"@types/yamljs": "catalog:",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.12-dev-
|
|
4
|
+
"version": "2.1.12-dev-20260817094722",
|
|
5
5
|
"description": "The official CLI for Yamada UI projects",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"theme",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"cli-check-node": "^1.3.4",
|
|
38
38
|
"commander": "^14.0.3",
|
|
39
39
|
"diff": "^8.0.4",
|
|
40
|
-
"esbuild": "^0.28.
|
|
40
|
+
"esbuild": "^0.28.2",
|
|
41
41
|
"eslint": "^10.8.1",
|
|
42
42
|
"https-proxy-agent": "^9.1.0",
|
|
43
43
|
"listr2": "^10.2.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/prompts": "^2.4.9",
|
|
59
|
-
"@types/semver": "^7.
|
|
59
|
+
"@types/semver": "^7.8.0",
|
|
60
60
|
"@types/update-notifier": "6.0.8",
|
|
61
61
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
62
62
|
"@types/yamljs": "^0.2.34",
|