@junjiezhang/openclaw-wecom-plugin 1.0.1 → 1.0.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/dist/index.js CHANGED
@@ -5,7 +5,7 @@ const plugin = {
5
5
  id: "wecom",
6
6
  name: "WeCom",
7
7
  description: "WeCom (企业微信) channel plugin for OpenClaw",
8
- version: "1.0.0",
8
+ version: "1.0.2",
9
9
  register(api) {
10
10
  setWeComRuntime(api.runtime);
11
11
  api.registerChannel({ plugin: wecomPlugin });
@@ -2,7 +2,7 @@
2
2
  "id": "wecom",
3
3
  "name": "WeCom",
4
4
  "description": "WeCom (企业微信) channel plugin for OpenClaw",
5
- "version": "1.0.1",
5
+ "version": "1.0.2",
6
6
  "channels": ["wecom"],
7
7
  "configSchema": {
8
8
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junjiezhang/openclaw-wecom-plugin",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "OpenClaw WeCom (企业微信) channel plugin - Send and receive messages via WeCom",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",