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;