@deepseek-ai/dsh-sdk-client 0.0.1-rc.1 → 0.0.1-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.
Files changed (2) hide show
  1. package/README.i18n.yaml +1 -1
  2. package/package.json +11 -11
package/README.i18n.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
- # pnpm run verify-translation-pairing --write packages/scaffold/client/README.md
4
+ # pnpm run verify-translation-pairing --write packages/sdk/client/README.md
5
5
  README.md: b33457875f81d11d09bab2e5aa5ce730e233c78a
6
6
  README.zh.md: 271f07ffb0f97abe005971962beb517acfdc05a4
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-sdk-client",
3
3
  "description": "TypeScript client SDK for driving a DeepSeek Harness runtime subprocess over stdio JSON-RPC: the DeepSeekHarness high-level turns API and the lower-level HarnessClient",
4
- "version": "0.0.1-rc.1",
4
+ "version": "0.0.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
11
- "directory": "packages/scaffold/client"
11
+ "directory": "packages/sdk/client"
12
12
  },
13
13
  "type": "module",
14
14
  "main": "lib/index.js",
@@ -31,17 +31,17 @@
31
31
  ],
32
32
  "license": "BSD-3-Clause",
33
33
  "peerDependencies": {
34
- "@deepseek-ai/dsh-invariants": "^0.0.1-rc.1",
35
- "@deepseek-ai/dsh-sdk-protocol": "^0.0.1-rc.1",
36
- "@deepseek-ai/dsh-session": "^0.0.1-rc.1",
37
- "@deepseek-ai/cordis": "^4.0.1-rc.1",
38
- "@deepseek-ai/dsh-llm": "^0.0.1-rc.1"
34
+ "@deepseek-ai/dsh-llm": "^0.0.1-rc.2",
35
+ "@deepseek-ai/dsh-sdk-protocol": "^0.0.1-rc.2",
36
+ "@deepseek-ai/dsh-session": "^0.0.1-rc.2",
37
+ "@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
38
+ "@deepseek-ai/cordis": "^4.0.1-rc.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@deepseek-ai/dsh-invariants": "^0.0.1-rc.1",
42
- "@deepseek-ai/dsh-llm": "^0.0.1-rc.1",
43
- "@deepseek-ai/dsh-sdk-protocol": "^0.0.1-rc.1",
44
- "@deepseek-ai/dsh-session": "^0.0.1-rc.1",
41
+ "@deepseek-ai/dsh-invariants": "^0.0.1-rc.2",
42
+ "@deepseek-ai/dsh-llm": "^0.0.1-rc.2",
43
+ "@deepseek-ai/dsh-sdk-protocol": "^0.0.1-rc.2",
44
+ "@deepseek-ai/dsh-session": "^0.0.1-rc.2",
45
45
  "@deepseek-ai/cordis": "^4.0.1-rc.1"
46
46
  }
47
47
  }