Skip to content

Commit 74d22da

Browse files
author
largezhou
committed
openclaw依赖重新放到peer中
1 parent 6deda7e commit 74d22da

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@largezhou/ddingtalk",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "OpenClaw DingTalk (钉钉) channel plugin",
55
"main": "index.ts",
66
"type": "module",
@@ -30,16 +30,17 @@
3030
"license": "MIT",
3131
"dependencies": {
3232
"dingtalk-stream": "^2.1.4",
33-
"zod": "^4.0.0",
34-
"openclaw": ">=2026.3.22"
33+
"zod": "^4.0.0"
3534
},
3635
"devDependencies": {
3736
"@types/node": "^22.0.0",
3837
"dotenv": "^17.3.1",
3938
"tsx": "^4.6.0",
4039
"typescript": "^5.3.0"
4140
},
42-
"peerDependencies": {},
41+
"peerDependencies": {
42+
"openclaw": ">=2026.3.22"
43+
},
4344
"openclaw": {
4445
"extensions": [
4546
"./index.ts"

0 commit comments

Comments
 (0)