build: prepare 2026.3.24-beta.1

This commit is contained in:
Peter Steinberger
2026-03-25 04:40:25 -07:00
parent 7c2790cec4
commit d874f3970a
7 changed files with 29 additions and 9 deletions

View File

@@ -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"] ?? ""
}".`,
);