summaryrefslogtreecommitdiff
path: root/cli/npm/managed/registry.rs
AgeCommit message (Expand)Author
2024-06-06refactor: `NpmRegistryApi` - `#[async_trait(?Send)]` (#24126)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-06-03refactor: extract structs for downloading tarballs and npm registry packument...David Sherret
2024-05-28perf(cli): Improve concurrency when setting up `node_modules` and loading cac...Nathan Whitaker
2024-05-23FUTURE: initial support for .npmrc file (#23560)Bartek IwaƄczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-02refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...David Sherret