mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 21:11:40 +00:00
* build(deps): update QA broker dependency * build(deps): refresh repository dependencies * build(deps): reconcile rebased shrinkwraps * test(plugins): remove stale loader test state * test(deps): stabilize updated dependency coverage * fix(swift): use caller-isolated TaskLocal overload * build(deps): regenerate rebased shrinkwraps * test(msteams): preserve DNS validation in fetch helper * fix(deps): avoid vulnerable optional image stack * test(deps): validate generated LRU override * refactor(ui): extract chat resizable divider * test(ui): update divider ownership path * fix(matrix): retain restart-compatible SDK * style(cron): format update test
32 lines
681 B
JSON
32 lines
681 B
JSON
{
|
|
"name": "@openclaw/canvas-plugin",
|
|
"version": "2026.7.2",
|
|
"private": true,
|
|
"description": "OpenClaw Canvas plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@a2ui/lit": "0.10.2",
|
|
"@lit/context": "1.1.6",
|
|
"chokidar": "5.0.0",
|
|
"lit": "3.3.3",
|
|
"typebox": "1.3.6",
|
|
"ws": "8.21.1"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"assetScripts": {
|
|
"build": "node scripts/bundle-a2ui.mjs",
|
|
"buildOutputs": [
|
|
"src/host/a2ui/.bundle.hash",
|
|
"src/host/a2ui/a2ui.bundle.js"
|
|
],
|
|
"copy": "node scripts/copy-a2ui.mjs"
|
|
}
|
|
}
|
|
}
|