claudekit-cli 3.15.2 → 3.15.3

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6609,6 +6609,7 @@ var init_kit = __esm(() => {
6609
6609
  ".repomixignore",
6610
6610
  ".mcp.json",
6611
6611
  ".ckignore",
6612
+ ".ck.json",
6612
6613
  "CLAUDE.md"
6613
6614
  ];
6614
6615
  PROTECTED_PATTERNS = [...NEVER_COPY_PATTERNS, ...USER_CONFIG_PATTERNS];
@@ -36504,7 +36505,7 @@ var import_picocolors19 = __toESM(require_picocolors(), 1);
36504
36505
  // package.json
36505
36506
  var package_default = {
36506
36507
  name: "claudekit-cli",
36507
- version: "3.15.2",
36508
+ version: "3.15.3",
36508
36509
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
36509
36510
  type: "module",
36510
36511
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.15.2",
3
+ "version": "3.15.3",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {