index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
args
/
lockfile.rs
Age
Commit message (
Expand
)
Author
2023-04-13
refactor: upgrade to deno_npm 0.3.0 (#18671)
David Sherret
2023-04-12
fix(npm): eagerly reload package information when version from lockfile not f...
David Sherret
2023-04-06
fix(npm): reload an npm package's dependency's information when version not f...
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-01-23
refactor: Move lockfile to a separate crate (#17503)
Bartek IwaĆczuk
2023-01-06
fix(npm): support old packages and registries with no integrity, but with a s...
David Sherret
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-05
refactor(cli): clean up clones (#17268)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
fix: ignore local lockfile for deno install and uninstall (#17145)
David Sherret
2022-12-08
feat(cli): support configuring the lock file in the config file (#16781)
Roj
2022-12-06
refactor: remove `deno_graph::Locker` usage (#16877)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-25
refactor: move lockfile.rs to args module (#16818)
David Sherret