v0.2.0-beta.5

This commit is contained in:
paisley
2026-03-11 20:58:35 +08:00
Unverified
parent e80f666441
commit 1b266227e4
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "clawx", "name": "clawx",
"version": "0.2.0-beta.4", "version": "0.2.0-beta.5",
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [
"@discordjs/opus", "@discordjs/opus",

View File

@@ -340,6 +340,7 @@ exports.default = async function afterPack(context) {
{ npmName: '@soimy/dingtalk', pluginId: 'dingtalk' }, { npmName: '@soimy/dingtalk', pluginId: 'dingtalk' },
{ npmName: '@wecom/wecom-openclaw-plugin', pluginId: 'wecom' }, { npmName: '@wecom/wecom-openclaw-plugin', pluginId: 'wecom' },
{ npmName: '@sliverp/qqbot', pluginId: 'qqbot' }, { npmName: '@sliverp/qqbot', pluginId: 'qqbot' },
{ npmName: '@larksuite/openclaw-lark', pluginId: 'feishu-openclaw-plugin' },
]; ];
mkdirSync(pluginsDestRoot, { recursive: true }); mkdirSync(pluginsDestRoot, { recursive: true });