Files
openclaw/extensions/diffs/package.json
T
Peter Steinberger f9dbc5b669 chore(release): rebase 2026.8.1 beta.2 onto main
Rebuild 2026.8.1-beta.2 on frozen main commit be600d0a24, including the trusted Telegram isolation repair.

Preserve the still-release-specific plugin/package fixture corrections, Matrix/Buzz QA ownership, current generated config and locale artifacts, and restore intentional out-of-band Slack native approvals after an unrelated forwarded-image PR added a conflicting channel guard.

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
Co-authored-by: Vyctor H. Brzezowski <51521767+vyctorbrzezowski@users.noreply.github.com>
Co-authored-by: Ayaan Zaidi <hi@obviy.us>
2026-08-12 18:27:10 -07:00

51 lines
1.2 KiB
JSON

{
"name": "@openclaw/diffs",
"version": "2026.8.1-beta.2",
"description": "OpenClaw read-only diff viewer plugin and file renderer for agents.",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"dependencies": {
"@pierre/diffs": "1.2.12",
"@shikijs/langs": "4.3.1",
"playwright-core": "1.62.0",
"typebox": "1.3.6",
"zod": "4.4.3"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"install": {
"npmSpec": "@openclaw/diffs",
"localPath": "extensions/diffs",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.30"
},
"compat": {
"pluginApi": ">=2026.8.1-beta.2"
},
"assetScripts": {
"build": "node --import tsx ../../scripts/build-diffs-viewer-runtime.mts curated"
},
"build": {
"openclawVersion": "2026.8.1-beta.2",
"staticAssets": [
{
"source": "./assets/viewer-runtime.js",
"output": "assets/viewer-runtime.js"
}
]
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}