Staff can recompute stale version score metadata (
b0ead7c)
Adds an admin-only endpoint to rerun package analysis for a published version and persist the updated meta score data. This is meant to heal stale allFastCheck/"No slow types" flags without touching docs, tarball contents, or provenance.
Fix declaration specifier rewrites in generated npm types (
fc5a016)
Generated .d.ts rewrites now handle remapped relative specifiers produced by the fast-check transform, resolving them against the original module specifier when needed. That fixes broken type references in npm packages whose JS entrypoints have adjacent hand-written declaration files.
Other misc changes
- Added SQLx query metadata for the new admin update path.
- Expanded npm tarball test coverage for JS imports with adjacent
.d.tstypes. - Small supporting updates in admin/API and tarball plumbing.