fix(plugins): clean clawhub metadata import

This commit is contained in:
Vincent Koc
2026-05-02 10:15:40 -07:00
parent 7fae11b3b1
commit bc0f89074f

View File

@@ -21,11 +21,9 @@ import {
resolveLatestVersionFromPackage,
satisfiesGatewayMinimum,
satisfiesPluginApiRange,
type ClawHubPackageChannel,
type ClawHubPackageArtifactSummary,
type ClawHubPackageCompatibility,
type ClawHubPackageDetail,
type ClawHubPackageFamily,
type ClawHubPackageClawPackSummary,
type ClawHubPackageVersion,
} from "../infra/clawhub.js";