@x.ken/wecom 1.0.0 → 1.0.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.
package/README.md CHANGED
@@ -226,13 +226,6 @@ pnpm install
226
226
  pnpm build
227
227
  ```
228
228
 
229
- ### 测试
230
-
231
- ```bash
232
- # 单元测试
233
- pnpm test
234
- ```
235
-
236
229
  ## 故障排查
237
230
 
238
231
  ### 企业微信发送失败
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@x.ken/wecom",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "Clawdbot WeCom (企业微信) integration plugin",
6
- "clawdbot": {
6
+ "openclaw": {
7
7
  "extensions": [
8
8
  "./index.ts"
9
9
  ]
@@ -12,6 +12,6 @@
12
12
  "fast-xml-parser": "^4.3.4"
13
13
  },
14
14
  "peerDependencies": {
15
- "clawdbot": "*"
15
+ "openclaw": "*"
16
16
  }
17
17
  }
File without changes