@yamada-ui/cli 2.1.2 → 2.1.3-dev-20260330060256
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 +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -3929,7 +3929,7 @@ var require_dist$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
3929
3929
|
}));
|
|
3930
3930
|
|
|
3931
3931
|
//#endregion
|
|
3932
|
-
//#region ../../node_modules/.pnpm/tsdown@0.18.
|
|
3932
|
+
//#region ../../node_modules/.pnpm/tsdown@0.18.4_@emnapi+core@1.9.1_@emnapi+runtime@1.9.1_synckit@0.11.12_typescript@5.9.3/node_modules/tsdown/esm-shims.js
|
|
3933
3933
|
var getFilename, getDirname, __dirname$2;
|
|
3934
3934
|
var init_esm_shims = __esmMin((() => {
|
|
3935
3935
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -5545,7 +5545,7 @@ var package_default = {
|
|
|
5545
5545
|
"boxen": "^8.0.1",
|
|
5546
5546
|
"cli-check-node": "^1.3.4",
|
|
5547
5547
|
"commander": "^14.0.3",
|
|
5548
|
-
"diff": "^8.0.
|
|
5548
|
+
"diff": "^8.0.4",
|
|
5549
5549
|
"esbuild": "^0.27.4",
|
|
5550
5550
|
"eslint": "^9.39.4",
|
|
5551
5551
|
"https-proxy-agent": "^8.0.0",
|
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.3-dev-20260330060256",
|
|
5
5
|
"description": "The official CLI for Yamada UI projects",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"theme",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"boxen": "^8.0.1",
|
|
37
37
|
"cli-check-node": "^1.3.4",
|
|
38
38
|
"commander": "^14.0.3",
|
|
39
|
-
"diff": "^8.0.
|
|
39
|
+
"diff": "^8.0.4",
|
|
40
40
|
"esbuild": "^0.27.4",
|
|
41
41
|
"eslint": "^9.39.4",
|
|
42
42
|
"https-proxy-agent": "^8.0.0",
|