@stackstackstack/dsh-fs-sandbox 0.1.5 → 0.1.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 +12 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackstackstack/dsh-fs-sandbox",
|
|
3
3
|
"description": "Sandbox-enforcing implementation of the DeepSeek Harness filesystem seam: fences write/edit by the per-call sandbox mode (read-only denies mutation, workspace-write contains it to the workspace + temp roots) while reads pass through",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
],
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@stackstackstack/dsh-fs": "^0.1.
|
|
36
|
-
"@stackstackstack/dsh-
|
|
37
|
-
"@stackstackstack/dsh-
|
|
38
|
-
"@
|
|
39
|
-
"@stackstackstack/dsh-sandbox
|
|
40
|
-
"@
|
|
35
|
+
"@stackstackstack/dsh-fs": "^0.1.6",
|
|
36
|
+
"@stackstackstack/dsh-invariants": "^0.1.6",
|
|
37
|
+
"@stackstackstack/dsh-fs-local": "^0.1.6",
|
|
38
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
39
|
+
"@stackstackstack/dsh-sandbox": "^0.1.6",
|
|
40
|
+
"@stackstackstack/dsh-sandbox-policy": "^0.1.6"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@stackstackstack/dsh-fs
|
|
44
|
-
"@stackstackstack/dsh-
|
|
45
|
-
"@stackstackstack/dsh-sandbox-policy": "^0.1.5",
|
|
46
|
-
"@stackstackstack/dsh-invariants": "^0.1.5",
|
|
43
|
+
"@stackstackstack/dsh-fs": "^0.1.6",
|
|
44
|
+
"@stackstackstack/dsh-invariants": "^0.1.6",
|
|
47
45
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
48
|
-
"@stackstackstack/dsh-
|
|
46
|
+
"@stackstackstack/dsh-fs-local": "^0.1.6",
|
|
47
|
+
"@stackstackstack/dsh-sandbox": "^0.1.6",
|
|
48
|
+
"@stackstackstack/dsh-sandbox-policy": "^0.1.6"
|
|
49
49
|
}
|
|
50
50
|
}
|