fix(plugins): keep launch specs production-ready

This commit is contained in:
Vincent Koc
2026-05-03 03:08:32 -07:00
parent 26f2241a87
commit 4545a0ed61
7 changed files with 15 additions and 15 deletions

View File

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

View File

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