chore: 更新依赖和版本号
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "qqbot",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@@ -10,6 +10,9 @@
|
||||
"moltbot": {
|
||||
"extensions": ["./index.ts"]
|
||||
},
|
||||
"openclaw": {
|
||||
"extensions": ["./index.ts"]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc || true",
|
||||
"dev": "tsc --watch",
|
||||
@@ -27,6 +30,8 @@
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"clawdbot": "*"
|
||||
"clawdbot": "*",
|
||||
"moltbot": "*",
|
||||
"openclaw": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user