mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
* chore: bump bundled acpx to 0.5.1 * chore: note acpx 0.5.1 pin bump (#62148) (thanks @onutc)
15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"name": "@openclaw/acpx",
|
|
"version": "2026.4.6",
|
|
"description": "OpenClaw ACP runtime backend",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"acpx": "0.5.1"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|