build: update dependencies

This commit is contained in:
Peter Steinberger
2026-04-23 04:00:04 +01:00
parent 1c91f3f09f
commit 06308e21f7
26 changed files with 613 additions and 575 deletions

View File

@@ -1,3 +1,3 @@
{
"specs": ["@mariozechner/pi-coding-agent@0.68.1", "ws@^8.20.0", "zod@^4.3.6"]
"specs": ["@mariozechner/pi-coding-agent@0.69.0", "ws@^8.20.0", "zod@^4.3.6"]
}

View File

@@ -4,7 +4,7 @@
"description": "OpenClaw Codex harness and model provider plugin",
"type": "module",
"dependencies": {
"@mariozechner/pi-coding-agent": "0.68.1",
"@mariozechner/pi-coding-agent": "0.69.0",
"ws": "^8.20.0",
"zod": "^4.3.6"
},