@bo-agent/bash-sandbox 0.0.8 → 0.0.9

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 +11 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bo-agent/bash-sandbox",
3
3
  "description": "Sandbox-consuming bash executor: wraps the local bash argv through ctx.sandbox, inherits local process mechanics, and reports the selected mode, enforcement, and denial facts (standalone product, forked from the DeepSeek Harness)",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -21,18 +21,18 @@
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "cordis": "^4.0.0-rc.10",
24
- "@bo-agent/bash-local": "0.0.8",
25
- "@bo-agent/inline": "0.0.8",
26
- "@bo-agent/sandbox": "0.0.8",
27
- "@bo-agent/sandbox-policy": "0.0.8",
28
- "@bo-agent/shell": "0.0.8"
24
+ "@bo-agent/bash-local": "0.0.9",
25
+ "@bo-agent/inline": "0.0.9",
26
+ "@bo-agent/sandbox-policy": "0.0.9",
27
+ "@bo-agent/sandbox": "0.0.9",
28
+ "@bo-agent/shell": "0.0.9"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "cordis": "^4.0.0-rc.10",
32
- "@bo-agent/bash-local": "0.0.8",
33
- "@bo-agent/sandbox": "0.0.8",
34
- "@bo-agent/inline": "0.0.8",
35
- "@bo-agent/sandbox-policy": "0.0.8",
36
- "@bo-agent/shell": "0.0.8"
32
+ "@bo-agent/bash-local": "0.0.9",
33
+ "@bo-agent/inline": "0.0.9",
34
+ "@bo-agent/sandbox": "0.0.9",
35
+ "@bo-agent/shell": "0.0.9",
36
+ "@bo-agent/sandbox-policy": "0.0.9"
37
37
  }
38
38
  }