v0.3.0-alpha.0

This commit is contained in:
paisley
2026-03-23 13:44:20 +08:00
parent 7b7dff2dc2
commit eaf2131e96

View File

@@ -1,6 +1,6 @@
{ {
"name": "clawx", "name": "clawx",
"version": "0.2.9", "version": "0.3.0-alpha.0",
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [
"@discordjs/opus", "@discordjs/opus",
@@ -17,8 +17,13 @@
"https-proxy-agent": "7.0.6" "https-proxy-agent": "7.0.6"
}, },
"supportedArchitectures": { "supportedArchitectures": {
"os": ["current"], "os": [
"cpu": ["x64", "arm64"] "current"
],
"cpu": [
"x64",
"arm64"
]
} }
}, },
"description": "ClawX - Graphical AI Assistant based on OpenClaw", "description": "ClawX - Graphical AI Assistant based on OpenClaw",