@rezti/dsh-rez-wechat 0.1.17 → 0.1.18

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.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  dsh plugin --profile web add @rezti/dsh-rez-suite
7
7
  ```
8
8
 
9
- 以后升级只记:`dsh plugin --profile web update @rezti/dsh-rez-suite`。不要再单独 add 本包。
9
+ 以后升级只记:`dsh plugin --profile web add @rezti/dsh-rez-suite@latest`。不要再单独 add 本包。
10
10
 
11
11
  | 能力 | 做法 |
12
12
  |---|---|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rezti/dsh-rez-wechat",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "ReZ-TI WeChat/WeCom bridges. Personal WeChat is QClaw/ClawBot scan-and-chat via dsh-wechat-bridge; WeCom AI bots use the official @wecom/aibot-node-sdk (BotID + Secret) bound per Harness room.",
5
5
  "type": "module",
6
6
  "engines": {
@@ -27,14 +27,14 @@
27
27
  ],
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
+ "@rezti/dsh-rez-sso": "^0.1.18",
30
31
  "@wecom/aibot-node-sdk": "^1.0.7",
31
- "qrcode": "^1.5.4",
32
- "@rezti/dsh-rez-sso": "0.1.14"
32
+ "qrcode": "^1.5.4"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@deepseek-ai/cordis": "^4.0.1",
36
- "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6",
37
- "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6",
36
+ "@deepseek-ai/dsh-host-webserver": "0.1.5-rc.2",
37
+ "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2",
38
38
  "@types/node": "^22.20.0",
39
39
  "@types/qrcode": "^1.5.5",
40
40
  "typescript": "~5.7.2"