summaryrefslogtreecommitdiff
path: root/cli/tools/registry/tar.rs
AgeCommit message (Collapse)Author
2024-02-06fix(publish): lazily parse sources (#22301)David Sherret
Closes #22290
2024-01-24feat(publish): give diagnostic on invalid package files (#22082)Luca Casonato
2024-01-24feat(publish): exclude and include (#22055)Luca Casonato
2024-01-24chore: improve unanalyzable dynamic import diagnostic (#22051)Luca Casonato
2024-01-23refactor: use parsed source cache when unfurling import map (#22001)Luca Casonato
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-08fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-26refactor: change cli/ to use hyper 1.1 (#21705)Bartek Iwańczuk
2023-12-14chore(unstable/publish): ordered publish of packages in workspace (#21550)David Sherret
Co-authored-by: Luca Casonato <hello@lcas.dev>
2023-12-12refactor: nicer warning display (#21547)Bartek Iwańczuk
2023-11-30fix: batch upload authentication (#21397)Luca Casonato
2023-11-23feat(unstable): tar up directory with deno.json (#21228)Bartek Iwańczuk
Co-authored-by: David Sherret <dsherret@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> Co-authored-by: Luca Casonato <hello@lcas.dev>