@deepseek-ai/dsh-session-log-export 0.1.0-rc.8 → 0.1.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.
package/README.i18n.yaml CHANGED
@@ -3,4 +3,4 @@
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/session-query/session-log-export/README.md
5
5
  README.md: f3625338e85a38ab279c5fa4700a7a9e1124cfb3
6
- README.zh.md: 5a2fa86d126f6bda808d3036bddc0e26fd310690
6
+ README.zh.md: 101f0bb41c7296916b72a82186dae74b1b576e7f
package/README.zh.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [English](README.md) | 中文
4
4
 
5
- Web Session 日志下载控制,使用 `dsh-host-apiproxy` 拥有的 Host 流式 ZIP 端点。Host 半包注册 `/export`;浏览器半包在 Session Header 中提供 111×32 的 `Session log` 操作,以及一个供该按钮与斜杠命令共用的下载控制器和弹窗。ZIP 生成、原始 JSONL/zstd 读取、子 Session、附件、背压和 HTTP 错误语义仍由 [ApiProxy 下载实现](../../host/apiproxy/README.md)负责。
5
+ Web Session 日志下载控制,使用 `dsh-host-apiproxy` 拥有的 Host 流式 ZIP 端点。Host 半包注册 `/export`;浏览器半包在 Session Header 中提供 111×32 的 `Session log` 操作,以及一个供该按钮与斜杠命令共用的下载控制器和弹窗。ZIP 生成、原始 JSONL/zstd 读取、子 Session、附件、背压和 HTTP 错误语义仍由 [ApiProxy 下载实现](../../host/apiproxy/README.zh.md)负责。
6
6
 
7
7
  ## 命令约定
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-session-log-export",
3
3
  "description": "Web Session-log export command and shared download dialog",
4
- "version": "0.1.0-rc.8",
4
+ "version": "0.1.1-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -37,29 +37,29 @@
37
37
  ],
38
38
  "license": "MIT",
39
39
  "peerDependencies": {
40
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.8",
41
40
  "@deepseek-ai/cordis": "^4.0.1",
42
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.8",
43
- "@deepseek-ai/dsh-client-ui-commands": "^0.1.0-rc.8",
44
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.8",
45
- "@deepseek-ai/dsh-commands": "^0.1.0-rc.8",
46
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8"
41
+ "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2",
42
+ "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2",
43
+ "@deepseek-ai/dsh-client-ui-commands": "^0.1.1-rc.2",
44
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.2",
45
+ "@deepseek-ai/dsh-commands": "^0.1.1-rc.2",
46
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/react": "~18.3.1",
50
50
  "react": "^18.2.0",
51
51
  "@deepseek-ai/cordis": "^4.0.1",
52
52
  "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
53
- "@deepseek-ai/dsh-agent": "^0.1.0-rc.8",
54
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.8",
55
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.8",
56
- "@deepseek-ai/dsh-client-ui-commands": "^0.1.0-rc.8",
57
- "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.8",
58
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.8",
59
- "@deepseek-ai/dsh-commands": "^0.1.0-rc.8",
60
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.8",
61
- "@deepseek-ai/dsh-invariants": "^0.1.0-rc.8",
62
- "@deepseek-ai/dsh-session": "^0.1.0-rc.8"
53
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
54
+ "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2",
55
+ "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2",
56
+ "@deepseek-ai/dsh-client-ui-commands": "^0.1.1-rc.2",
57
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.2",
58
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.1-rc.2",
59
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.2",
60
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
61
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2",
62
+ "@deepseek-ai/dsh-commands": "^0.1.1-rc.2"
63
63
  },
64
64
  "dsh": {
65
65
  "client": {