shiva-code 0.7.5 → 0.7.6

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
@@ -14291,7 +14291,7 @@ sandboxCommand.command("delete <id>").description("Sandbox l\xF6schen").option("
14291
14291
 
14292
14292
  // src/index.ts
14293
14293
  var program = new Command39();
14294
- program.name("shiva").description("SHIVA Code - Control Station for Claude Code").version("0.7.5").option("--debug", "Debug-Modus aktivieren").hook("preAction", (thisCommand) => {
14294
+ program.name("shiva").description("SHIVA Code - Control Station for Claude Code").version("0.7.6").option("--debug", "Debug-Modus aktivieren").hook("preAction", (thisCommand) => {
14295
14295
  const opts = thisCommand.opts();
14296
14296
  if (opts.debug) {
14297
14297
  enableDebug();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shiva-code",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Makes Claude Code Persistent - Cross-Project Memory CLI",
5
5
  "author": "SHIVA AI",
6
6
  "license": "MIT",