@dsh-cc/session-cwd 0.6.0 → 0.6.1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dsh-cc/session-cwd",
|
|
3
3
|
"description": "Session-scoped working directory state for DeepSeek Harness CC: durable worktree/entered session events, foldable cwd state, getSessionCwd/setSessionCwd APIs, and a pre-execute workspace boundary guard",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.1",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/dsh-cc/dsh-cc.git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@deepseek-ai/dsh-llm": ">=0.1.2-rc.1",
|
|
27
27
|
"@deepseek-ai/dsh-session": ">=0.1.2-rc.1",
|
|
28
28
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
29
|
-
"@dsh-cc/tools": "^0.6.
|
|
29
|
+
"@dsh-cc/tools": "^0.6.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@deepseek-ai/cordis": "link:../../../../deepseek-harness/vendor/cordis",
|