@yaoyuanchao/dingtalk 1.5.1 → 1.5.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/package.json +26 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaoyuanchao/dingtalk",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "DingTalk channel plugin for ClawdBot/OpenClaw with Stream Mode support",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,6 +38,31 @@
|
|
|
38
38
|
"defaultChoice": "npm"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
|
+
"openclaw": {
|
|
42
|
+
"extensions": [
|
|
43
|
+
"./index.ts"
|
|
44
|
+
],
|
|
45
|
+
"channel": {
|
|
46
|
+
"id": "dingtalk",
|
|
47
|
+
"label": "DingTalk",
|
|
48
|
+
"selectionLabel": "DingTalk (钉钉)",
|
|
49
|
+
"detailLabel": "DingTalk Stream Mode",
|
|
50
|
+
"docsPath": "/channels/dingtalk",
|
|
51
|
+
"docsLabel": "dingtalk",
|
|
52
|
+
"blurb": "DingTalk bot via Stream Mode (WebSocket) - No public domain required",
|
|
53
|
+
"aliases": [
|
|
54
|
+
"dingding",
|
|
55
|
+
"dd"
|
|
56
|
+
],
|
|
57
|
+
"order": 75,
|
|
58
|
+
"quickstartAllowFrom": true
|
|
59
|
+
},
|
|
60
|
+
"install": {
|
|
61
|
+
"npmSpec": "@yaoyuanchao/dingtalk",
|
|
62
|
+
"localPath": ".",
|
|
63
|
+
"defaultChoice": "npm"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
41
66
|
"dependencies": {
|
|
42
67
|
"dingtalk-stream": "^2.1.4",
|
|
43
68
|
"zod": "^4.3.6"
|