claudekit-cli 3.33.0-dev.4 → 3.33.0-dev.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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45375,7 +45375,7 @@ var package_default;
|
|
|
45375
45375
|
var init_package = __esm(() => {
|
|
45376
45376
|
package_default = {
|
|
45377
45377
|
name: "claudekit-cli",
|
|
45378
|
-
version: "3.33.0-dev.
|
|
45378
|
+
version: "3.33.0-dev.5",
|
|
45379
45379
|
description: "CLI tool for bootstrapping and updating ClaudeKit projects",
|
|
45380
45380
|
type: "module",
|
|
45381
45381
|
repository: {
|
|
@@ -47598,8 +47598,8 @@ import { dirname as dirname8, join as join30 } from "node:path";
|
|
|
47598
47598
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
47599
47599
|
function resolveUiDistPath() {
|
|
47600
47600
|
const candidates = [
|
|
47601
|
+
join30(__dirname3, "ui"),
|
|
47601
47602
|
join30(process.cwd(), "dist", "ui"),
|
|
47602
|
-
join30(__dirname3, "..", "..", "ui"),
|
|
47603
47603
|
join30(process.cwd(), "src", "ui", "dist")
|
|
47604
47604
|
];
|
|
47605
47605
|
for (const path2 of candidates) {
|