Files
openclaw/extensions/browser/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

27 lines
572 B
JSON

{
"name": "@openclaw/browser-plugin",
"version": "2026.8.1-beta.2",
"private": true,
"description": "OpenClaw browser tool plugin",
"type": "module",
"dependencies": {
"@modelcontextprotocol/sdk": "1.30.0",
"express": "5.2.1",
"playwright-core": "1.62.0",
"typebox": "1.3.6",
"ws": "8.21.1"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*",
"undici": "8.9.0"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"assetScripts": {
"copy": "node scripts/copy-chrome-extension.mjs"
}
}
}