claudekit-cli 3.40.2-dev.1 → 3.40.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
@@ -57329,7 +57329,7 @@ var package_default;
57329
57329
  var init_package = __esm(() => {
57330
57330
  package_default = {
57331
57331
  name: "claudekit-cli",
57332
- version: "3.40.2-dev.1",
57332
+ version: "3.40.1-dev.1",
57333
57333
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
57334
57334
  type: "module",
57335
57335
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.40.2-dev.1",
3
+ "version": "3.40.2",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {