Repository links now surface in package metadata (
ba17475)
JSR now includes the linked GitHub repository in both metadata endpoints: the npm compatibility manifest gets standard repository fields, and the native meta.json adds githubRepository. This makes source discovery easier for tools and package consumers, and the change also regenerates and purges cached manifests when the repository link is updated.
Dependents now include npm-compat packages (
11575d0)
Dependents queries now match both direct JSR dependency names and npm-mapped @jsr/... names, so packages consumed through the compatibility layer finally show up in dependent counts and the dependents page. This fixes a long-standing visibility bug in package analytics and delete-time dependency checks.
User rows now read the correct update timestamp (
3fd66d7)
User and UserPublic were pulling updated_at from the creation-time column, which meant API responses could silently report the wrong timestamp. That affects admin and scope-member related views, so this is a small but meaningful data correctness fix.
Other misc changes
- Added
.github/CONTRIBUTING.mdwith contribution, testing, and security-reporting guidance (
7070cbb).