dsh-email 0.8.0 → 0.8.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/README.en.md +1 -1
- package/README.md +1 -1
- package/package.json +1 -2
package/README.en.md
CHANGED
|
@@ -33,7 +33,7 @@ Example:
|
|
|
33
33
|
|
|
34
34
|
## Compatibility
|
|
35
35
|
|
|
36
|
-
Verified against `@deepseek-ai/dsh@0.1.
|
|
36
|
+
Verified against `@deepseek-ai/dsh@0.1.2-alpha.2` on 2026-08-31. Built for the cordis patch-bundle plugin model (`cordis.patch.yml` + `dsh.bundle.patch`). No runtime imports of `@deepseek-ai/*` internals.
|
|
37
37
|
|
|
38
38
|
## Installation
|
|
39
39
|
|
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ Email tools for DeepSeek Harness: list, read, search and send mail through stand
|
|
|
43
43
|
|
|
44
44
|
## 兼容性
|
|
45
45
|
|
|
46
|
-
在 `@deepseek-ai/dsh@0.1.
|
|
46
|
+
在 `@deepseek-ai/dsh@0.1.2-alpha.2` 上验证(2026-08-31)。遵循 cordis 组合包补丁模型(`cordis.patch.yml` + `dsh.bundle.patch`),运行时不 import 任何 `@deepseek-ai/*` 内部模块。
|
|
47
47
|
|
|
48
48
|
## 安装
|
|
49
49
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-email",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "IMAP/SMTP email tools for DeepSeek Harness: list, read, search and send mail, with QQ/163/126/Sina/Aliyun/Gmail/Outlook/iCloud presets.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
},
|
|
53
53
|
"client": {
|
|
54
54
|
"inject": [
|
|
55
|
-
"@deepseek-ai/dsh-client-runtime",
|
|
56
55
|
"@deepseek-ai/dsh-client-ui-settings"
|
|
57
56
|
],
|
|
58
57
|
"platform": "web"
|