claudekit-cli 3.39.2-dev.1 → 3.39.2-dev.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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -57245,7 +57245,7 @@ var package_default;
57245
57245
  var init_package = __esm(() => {
57246
57246
  package_default = {
57247
57247
  name: "claudekit-cli",
57248
- version: "3.39.2-dev.1",
57248
+ version: "3.39.2-dev.2",
57249
57249
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
57250
57250
  type: "module",
57251
57251
  repository: {
@@ -58700,7 +58700,7 @@ async function promptKitUpdate(beta, yes, deps) {
58700
58700
  } else {
58701
58701
  logger.verbose("Auto-proceeding with kit update (--yes flag)");
58702
58702
  }
58703
- const initCmd = buildInitCommand(selection.isGlobal, selection.kit, beta || isBetaInstalled, yes || autoInit);
58703
+ const initCmd = buildInitCommand(selection.isGlobal, selection.kit, beta || isBetaInstalled, yes);
58704
58704
  logger.info(`Running: ${initCmd}`);
58705
58705
  const s = (deps?.spinnerFn ?? de)();
58706
58706
  s.start("Updating ClaudeKit content...");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.39.2-dev.1",
3
+ "version": "3.39.2-dev.2",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {