sandbox-agent 0.4.1 → 0.4.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sandbox-agent",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Universal API for automatic coding agents in sandboxes. Supports Claude Code, Codex, OpenCode, and Amp.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -93,8 +93,8 @@
93
93
  }
94
94
  },
95
95
  "dependencies": {
96
- "@sandbox-agent/cli-shared": "0.4.1",
97
- "acp-http-client": "0.4.1"
96
+ "@sandbox-agent/cli-shared": "0.4.2",
97
+ "acp-http-client": "0.4.2"
98
98
  },
99
99
  "files": [
100
100
  "dist"
@@ -119,7 +119,7 @@
119
119
  "ws": "^8.19.0"
120
120
  },
121
121
  "optionalDependencies": {
122
- "@sandbox-agent/cli": "0.4.1"
122
+ "@sandbox-agent/cli": "0.4.2"
123
123
  },
124
124
  "scripts": {
125
125
  "generate:openapi": "SANDBOX_AGENT_SKIP_INSPECTOR=1 cargo run -p sandbox-agent-openapi-gen -- --out ../../docs/openapi.json",