@rallycry/conveyor-agent 10.0.1 → 10.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "Conveyor Agent Runner v10 - PTY harness for the task chat (SDK harness for audit/project-chat). Agent-as-User architecture with BaseService patterns. Works locally too.",
5
5
  "keywords": [
6
6
  "agent",
@@ -42,7 +42,7 @@
42
42
  "socket.io-client": "^4.7.4",
43
43
  "tar": "^7.5.19",
44
44
  "winston": "^3.11.0",
45
- "zod": "^3.25.76"
45
+ "zod": "^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@project/shared": "workspace:*",