@openclaw-china/channels 0.1.18 → 0.1.19
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/clawdbot.plugin.json +12 -12
- package/moltbot.plugin.json +12 -12
- package/openclaw.plugin.json +12 -12
- package/package.json +4 -4
package/clawdbot.plugin.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "channels",
|
|
3
|
-
"name": "Moltbot China Channels",
|
|
4
|
-
"description": "统一渠道包,支持钉钉、飞书、企业微信、QQ",
|
|
5
|
-
"version": "0.1.0",
|
|
6
|
-
"channels": ["dingtalk", "feishu", "wecom"],
|
|
7
|
-
"configSchema": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"additionalProperties": false,
|
|
10
|
-
"properties": {}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"id": "channels",
|
|
3
|
+
"name": "Moltbot China Channels",
|
|
4
|
+
"description": "统一渠道包,支持钉钉、飞书、企业微信、QQ",
|
|
5
|
+
"version": "0.1.0",
|
|
6
|
+
"channels": ["dingtalk", "feishu", "wecom"],
|
|
7
|
+
"configSchema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {}
|
|
11
|
+
}
|
|
12
|
+
}
|
package/moltbot.plugin.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "channels",
|
|
3
|
-
"name": "Moltbot China Channels",
|
|
4
|
-
"description": "统一渠道包,支持钉钉、飞书、企业微信、QQ",
|
|
5
|
-
"version": "0.1.0",
|
|
6
|
-
"channels": ["dingtalk", "feishu", "wecom"],
|
|
7
|
-
"configSchema": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"additionalProperties": false,
|
|
10
|
-
"properties": {}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"id": "channels",
|
|
3
|
+
"name": "Moltbot China Channels",
|
|
4
|
+
"description": "统一渠道包,支持钉钉、飞书、企业微信、QQ",
|
|
5
|
+
"version": "0.1.0",
|
|
6
|
+
"channels": ["dingtalk", "feishu", "wecom"],
|
|
7
|
+
"configSchema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {}
|
|
11
|
+
}
|
|
12
|
+
}
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "channels",
|
|
3
|
-
"name": "Moltbot China Channels",
|
|
4
|
-
"description": "统一渠道包,支持钉钉、飞书、企业微信、QQ",
|
|
5
|
-
"version": "0.1.0",
|
|
6
|
-
"channels": ["dingtalk", "feishu", "wecom"],
|
|
7
|
-
"configSchema": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"additionalProperties": false,
|
|
10
|
-
"properties": {}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"id": "channels",
|
|
3
|
+
"name": "Moltbot China Channels",
|
|
4
|
+
"description": "统一渠道包,支持钉钉、飞书、企业微信、QQ",
|
|
5
|
+
"version": "0.1.0",
|
|
6
|
+
"channels": ["dingtalk", "feishu", "wecom"],
|
|
7
|
+
"configSchema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {}
|
|
11
|
+
}
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw-china/channels",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Unified package for all Moltbot China channel plugins",
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"clean": "rimraf dist"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@openclaw-china/dingtalk": "0.1.
|
|
58
|
-
"@openclaw-china/feishu": "0.1.
|
|
59
|
-
"@openclaw-china/wecom": "0.1.
|
|
57
|
+
"@openclaw-china/dingtalk": "0.1.20",
|
|
58
|
+
"@openclaw-china/feishu": "0.1.11",
|
|
59
|
+
"@openclaw-china/wecom": "0.1.9"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/node": "^22.0.0",
|