summaryrefslogtreecommitdiff
path: root/cli/tools/registry/unfurl.rs
AgeCommit message (Expand)Author
2024-07-05fix(publish): unfurling should always be done with the package json (#24435)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-04-11fix: upgrade deno_ast related crates (#23187)David Sherret
2024-03-07fix(tools/publish): correctly handle importing from self in unfurling (#22774)Luca Casonato
2024-03-05refactor: move deno json functionality to args module (#22710)David Sherret
2024-02-29fix(publish): reduce warnings about dynamic imports (#22636)David Sherret
2024-02-27fix(unstable): sloppy imports should resolve .d.ts files during types resolut...David Sherret
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato