You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix getMeta() always returning {} causing cachePackageFromTarball
to skip all caching (check cachedMeta?.files instead of cachedMeta)
- Fix GitHub route adding wrong v-prefix to tag names from jsDelivr API
- Add SKIP_TTL_MS (10min) for skipped packages to auto-retry later
- Add AbortSignal.timeout to cachePackageFromTarball download
- Extract NPM_REGISTRY_URL and JSR_REGISTRY_URL as constants
- Simplify ESM dependency resolution with semver.minVersion
- Fix ESM import rewrite regex to escape special characters
- Remove unnecessary async from calculateIntegrity
- Preserve integrity field in directory listings
- Fix cdnjs route mutating API response array in-place
- Add npm org listing endpoint (GET /cdn/npm/@scope)
0 commit comments