mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06:00
234df15a6d
* build(deps): refresh dependencies after cooldown Apply dependency, toolchain, action, image, and exact tool updates released by the inclusive 2026-08-16 seven-day cutoff. Adapt owner boundaries for the resulting CUA, logging, Teams, Markdown, native, and test-harness contract changes while retaining versions blocked by upstream compatibility constraints. * fix(ui): align markdown renderer env typing * fix(deps): align postcss and mistral peer contracts * fix(deps): repair refreshed dependency contracts * fix(deps): retain tslog startup budget * fix(ci): verify Android tools with SHA-256 * fix(ci): fence Android SDK cache version
32 lines
714 B
JSON
32 lines
714 B
JSON
{
|
|
"name": "@openclaw/canvas-plugin",
|
|
"version": "2026.8.1",
|
|
"private": true,
|
|
"description": "OpenClaw Canvas plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@a2ui/lit": "0.10.3",
|
|
"@a2ui/web_core": "0.10.6",
|
|
"@lit/context": "1.1.6",
|
|
"lit": "3.3.3",
|
|
"typebox": "1.3.14"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"assetScripts": {
|
|
"build": "node scripts/bundle-a2ui.mjs",
|
|
"buildOutputs": [
|
|
"src/host/a2ui/.bundle.hash",
|
|
"src/host/a2ui/a2ui.bundle.js",
|
|
"src/host/a2ui/a2ui-v0.9.bundle.js"
|
|
],
|
|
"copy": "node scripts/copy-a2ui.mjs"
|
|
}
|
|
}
|
|
}
|