@yaoqi10012/wechat-kf 0.3.1 → 0.3.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/openclaw.plugin.json +1 -1
- package/package.json +2 -2
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "wechat-kf",
|
|
3
3
|
"name": "WeChat Customer Service",
|
|
4
4
|
"description": "OpenClaw channel plugin for WeChat Customer Service (企业微信客服) via WeCom KF API",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.2",
|
|
6
6
|
"channels": ["wechat-kf"],
|
|
7
7
|
"configSchema": {
|
|
8
8
|
"type": "object",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaoqi10012/wechat-kf",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "OpenClaw channel plugin for WeChat Customer Service (企业微信客服) — enables AI-powered customer service bots via WeCom KF API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"openclaw": {
|
|
61
61
|
"extensions": [
|
|
62
|
-
"
|
|
62
|
+
"dist/index.js"
|
|
63
63
|
],
|
|
64
64
|
"channel": {
|
|
65
65
|
"id": "wechat-kf",
|