@bo-agent/sandbox 0.0.7 → 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 +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bo-agent/sandbox",
3
3
  "description": "Abstract process-sandbox Service Definition: same-world confinement vocabulary and the SandboxProvider contract (standalone product, forked from the DeepSeek Harness)",
4
- "version": "0.0.7",
4
+ "version": "0.0.9",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -21,10 +21,10 @@
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "cordis": "^4.0.0-rc.10",
24
- "@bo-agent/inline": "0.0.7"
24
+ "@bo-agent/inline": "0.0.9"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "cordis": "^4.0.0-rc.10",
28
- "@bo-agent/inline": "0.0.7"
28
+ "@bo-agent/inline": "0.0.9"
29
29
  }
30
30
  }