Fix discord channel native (#634)
This commit is contained in:
committed by
GitHub
Unverified
parent
f56cd5cc1d
commit
7b1e79ed7b
13
package.json
13
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "clawx",
|
||||
"version": "0.2.9",
|
||||
"version": "0.3.0-alpha.0",
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@discordjs/opus",
|
||||
@@ -15,6 +15,15 @@
|
||||
"overrides": {
|
||||
"isbinaryfile": "^5.0.0",
|
||||
"https-proxy-agent": "7.0.6"
|
||||
},
|
||||
"supportedArchitectures": {
|
||||
"os": [
|
||||
"current"
|
||||
],
|
||||
"cpu": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "ClawX - Graphical AI Assistant based on OpenClaw",
|
||||
@@ -129,4 +138,4 @@
|
||||
"zx": "^8.8.5"
|
||||
},
|
||||
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user