Adapt to modified contract with rama proxy

This commit is contained in:
Sander Declerck 2026-03-11 16:24:06 +01:00
parent 1b32be6c58
commit 983f26ea20
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,8 @@ const SERVER_STOP_TIMEOUT_MS = 1000;
/**
* @typedef {Object} MinPackageAgeEvent
* @property {number} ts_ms
* @property {{ product: string, identifier: string, suppressed_versions: string[] }} artifact
* @property {{ product: string, identifier: string }} artifact
* @property {string[]} suppressed_versions
*/
/**