@deepseek-ai/dsh-spill-policy 0.1.2-alpha.2 → 0.1.2-alpha.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.
- package/package.json +16 -16
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-spill-policy",
|
|
3
3
|
"description": "Tool-result spill policy for the DeepSeek Harness — replaces oversized plain-text tool results with a retained preview plus a spill-file path (no service API)",
|
|
4
|
-
"version": "0.1.2-alpha.
|
|
4
|
+
"version": "0.1.2-alpha.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -32,26 +32,26 @@
|
|
|
32
32
|
],
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@deepseek-ai/dsh-
|
|
36
|
-
"@deepseek-ai/dsh-
|
|
37
|
-
"@deepseek-ai/dsh-
|
|
38
|
-
"@deepseek-ai/dsh-
|
|
39
|
-
"@deepseek-ai/dsh-
|
|
40
|
-
"@deepseek-ai/
|
|
41
|
-
"@deepseek-ai/
|
|
35
|
+
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
|
|
36
|
+
"@deepseek-ai/dsh-llm": "^0.1.2-alpha.3",
|
|
37
|
+
"@deepseek-ai/dsh-output-retention": "^0.1.2-alpha.3",
|
|
38
|
+
"@deepseek-ai/dsh-session": "^0.1.2-alpha.3",
|
|
39
|
+
"@deepseek-ai/dsh-spill": "^0.1.2-alpha.3",
|
|
40
|
+
"@deepseek-ai/dsh-tools": "^0.1.2-alpha.3",
|
|
41
|
+
"@deepseek-ai/cordis": "^4.0.2"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@deepseek-ai/schemastery": "^3.18.2"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@deepseek-ai/dsh-
|
|
48
|
-
"@deepseek-ai/dsh-
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-
|
|
51
|
-
"@deepseek-ai/dsh-
|
|
47
|
+
"@deepseek-ai/dsh-agent": "^0.1.2-alpha.3",
|
|
48
|
+
"@deepseek-ai/dsh-code-runtime-worker-thread": "^0.1.2-alpha.3",
|
|
49
|
+
"@deepseek-ai/dsh-llm": "^0.1.2-alpha.3",
|
|
50
|
+
"@deepseek-ai/dsh-output-retention": "^0.1.2-alpha.3",
|
|
51
|
+
"@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
|
|
52
|
+
"@deepseek-ai/dsh-session": "^0.1.2-alpha.3",
|
|
53
|
+
"@deepseek-ai/dsh-tools": "^0.1.2-alpha.3",
|
|
52
54
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
53
|
-
"@deepseek-ai/dsh-
|
|
54
|
-
"@deepseek-ai/dsh-agent": "^0.1.2-alpha.2",
|
|
55
|
-
"@deepseek-ai/dsh-code-runtime-worker-thread": "^0.1.2-alpha.2"
|
|
55
|
+
"@deepseek-ai/dsh-spill": "^0.1.2-alpha.3"
|
|
56
56
|
}
|
|
57
57
|
}
|