Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-06 | fix(npm): reload an npm package's dependency's information when version not ↵ | David Sherret | |
found (#18622) This reloads an npm package's dependency's information when a version/version req/tag is not found. This PR applies only to dependencies of npm packages. It does NOT yet cause npm specifiers to have their dependency information cache busted. That requires a different solution, but this should help cache bust in more scenarios. Part of #16901, but doesn't close it yet | |||
2023-04-06 | refactor(npm): use deno_npm and deno_semver (#18602) | David Sherret | |
2022-09-02 | fix(npm): correct exact matching of pre-release versions (#15745) | David Sherret | |
2022-09-01 | fix(npm): better node version and version requirement compatibility (#15714) | David Sherret | |
2022-08-23 | feat: binary npm commands (#15542) | David Sherret | |