Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-11 | fix(npm): resolve dynamic npm imports individually (#24170) | David Sherret | |
* https://github.com/denoland/deno_npm/pull/57 * https://github.com/denoland/deno_graph/pull/498 Closes https://github.com/denoland/deno/issues/17802 | |||
2024-06-05 | fix: better handling of npm resolution occurring on workers (#24094) | David Sherret | |
Closes https://github.com/denoland/deno/issues/24063 | |||
2024-01-22 | feat(lockfile): track JSR and npm dependencies in config file (#22004) | David Sherret | |
See overview in https://github.com/denoland/deno_lockfile/pull/13 | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-10-02 | refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` ↵ | David Sherret | |
internal to `npm::managed` (#20764) | |||
2023-09-30 | refactor(npm): create `cli::npm::managed` module (#20740) | David Sherret | |
Creates the `cli::npm::managed` module and starts moving more functionality into it. |