openclaw-plugin-wecom 0.3.3 → 0.3.4

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -807,7 +807,7 @@ async function deliverWecomReply({ payload, account, responseUrl, senderId, stre
807
807
  // =============================================================================
808
808
 
809
809
  const plugin = {
810
- id: "wecom",
810
+ id: "openclaw-plugin-wecom",
811
811
  name: "Enterprise WeChat",
812
812
  description: "Enterprise WeChat AI Bot channel plugin for OpenClaw",
813
813
  configSchema: { type: "object", additionalProperties: false, properties: {} },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-plugin-wecom",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Enterprise WeChat AI Bot channel plugin for OpenClaw",
5
5
  "type": "module",
6
6
  "main": "index.js",