@agentproto/command-sandbox 0.2.0 → 0.2.1

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": "@agentproto/command-sandbox",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "@agentproto/command-sandbox — OS-level process confinement (macOS Seatbelt / Linux bubblewrap) for a spawned argv. Extracted so both @agentproto/runtime's command_execute tool and @agentproto/driver-agent-cli's adapter-spawn can wrap a child process through the same policy/backends without a circular package dependency.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -42,11 +42,11 @@
42
42
  "access": "public"
43
43
  },
44
44
  "devDependencies": {
45
- "@types/node": "^25.6.2",
45
+ "@types/node": "^25.9.5",
46
46
  "tsup": "^8.5.1",
47
47
  "typescript": "^5.9.3",
48
- "vitest": "^3.2.4",
49
- "@agentproto/tooling": "0.1.0-alpha.0"
48
+ "vitest": "^3.2.7",
49
+ "@agentproto/tooling": "0.1.0"
50
50
  },
51
51
  "scripts": {
52
52
  "dev": "tsup --watch",