mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 01:21:36 +00:00
build: prepare 2026.3.24-beta.1
This commit is contained in:
@@ -195,9 +195,9 @@ export function collectReleasePackageMetadataErrors(pkg: PackageJson): string[]
|
||||
`package.json bin.openclaw must be "openclaw.mjs"; found "${pkg.bin?.openclaw ?? ""}".`,
|
||||
);
|
||||
}
|
||||
if (pkg.peerDependencies?.["node-llama-cpp"] !== "3.16.2") {
|
||||
if (pkg.peerDependencies?.["node-llama-cpp"] !== "3.18.1") {
|
||||
errors.push(
|
||||
`package.json peerDependencies["node-llama-cpp"] must be "3.16.2"; found "${
|
||||
`package.json peerDependencies["node-llama-cpp"] must be "3.18.1"; found "${
|
||||
pkg.peerDependencies?.["node-llama-cpp"] ?? ""
|
||||
}".`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user