Merge branch 'main' into feature/minimum-package-age-from-list

This commit is contained in:
Reinier Criel 2026-03-26 14:37:07 -07:00
commit e9db22eb50
13 changed files with 145 additions and 31 deletions

View file

@ -45,7 +45,7 @@ export function setEcoSystem(setting) {
ecosystemSettings.ecoSystem = setting;
}
const defaultMinimumPackageAge = 24;
const defaultMinimumPackageAge = 48;
/** @returns {number} */
export function getMinimumPackageAgeHours() {
// Priority 1: CLI argument