@yamada-ui/cli 2.1.4 → 2.1.5-dev-20260404062241
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 +4 -4
- 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.9.
|
|
3929
|
+
//#region ../../node_modules/.pnpm/tsdown@0.18.4_@emnapi+core@1.9.2_@emnapi+runtime@1.9.2_synckit@0.11.12_typescript@5.9.3/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);
|
|
@@ -5491,7 +5491,7 @@ function updateNotifier(options) {
|
|
|
5491
5491
|
//#endregion
|
|
5492
5492
|
//#region package.json
|
|
5493
5493
|
var name = "@yamada-ui/cli";
|
|
5494
|
-
var version = "2.1.
|
|
5494
|
+
var version = "2.1.4";
|
|
5495
5495
|
var description = "The official CLI for Yamada UI projects";
|
|
5496
5496
|
var package_default = {
|
|
5497
5497
|
name,
|
|
@@ -5543,9 +5543,9 @@ var package_default = {
|
|
|
5543
5543
|
"cli-check-node": "^1.3.4",
|
|
5544
5544
|
"commander": "catalog:",
|
|
5545
5545
|
"diff": "^8.0.4",
|
|
5546
|
-
"esbuild": "^0.
|
|
5546
|
+
"esbuild": "^0.28.0",
|
|
5547
5547
|
"eslint": "catalog:",
|
|
5548
|
-
"https-proxy-agent": "^
|
|
5548
|
+
"https-proxy-agent": "^9.0.0",
|
|
5549
5549
|
"listr2": "^10.2.1",
|
|
5550
5550
|
"node-eval": "^2.0.0",
|
|
5551
5551
|
"node-fetch": "^3.3.2",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.5-dev-20260404062241",
|
|
5
5
|
"description": "The official CLI for Yamada UI projects",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"theme",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"cli-check-node": "^1.3.4",
|
|
38
38
|
"commander": "^14.0.3",
|
|
39
39
|
"diff": "^8.0.4",
|
|
40
|
-
"esbuild": "^0.
|
|
40
|
+
"esbuild": "^0.28.0",
|
|
41
41
|
"eslint": "^9.39.4",
|
|
42
|
-
"https-proxy-agent": "^
|
|
42
|
+
"https-proxy-agent": "^9.0.0",
|
|
43
43
|
"listr2": "^10.2.1",
|
|
44
44
|
"node-eval": "^2.0.0",
|
|
45
45
|
"node-fetch": "^3.3.2",
|