@openclaw-china/wecom 0.1.6 → 0.1.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw-china/wecom",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "description": "Moltbot WeCom (WeChat Work) channel plugin",
6
6
  "license": "MIT",
@@ -9,6 +9,29 @@
9
9
  "moltbot.plugin.json",
10
10
  "clawdbot.plugin.json"
11
11
  ],
12
+ "openclaw": {
13
+ "extensions": [
14
+ "./dist/index.js"
15
+ ],
16
+ "channel": {
17
+ "id": "wecom",
18
+ "label": "WeCom",
19
+ "selectionLabel": "WeCom (企业微信)",
20
+ "docsPath": "/channels/wecom",
21
+ "blurb": "企业微信智能机器人回调",
22
+ "aliases": [
23
+ "wechatwork",
24
+ "wework",
25
+ "qywx"
26
+ ],
27
+ "order": 85
28
+ },
29
+ "install": {
30
+ "npmSpec": "@openclaw-china/wecom",
31
+ "localPath": ".",
32
+ "defaultChoice": "npm"
33
+ }
34
+ },
12
35
  "moltbot": {
13
36
  "extensions": [
14
37
  "./dist/index.js"
@@ -74,7 +97,7 @@
74
97
  "release:major": "npm run build && npm version major && npm publish"
75
98
  },
76
99
  "dependencies": {
77
- "@openclaw-china/shared": "0.1.16"
100
+ "@openclaw-china/shared": "0.1.17"
78
101
  },
79
102
  "devDependencies": {
80
103
  "@types/node": "^22.0.0",