moltbot-dingtalk-stream 1.0.6 → 1.0.7
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 +4 -1
- package/dist/clawdbot.plugin.json +4 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/clawdbot.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "moltbot-dingtalk-stream",
|
|
3
3
|
"name": "DingTalk Stream Channel",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"description": "Custom channel for integrating Moltbot with DingTalk (Stream Mode)",
|
|
6
6
|
"author": "Jack",
|
|
7
7
|
"license": "MIT",
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"./dist/index.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
+
"channels": [
|
|
14
|
+
"moltbot-dingtalk-stream"
|
|
15
|
+
],
|
|
13
16
|
"configSchema": {
|
|
14
17
|
"type": "object",
|
|
15
18
|
"properties": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "moltbot-dingtalk-stream",
|
|
3
3
|
"name": "DingTalk Stream Channel",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"description": "Custom channel for integrating Moltbot with DingTalk (Stream Mode)",
|
|
6
6
|
"author": "Jack",
|
|
7
7
|
"license": "MIT",
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"./index.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
+
"channels": [
|
|
14
|
+
"moltbot-dingtalk-stream"
|
|
15
|
+
],
|
|
13
16
|
"configSchema": {
|
|
14
17
|
"type": "object",
|
|
15
18
|
"properties": {
|
package/dist/package.json
CHANGED