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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawatch",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Observability & monitoring for AI agents. Track costs, tokens, sessions, and get alerts when things go wrong.",
5
5
  "author": "GENWAY AI <hello@genway.ai>",
6
6
  "license": "MIT",