Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-18 | fix(npm): ensure scoped package name is encoded in URLs (#26390) | Marvin Hagemeister | |
Fixes https://github.com/denoland/deno/issues/26385 | |||
2024-07-24 | fix(future): Emit `deno install` warning less often, suggest `deno install` ↵ | Nathan Whitaker | |
in error message (#24706) Two small changes: - In our BYONM errors, suggest running `deno install` instead of `npm install` if `DENO_FUTURE` is set - Only emit warning about `deno install` changes if you do `deno install <foo>` with deno_future unset | |||
2024-06-05 | fix(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-05 | fix: update deno_npm (#24065) | Bartek Iwańczuk | |