We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6deda7e commit 74d22daCopy full SHA for 74d22da
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@largezhou/ddingtalk",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "OpenClaw DingTalk (钉钉) channel plugin",
5
"main": "index.ts",
6
"type": "module",
@@ -30,16 +30,17 @@
30
"license": "MIT",
31
"dependencies": {
32
"dingtalk-stream": "^2.1.4",
33
- "zod": "^4.0.0",
34
- "openclaw": ">=2026.3.22"
+ "zod": "^4.0.0"
35
},
36
"devDependencies": {
37
"@types/node": "^22.0.0",
38
"dotenv": "^17.3.1",
39
"tsx": "^4.6.0",
40
"typescript": "^5.3.0"
41
42
- "peerDependencies": {},
+ "peerDependencies": {
+ "openclaw": ">=2026.3.22"
43
+ },
44
"openclaw": {
45
"extensions": [
46
"./index.ts"
0 commit comments