claudekit-cli 3.30.1 → 3.30.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -43516,7 +43516,7 @@ var import_fs_extra36 = __toESM(require_lib(), 1);
43516
43516
  // package.json
43517
43517
  var package_default = {
43518
43518
  name: "claudekit-cli",
43519
- version: "3.30.1",
43519
+ version: "3.30.2",
43520
43520
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
43521
43521
  type: "module",
43522
43522
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.30.1",
3
+ "version": "3.30.2",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {