ci: externalize more channel plugins

This commit is contained in:
Peter Steinberger
2026-05-02 07:52:13 +01:00
parent ebb45a8a28
commit d111676bcb
14 changed files with 293 additions and 50 deletions

View File

@@ -1,8 +1,11 @@
{
"name": "@openclaw/googlechat",
"version": "2026.4.25",
"private": true,
"version": "2026.5.1-beta.2",
"description": "OpenClaw Google Chat channel plugin",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"dependencies": {
"gaxios": "7.1.4",
@@ -70,6 +73,16 @@
"npmSpec": "@openclaw/googlechat",
"defaultChoice": "npm",
"minHostVersion": ">=2026.4.10"
},
"compat": {
"pluginApi": ">=2026.4.25"
},
"build": {
"openclawVersion": "2026.5.1-beta.2"
},
"release": {
"publishToClawHub": true,
"publishToNpm": true
}
}
}