@max1874/openclaw-wecom 0.1.0 → 0.1.1

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.
@@ -1,17 +1,9 @@
1
1
  {
2
- "$schema": "https://openclaw.dev/schemas/plugin.json",
3
2
  "id": "wecom",
4
- "name": "WeChat/WeCom",
5
- "version": "0.1.0",
6
- "description": "WeChat/WeCom channel plugin via Stride",
7
- "author": "OpenClaw",
8
- "license": "MIT",
9
- "channel": {
10
- "id": "wecom",
11
- "label": "WeChat",
12
- "selectionLabel": "WeChat/WeCom (微信/企业微信)",
13
- "blurb": "WeChat/WeCom messaging via Stride.",
14
- "aliases": ["wechat", "stride"]
15
- },
16
- "extensions": ["./index.ts"]
3
+ "channels": ["wecom"],
4
+ "configSchema": {
5
+ "type": "object",
6
+ "additionalProperties": false,
7
+ "properties": {}
8
+ }
17
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@max1874/openclaw-wecom",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "OpenClaw WeChat/WeCom channel plugin via Stride",
6
6
  "license": "MIT",