@deepseek-ai/dsh-sdk-protocol 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.
Files changed (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-sdk-protocol",
3
3
  "description": "Shared wire protocol for the DeepSeek Harness SDK runtime: the newline-delimited JSON-RPC stdio transport and the named request, result, and notification types spoken between the runtime server and SDK clients",
4
- "version": "0.1.2-alpha.2",
4
+ "version": "0.1.2-alpha.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -31,17 +31,17 @@
31
31
  ],
32
32
  "license": "MIT",
33
33
  "peerDependencies": {
34
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
35
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.2",
36
- "@deepseek-ai/dsh-subagent": "^0.1.2-alpha.2",
34
+ "@deepseek-ai/dsh-llm": "^0.1.2-alpha.3",
35
+ "@deepseek-ai/dsh-session": "^0.1.2-alpha.3",
36
+ "@deepseek-ai/dsh-subagent": "^0.1.2-alpha.3",
37
37
  "@deepseek-ai/cordis": "^4.0.2",
38
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.2"
38
+ "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
42
- "@deepseek-ai/dsh-llm": "^0.1.2-alpha.2",
43
- "@deepseek-ai/dsh-session": "^0.1.2-alpha.2",
44
- "@deepseek-ai/dsh-subagent": "^0.1.2-alpha.2",
41
+ "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.3",
42
+ "@deepseek-ai/dsh-session": "^0.1.2-alpha.3",
43
+ "@deepseek-ai/dsh-subagent": "^0.1.2-alpha.3",
44
+ "@deepseek-ai/dsh-llm": "^0.1.2-alpha.3",
45
45
  "@deepseek-ai/cordis": "^4.0.2"
46
46
  }
47
47
  }