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>
35 lines
831 B
JSON
35 lines
831 B
JSON
{
|
|
"name": "@openclaw/diagnostics-prometheus",
|
|
"version": "2026.8.1-beta.2",
|
|
"description": "OpenClaw diagnostics Prometheus exporter for runtime metrics.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/openclaw/openclaw"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"install": {
|
|
"clawhubSpec": "clawhub:@openclaw/diagnostics-prometheus",
|
|
"npmSpec": "@openclaw/diagnostics-prometheus",
|
|
"defaultChoice": "npm",
|
|
"minHostVersion": ">=2026.4.25"
|
|
},
|
|
"compat": {
|
|
"pluginApi": ">=2026.8.1-beta.2"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.8.1-beta.2"
|
|
},
|
|
"release": {
|
|
"publishToClawHub": true,
|
|
"publishToNpm": true
|
|
}
|
|
}
|
|
}
|