@bo-agent/sandbox 0.0.5 → 0.0.6
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.
- 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.
|
|
4
|
+
"version": "0.0.6",
|
|
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.
|
|
24
|
+
"@bo-agent/inline": "0.0.6"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"cordis": "^4.0.0-rc.10",
|
|
28
|
-
"@bo-agent/inline": "0.0.
|
|
28
|
+
"@bo-agent/inline": "0.0.6"
|
|
29
29
|
}
|
|
30
30
|
}
|