@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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rezti/dsh-rez-wechat",
|
|
3
|
-
"version": "0.1.
|
|
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": "
|
|
37
|
-
"@deepseek-ai/dsh-system-prompt": "
|
|
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"
|