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