chore(report): pin plugin-inspector bundle metadata check

This commit is contained in:
Vincent Koc 2026-05-02 11:32:10 -07:00
parent 743e2d686e
commit 877c217437
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ import path from "node:path";
import { pathToFileURL } from "node:url";
import { repoRoot } from "./manifest-lib.mjs";
export const pluginInspectorRef = "4bc5fbcfa3bddbe5118ad70604d5a02bdb81bdbc";
export const pluginInspectorRef = "2eda65a8a9bb70ab872b51383abb775c9765192d";
export const pluginInspectorPackage = "@openclaw/plugin-inspector@0.3.5";
export async function loadPluginInspector() {