@yamada-ui/cli 2.0.0-dev-20250916143900 → 2.0.0-dev-20250916145234

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.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6430,7 +6430,7 @@ async function getRegistriesAndFiles(componentNames, config$1, { concurrent = tr
6430
6430
  if (!config$1.theme?.path) return;
6431
6431
  const { dirPath, files: files$1 } = await getFiles(config$1.theme.path);
6432
6432
  fileMap.theme = files$1;
6433
- registryMap.locale.theme = await fetchLocaleRegistry(path$1.join(dirPath, REGISTRY_FILE_NAME));
6433
+ registryMap.locale.theme = await fetchLocaleRegistry(path$1.posix.join(dirPath, REGISTRY_FILE_NAME));
6434
6434
  task.title = `Got ${c.cyan("theme")} files`;
6435
6435
  },
6436
6436
  title: `Getting ${c.cyan("theme")} files`
@@ -6443,9 +6443,9 @@ async function getRegistriesAndFiles(componentNames, config$1, { concurrent = tr
6443
6443
  }]);
6444
6444
  tasks.add(componentNames.map((componentName) => [{
6445
6445
  task: async (_, task) => {
6446
- const { dirPath, files: files$1 } = await getFiles(path$1.join(config$1.srcPath, "**", componentName));
6446
+ const { dirPath, files: files$1 } = await getFiles(path$1.posix.join(config$1.srcPath, "**", componentName));
6447
6447
  fileMap[componentName] = files$1;
6448
- registryMap.locale[componentName] = await fetchLocaleRegistry(path$1.join(dirPath, REGISTRY_FILE_NAME));
6448
+ registryMap.locale[componentName] = await fetchLocaleRegistry(path$1.posix.join(dirPath, REGISTRY_FILE_NAME));
6449
6449
  task.title = `Got ${c.cyan(componentName)} files`;
6450
6450
  },
6451
6451
  title: `Getting ${c.cyan(componentName)} files`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yamada-ui/cli",
3
3
  "type": "module",
4
- "version": "2.0.0-dev-20250916143900",
4
+ "version": "2.0.0-dev-20250916145234",
5
5
  "description": "The official CLI for Yamada UI projects",
6
6
  "keywords": [
7
7
  "theme",