@deepseek-ai/dsh-tool-present 0.1.6-alpha.1 → 0.1.6-alpha.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 +19 -19
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/fs/tool-present/README.md
4
+ # pnpm run verify-translation-pairing --write packages/deliverables/tool-present/README.md
5
5
  README.md: 93003711545f678336a02c9bf8589176f844af65
6
6
  README.zh.md: 161efcc3931fbf57175064ccf1179b195320d4b9
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-tool-present",
3
3
  "description": "Explicit workspace file delivery declarations for the DeepSeek Harness",
4
- "version": "0.1.6-alpha.1",
4
+ "version": "0.1.6-alpha.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
11
- "directory": "packages/fs/tool-present"
11
+ "directory": "packages/deliverables/tool-present"
12
12
  },
13
13
  "type": "module",
14
14
  "main": "lib/index.js",
@@ -36,25 +36,25 @@
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@deepseek-ai/cordis": "^4.0.2",
39
- "@deepseek-ai/dsh-agent": "^0.1.6-alpha.1",
40
- "@deepseek-ai/dsh-fs": "^0.1.6-alpha.1",
41
- "@deepseek-ai/dsh-llm": "^0.1.6-alpha.1",
42
- "@deepseek-ai/dsh-session": "^0.1.6-alpha.1",
43
- "@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.1",
44
- "@deepseek-ai/dsh-tools": "^0.1.6-alpha.1"
39
+ "@deepseek-ai/dsh-agent": "^0.1.6-alpha.2",
40
+ "@deepseek-ai/dsh-fs": "^0.1.6-alpha.2",
41
+ "@deepseek-ai/dsh-llm": "^0.1.6-alpha.2",
42
+ "@deepseek-ai/dsh-session": "^0.1.6-alpha.2",
43
+ "@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.2",
44
+ "@deepseek-ai/dsh-tools": "^0.1.6-alpha.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@deepseek-ai/cordis": "^4.0.2",
48
- "@deepseek-ai/dsh-agent": "^0.1.6-alpha.1",
49
- "@deepseek-ai/dsh-fs": "^0.1.6-alpha.1",
50
- "@deepseek-ai/dsh-session": "^0.1.6-alpha.1",
51
- "@deepseek-ai/dsh-llm": "^0.1.6-alpha.1",
52
- "@deepseek-ai/dsh-tools": "^0.1.6-alpha.1",
53
- "@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.1",
54
- "@deepseek-ai/dsh-agent-loop": "^0.1.6-alpha.1",
55
- "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.6-alpha.1",
56
- "@deepseek-ai/dsh-fs-local": "^0.1.6-alpha.1",
57
- "@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.1",
58
- "@deepseek-ai/dsh-scope": "^0.1.6-alpha.1"
48
+ "@deepseek-ai/dsh-agent": "^0.1.6-alpha.2",
49
+ "@deepseek-ai/dsh-fs": "^0.1.6-alpha.2",
50
+ "@deepseek-ai/dsh-llm": "^0.1.6-alpha.2",
51
+ "@deepseek-ai/dsh-session": "^0.1.6-alpha.2",
52
+ "@deepseek-ai/dsh-session-projection": "^0.1.6-alpha.2",
53
+ "@deepseek-ai/dsh-tools": "^0.1.6-alpha.2",
54
+ "@deepseek-ai/dsh-agent-loop": "^0.1.6-alpha.2",
55
+ "@deepseek-ai/dsh-agent-loop-testkit": "^0.1.6-alpha.2",
56
+ "@deepseek-ai/dsh-fs-local": "^0.1.6-alpha.2",
57
+ "@deepseek-ai/dsh-system-prompt": "^0.1.6-alpha.2",
58
+ "@deepseek-ai/dsh-scope": "^0.1.6-alpha.2"
59
59
  }
60
60
  }