@creatoraris/openclaw-wecom 0.2.0 → 0.2.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/index.js CHANGED
@@ -338,6 +338,7 @@ const plugin = {
338
338
  };
339
339
 
340
340
  api.registerService({
341
+ id: 'wecom-server',
341
342
  async start() {
342
343
  server = http.createServer(requestHandler);
343
344
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "id": "wecom",
3
- "version": "0.2.0",
2
+ "id": "openclaw-wecom",
3
+ "version": "0.2.2",
4
4
  "name": "企业微信(WeCom)",
5
5
  "description": "企业微信智能助手机器人桥接,支持流式回复、加密消息、单聊和群聊",
6
6
  "author": "CreatorAris",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creatoraris/openclaw-wecom",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Enterprise WeChat (WeCom) channel plugin for OpenClaw - 企业微信智能助手机器人桥接",
5
5
  "main": "index.js",
6
6
  "type": "module",