deno/cli/tools/registry
Bartek Iwańczuk fb31ae73e4
feat(unstable): deno add subcommand (#22520)
This commit adds "deno add" subcommand that has a basic support for
adding "jsr:" packages to "deno.json" file. 

This currently doesn't support "npm:" specifiers and specifying version
constraints.
2024-02-29 19:12:04 +00:00
..
api.rs fix(registry): wait for already pending publish (#21663) 2024-01-08 15:25:18 +00:00
auth.rs feat(publish): provenance attestation (#22573) 2024-02-28 07:58:02 +05:30
diagnostics.rs fix(publish): print a warning when .jsx or .tsx is imported (#22631) 2024-02-29 12:54:57 +01:00
graph.rs feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
mod.rs feat(unstable): deno add subcommand (#22520) 2024-02-29 19:12:04 +00:00
paths.rs feat(publish): give diagnostic on invalid package files (#22082) 2024-01-24 21:24:52 +00:00
pm.rs feat(unstable): deno add subcommand (#22520) 2024-02-29 19:12:04 +00:00
provenance.rs feat(publish): provenance attestation (#22573) 2024-02-28 07:58:02 +05:30
publish_order.rs feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
tar.rs fix(publish): print a warning when .jsx or .tsx is imported (#22631) 2024-02-29 12:54:57 +01:00
unfurl.rs fix(publish): reduce warnings about dynamic imports (#22636) 2024-02-29 11:34:07 -05:00