@bo-agent/bash-local 0.0.4 → 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 +7 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bo-agent/bash-local",
|
|
3
3
|
"description": "Local bash executor: bash -c argv, managed process group, deadlines, model-friendly terminal environment, and stdout/stderr merging for background reads (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",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"cordis": "^4.0.0-rc.10",
|
|
24
24
|
"schemastery": "^3.18.0",
|
|
25
|
-
"@bo-agent/
|
|
26
|
-
"@bo-agent/
|
|
27
|
-
"@bo-agent/subprocess": "0.0.
|
|
25
|
+
"@bo-agent/inline": "0.0.6",
|
|
26
|
+
"@bo-agent/shell": "0.0.6",
|
|
27
|
+
"@bo-agent/subprocess": "0.0.6"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"cordis": "^4.0.0-rc.10",
|
|
31
|
-
"@bo-agent/
|
|
32
|
-
"@bo-agent/
|
|
33
|
-
"@bo-agent/shell": "0.0.
|
|
31
|
+
"@bo-agent/subprocess": "0.0.6",
|
|
32
|
+
"@bo-agent/inline": "0.0.6",
|
|
33
|
+
"@bo-agent/shell": "0.0.6"
|
|
34
34
|
}
|
|
35
35
|
}
|