From 2517c7a607ff731ca0bfc7433f28fac2e508dce2 Mon Sep 17 00:00:00 2001 From: Lewis Jones Date: Thu, 19 Jun 2025 15:21:52 +0100 Subject: [PATCH] Add types --- dist/componentDetection.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/componentDetection.d.ts b/dist/componentDetection.d.ts index 87a9160..b3d980f 100644 --- a/dist/componentDetection.d.ts +++ b/dist/componentDetection.d.ts @@ -7,6 +7,8 @@ export default class ComponentDetection { static runComponentDetection(path: string): Promise; private static getComponentDetectionParameters; static getManifestsFromResults(): Promise; + static processComponentsToManifests(componentsFound: any[]): Manifest[]; + private static addPackagesToManifests; private static getDependencyScope; static makePackageUrl(packageUrlJson: any): string; private static getLatestReleaseURL;