mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
f9dbc5b669
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>
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "@openclaw/google-meet",
|
|
"version": "2026.8.1-beta.2",
|
|
"description": "OpenClaw Google Meet participant plugin for joining calls through Chrome or Twilio transports.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"jszip": "3.10.1",
|
|
"pretty-ms": "9.3.0",
|
|
"typebox": "1.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.8.1-beta.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"npmSpec": "@openclaw/google-meet",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.4.20"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.8.1-beta.2"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.8.1-beta.2"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|