packages: update counts, add command (#29789)

This commit is contained in:
Erick Friis
2025-02-13 12:45:25 -08:00
committed by GitHub
parent 8d0e31cbc5
commit ff13384eb6
3 changed files with 169 additions and 146 deletions

View File

@@ -36,6 +36,7 @@ def _reorder_keys(p):
"js",
"downloads",
"downloads_updated_at",
"disabled",
]
if set(keys) - set(key_order):
raise ValueError(f"Unexpected keys: {set(keys) - set(key_order)}")