bunkit-cli 1.1.4 → 1.1.5

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
@@ -26992,11 +26992,11 @@ async function setupShadcnMonorepo(projectPath, context) {
26992
26992
  },
26993
26993
  iconLibrary: "lucide",
26994
26994
  aliases: {
26995
- components: "@/components",
26995
+ components: "./src/components",
26996
+ ui: "./src/components/ui",
26996
26997
  utils: "@/lib/utils",
26997
26998
  hooks: "@/hooks",
26998
- lib: "@/lib",
26999
- ui: "@/components/ui"
26999
+ lib: "@/lib"
27000
27000
  }
27001
27001
  };
27002
27002
  await writeFile(join(projectPath, "packages/ui/components.json"), JSON.stringify(uiComponentsJson, null, 2));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunkit-cli",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Beautiful CLI for creating production-ready Bun projects",
5
5
  "type": "module",
6
6
  "bin": {