@sysid/sandbox-runtime-improved 0.0.42-sysid.1 → 0.0.42-sysid.2

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 (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,12 @@
1
- # Anthropic Sandbox Runtime (srt)
1
+ # Sandbox Runtime Improved
2
+
3
+ Based on Anthropic Sandbox Runtime.
4
+
5
+ ---
6
+
7
+ **[Improvements and Fixes](SYSID_README.md)**
8
+
9
+ ---
2
10
 
3
11
  A lightweight sandboxing tool for enforcing filesystem and network restrictions on arbitrary processes at the OS level, without requiring a container.
4
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sysid/sandbox-runtime-improved",
3
- "version": "0.0.42-sysid.1",
3
+ "version": "0.0.42-sysid.2",
4
4
  "description": "Improved Anthropic Sandbox Runtime (ASRT) - A general-purpose tool for wrapping security boundaries around arbitrary processes (sysid fork with several improvements and bug fixes)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -73,12 +73,12 @@
73
73
  "license": "Apache-2.0",
74
74
  "repository": {
75
75
  "type": "git",
76
- "url": "git+https://github.com/sysid/sandbox-runtime.git"
76
+ "url": "git+https://github.com/sysid/sandbox-runtime-improved.git#sysid"
77
77
  },
78
78
  "bugs": {
79
- "url": "https://github.com/sysid/sandbox-runtime/issues"
79
+ "url": "https://github.com/sysid/sandbox-runtime-improved/issues"
80
80
  },
81
- "homepage": "https://github.com/sysid/sandbox-runtime#readme",
81
+ "homepage": "https://github.com/sysid/sandbox-runtime-improved/tree/sysid#readme",
82
82
  "lint-staged": {
83
83
  "*.ts": [
84
84
  "eslint --fix --cache --cache-location=node_modules/.cache/.eslintcache",