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
Generated Vendored
+1 -1
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) {
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long