clawatch 1.0.1 → 1.0.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.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -45,7 +45,7 @@ const program = new commander_1.Command();
|
|
|
45
45
|
program
|
|
46
46
|
.name('clawatch')
|
|
47
47
|
.description('ClaWatch — AI Agent Observability. One command to monitor all your agents.')
|
|
48
|
-
.version('1.0.
|
|
48
|
+
.version('1.0.2');
|
|
49
49
|
// --- Helper: find backend dir relative to CLI ---
|
|
50
50
|
function findBackendDir() {
|
|
51
51
|
// When installed via npm, backend is sibling to cli
|
package/package.json
CHANGED