Update build

This commit is contained in:
Kevin Dangoor
2025-05-08 17:19:56 -04:00
parent 34486f306e
commit 014300b08c
2 changed files with 2 additions and 1 deletions

1
dist/index.js generated vendored
View File

@@ -509,6 +509,7 @@ function groupChanges(changes_1) {
// If it does, we want to filter it out and therefore return false
// If it doesn't, we want to keep it and therefore return true
if (licenseExclusions.findIndex(exclusion => exclusion.type === changeAsPackageURL.type &&
exclusion.namespace === changeAsPackageURL.namespace &&
exclusion.name === changeAsPackageURL.name) !== -1) {
return false;
}

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long