@bo-agent/subprocess 0.0.7 → 0.0.8

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/subprocess",
3
3
  "description": "Abstract subprocess Service Definition: managed process trees, collected stdio with spill, and tree-scoped termination (standalone product, forked from the DeepSeek Harness)",
4
- "version": "0.0.7",
4
+ "version": "0.0.8",
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.8"
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.8"
29
29
  }
30
30
  }