mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:10:45 +00:00
fix(plugins): pin beta-only external launch specs
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"label": "ACPX Runtime"
|
||||
},
|
||||
"install": {
|
||||
"npmSpec": "@openclaw/acpx",
|
||||
"npmSpec": "@openclaw/acpx@beta",
|
||||
"defaultChoice": "npm",
|
||||
"minHostVersion": ">=2026.4.25"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user