mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
* ACPX: bump bundled acpx to 0.1.16 * fix: bump acpx pin to 0.1.16 (#41975) (thanks @dutifulbob) --------- Co-authored-by: Onur <2453968+osolmaz@users.noreply.github.com>
15 lines
246 B
JSON
15 lines
246 B
JSON
{
|
|
"name": "@openclaw/acpx",
|
|
"version": "2026.3.9",
|
|
"description": "OpenClaw ACP runtime backend via acpx",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"acpx": "0.1.16"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|