summaryrefslogtreecommitdiff
path: root/cli/tools/registry/tar.rs
AgeCommit message (Expand)Author
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-07-26fix(publish): workspace included license file had incorrect path (#24747)David Sherret
2024-07-25fix(workspaces/publish): include the license file from the workspace root if ...David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-04-24fix(publish): --dry-publish should error for gitignored excluded files (#23540)David Sherret
2024-03-09fix(publish): regression - publishing with vendor folder (#22830)David Sherret
2024-03-08fix(publish): do not include .gitignore (#22789)David Sherret
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-02-29fix(publish): print a warning when .jsx or .tsx is imported (#22631)Bartek Iwańczuk
2024-02-28feat(publish): provenance attestation (#22573)Divy Srivastava
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato
2024-02-23feat(publish): respect .gitignore during `deno publish` (#22514)Divy Srivastava
2024-02-20fix(publish): print files that will be published (#22495)Luca Casonato
2024-02-19fix(publish): ignore .DS_Store while publishing (#22478)Luca Casonato
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-06fix(publish): lazily parse sources (#22301)David Sherret
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
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