Refactor inputs (#823)

Don't load at import time and make it easier to test
This commit is contained in:
Kevin Stillhammer 2026-03-28 16:23:26 +01:00 committed by GitHub
parent 868d1f74d9
commit f82eb19c06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 2363 additions and 2112 deletions

View file

@ -17,7 +17,6 @@ const {
fetchManifest,
getAllVersions,
getArtifact,
getLatestVersion,
parseManifest,
} = await import("../../src/download/manifest");