This commit is contained in:
/home/neo 2026-04-24 17:12:56 +03:00 committed by GitHub
parent 0be801e495
commit bb71b0538e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,4 +160,4 @@ const versions = {
writeFileSync(OUTPUT_FILE, JSON.stringify(registry, null, 2));
console.log(`registry.json generated with ${packages.length} package(s)`);
writeFileSync(OUTPUT_FILE2, JSON.stringify(versions, null, 2));
console.log(`versions.json generated with ${packages.length} version(s)`);
console.log(`versions.json generated with ${versionlist.length} version(s)`);