rex-claude 3.0.0 → 3.0.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -455,7 +455,7 @@ async function main() {
455
455
  }
456
456
  case "--version":
457
457
  case "-v":
458
- console.log("rex-claude v3.0.0");
458
+ console.log("rex-claude v3.0.1");
459
459
  break;
460
460
  case "help":
461
461
  default:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rex-claude",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Claude Code sous steroides — guards, health checks, memory RAG",
5
5
  "type": "module",
6
6
  "bin": {