claudeye 1.0.1 → 1.0.2-beta.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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudeye",
3
- "version": "1.0.1",
3
+ "version": "1.0.2-beta.2",
4
4
  "description": "Watchtower for Claude Code & Agents SDK — replay sessions, run custom evals, debug agent traces locally",
5
5
  "bin": {
6
6
  "claudeye": "./bin/claudeye.mjs"
@@ -48,10 +48,10 @@
48
48
  "access": "public"
49
49
  },
50
50
  "optionalDependencies": {
51
- "@claudeye/linux-x64": "1.0.1",
52
- "@claudeye/linux-arm64": "1.0.1",
53
- "@claudeye/darwin-x64": "1.0.1",
54
- "@claudeye/darwin-arm64": "1.0.1",
55
- "@claudeye/win32-x64": "1.0.1"
51
+ "@claudeye/linux-x64": "1.0.2-beta.2",
52
+ "@claudeye/linux-arm64": "1.0.2-beta.2",
53
+ "@claudeye/darwin-x64": "1.0.2-beta.2",
54
+ "@claudeye/darwin-arm64": "1.0.2-beta.2",
55
+ "@claudeye/win32-x64": "1.0.2-beta.2"
56
56
  }
57
57
  }