@yamada-ui/cli 2.1.2-next-20260324220421 → 2.1.3-dev-20260330011544

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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -3
  2. package/package.json +3 -3
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.4_synckit@0.11.12_typescript@5.9.3/node_modules/tsdown/esm-shims.js
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);
@@ -5494,7 +5494,7 @@ function updateNotifier(options) {
5494
5494
  //#endregion
5495
5495
  //#region package.json
5496
5496
  var name = "@yamada-ui/cli";
5497
- var version = "2.1.1";
5497
+ var version = "2.1.2";
5498
5498
  var description = "The official CLI for Yamada UI projects";
5499
5499
  var package_default = {
5500
5500
  name,
@@ -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.3",
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.2-next-20260324220421",
4
+ "version": "2.1.3-dev-20260330011544",
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.3",
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",
@@ -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.2-next-20260324220421"
55
+ "@yamada-ui/utils": "2.1.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/prompts": "^2.4.9",