Add types

This commit is contained in:
Lewis Jones
2025-06-19 15:21:52 +01:00
parent 2efc7af7df
commit 2517c7a607

2
dist/componentDetection.d.ts generated vendored
View File

@@ -7,6 +7,8 @@ export default class ComponentDetection {
static runComponentDetection(path: string): Promise<void>;
private static getComponentDetectionParameters;
static getManifestsFromResults(): Promise<Manifest[] | undefined>;
static processComponentsToManifests(componentsFound: any[]): Manifest[];
private static addPackagesToManifests;
private static getDependencyScope;
static makePackageUrl(packageUrlJson: any): string;
private static getLatestReleaseURL;