@bo-agent/sandbox-local 0.0.1 → 0.0.3

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 +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bo-agent/sandbox-local",
3
3
  "description": "Local process-sandbox backends for the standalone sandbox product: bwrap, the npm-distributed landlock-run launcher, macOS Seatbelt, or the Windows ACL restricted-token runner — functionally probed, fail-closed",
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -22,15 +22,15 @@
22
22
  "dependencies": {
23
23
  "cordis": "^4.0.0-rc.10",
24
24
  "schemastery": "^3.18.0",
25
- "@bo-agent/sandbox-windows-acl": "0.0.1",
26
- "@bo-agent/sandbox": "0.0.1",
27
- "@bo-agent/inline": "0.0.1",
28
- "@bo-agent/node-addon-landlock-run": "0.0.1"
25
+ "@bo-agent/sandbox-windows-acl": "0.0.3",
26
+ "@bo-agent/sandbox": "0.0.3",
27
+ "@bo-agent/inline": "0.0.3",
28
+ "@bo-agent/node-addon-landlock-run": "0.0.3"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "cordis": "^4.0.0-rc.10",
32
32
  "schemastery": "^3.18.0",
33
- "@bo-agent/inline": "0.0.1",
34
- "@bo-agent/sandbox": "0.0.1"
33
+ "@bo-agent/sandbox": "0.0.3",
34
+ "@bo-agent/inline": "0.0.3"
35
35
  }
36
36
  }