fix(plugins): pin beta-only external launch specs

This commit is contained in:
Vincent Koc
2026-05-03 02:50:02 -07:00
parent 310b1987e1
commit e7b6e0ff90
4 changed files with 29 additions and 3 deletions

View File

@@ -176,7 +176,7 @@
]
},
"install": {
"npmSpec": "@openclaw/googlechat",
"npmSpec": "@openclaw/googlechat@beta",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.10"
}
@@ -201,7 +201,7 @@
"quickstartAllowFrom": true
},
"install": {
"npmSpec": "@openclaw/line",
"npmSpec": "@openclaw/line@beta",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.10"
}

View File

@@ -11,7 +11,7 @@
"label": "ACPX Runtime"
},
"install": {
"npmSpec": "@openclaw/acpx",
"npmSpec": "@openclaw/acpx@beta",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.25"
}