mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 20:01:36 +00:00
7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
import { describePackageManifestContract } from "../../test/helpers/extensions/package-manifest-contract.js";
|
|
|
|
describePackageManifestContract({
|
|
pluginId: "irc",
|
|
minHostVersionBaseline: "2026.3.22",
|
|
});
|