Skip to content

Commit 16c0fcb

Browse files
author
largezhou
committed
chore: pin openclaw dependency to <=2026.3.13, bump version to 1.4.3
1 parent 7c6e1ac commit 16c0fcb

2 files changed

Lines changed: 1303 additions & 2689 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@largezhou/ddingtalk",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "OpenClaw DingTalk (钉钉) channel plugin",
55
"main": "index.ts",
66
"type": "module",
@@ -35,12 +35,12 @@
3535
"devDependencies": {
3636
"@types/node": "^20.10.0",
3737
"dotenv": "^17.3.1",
38-
"openclaw": "*",
38+
"openclaw": "<=2026.3.13",
3939
"tsx": "^4.6.0",
4040
"typescript": "^5.3.0"
4141
},
4242
"peerDependencies": {
43-
"openclaw": "*"
43+
"openclaw": "<=2026.3.13"
4444
},
4545
"openclaw": {
4646
"extensions": [

0 commit comments

Comments
 (0)