Changelog

jsr-io/jsr · · 2 commits

JSR fixes npm d.ts rewrites and stale score meta

Staff can now recompute stale version score metadata, and npm tarball generation now correctly rewrites remapped declaration specifiers.

Staff can recompute stale version score metadata (crowlKatsb0ead7c)

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 (crowlKatsfc5a016)

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.ts types.
  • Small supporting updates in admin/API and tarball plumbing.