Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-28 | feat: improve lockfile v4 to store normalized version constraints and be ↵ | David Sherret | |
more terse (#25247) Stores normalized version constraints in the lockfile, which will improve reproducibility and will fix a bug with duplicate specifiers ending up in the lockfile. Also, gets rid of some duplicate data in the specifiers area of the lockfile. | |||
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 |