bunkit-cli 1.3.1 → 1.3.2

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 +5 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -31075,11 +31075,11 @@ async function buildUiPackage(packagesPath, options) {
31075
31075
  },
31076
31076
  iconLibrary,
31077
31077
  aliases: {
31078
- components: "./src/components",
31079
- utils: "./src/lib/utils",
31080
- ui: "./src/components/ui",
31081
- lib: "./src/lib",
31082
- hooks: "./src/hooks"
31078
+ components: "@/components",
31079
+ utils: "@/lib/utils",
31080
+ ui: "@/components/ui",
31081
+ lib: "@/lib",
31082
+ hooks: "@/hooks"
31083
31083
  }
31084
31084
  };
31085
31085
  if (useModernStyle) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunkit-cli",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Beautiful CLI for creating production-ready Bun projects",
5
5
  "type": "module",
6
6
  "bin": {