claudekit-cli 3.13.0 → 3.13.1

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
@@ -33003,7 +33003,7 @@ async function handleMerge(ctx) {
33003
33003
  }
33004
33004
  }
33005
33005
  const sourceDir = ctx.options.global ? join43(ctx.extractDir, ".claude") : ctx.extractDir;
33006
- await merger.merge(sourceDir, ctx.resolvedDir, false);
33006
+ await merger.merge(sourceDir, ctx.resolvedDir, ctx.isNonInteractive);
33007
33007
  const installedFiles = merger.getAllInstalledFiles();
33008
33008
  const filesToTrack = buildFileTrackingList({
33009
33009
  installedFiles,
@@ -36135,7 +36135,7 @@ var import_compare_versions2 = __toESM(require_umd(), 1);
36135
36135
  // package.json
36136
36136
  var package_default = {
36137
36137
  name: "claudekit-cli",
36138
- version: "3.13.0",
36138
+ version: "3.13.1",
36139
36139
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
36140
36140
  type: "module",
36141
36141
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.13.0",
3
+ "version": "3.13.1",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {