Update dist

This commit is contained in:
Justin Hutchings
2023-01-22 08:25:03 +00:00
parent 87e0640748
commit ffa1f4043a
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@@ -23813,7 +23813,7 @@ class ComponentDetection {
pkg.locationsFoundAt.forEach((location) => __awaiter(this, void 0, void 0, function* () {
var _a, _b;
if (!manifests[location.filePath]) {
const manifest = new dependency_submission_toolkit_1.Manifest(location.filePath, location.filePath);
const manifest = new dependency_submission_toolkit_1.Manifest(location, location);
manifests.push(manifest);
}
if (pkg.topLevelReferrers.length == 0) {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long