summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_bad_registry_config
AgeCommit message (Collapse)Author
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
Deno was using the scope auth for the tarball urls, which is not always correct. We are going to do a release immediately for this issue.
2024-06-05fix: update deno_npm (#24065)Bartek IwaƄczuk