Files
openclaw/extensions/acpx/package.json
Onur 08296e9645 chore: bump bundled acpx to 0.5.1 (#62148)
* chore: bump bundled acpx to 0.5.1

* chore: note acpx 0.5.1 pin bump (#62148) (thanks @onutc)
2026-04-06 23:54:26 +02:00

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"
]
}
}