mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-22 14:41:34 +00:00
8 lines
252 B
TypeScript
8 lines
252 B
TypeScript
import { describePackageManifestContract } from "../../test/helpers/plugins/package-manifest-contract.js";
|
|
|
|
describePackageManifestContract({
|
|
pluginId: "memory-lancedb",
|
|
runtimeDeps: ["@lancedb/lancedb"],
|
|
minHostVersionBaseline: "2026.3.22",
|
|
});
|