@dsh-cc/reasoning-fold 0.6.2 → 0.6.3-rc.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-cc/reasoning-fold",
|
|
3
3
|
"description": "Stage-0 reasoning-fold probe: read-only llm/stream observer that byte-counts reasoning vs text deltas into a per-session JSONL ledger; no behavior change",
|
|
4
|
-
"version": "0.6.2",
|
|
4
|
+
"version": "0.6.3-rc.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/dsh-cc/dsh-cc.git",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
],
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@deepseek-ai/cordis": ">=0.1.
|
|
25
|
-
"@deepseek-ai/dsh-llm": ">=0.1.
|
|
26
|
-
"@deepseek-ai/dsh-settings": ">=0.1.
|
|
24
|
+
"@deepseek-ai/cordis": ">=0.1.5-rc.1",
|
|
25
|
+
"@deepseek-ai/dsh-llm": ">=0.1.5-rc.1",
|
|
26
|
+
"@deepseek-ai/dsh-settings": ">=0.1.5-rc.1",
|
|
27
27
|
"@deepseek-ai/schemastery": "^3.18.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|