diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-10 14:46:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 14:46:09 -0400 |
| commit | 4d2d764816d266e42f3b2251248b100abb667c83 (patch) | |
| tree | 814e4f208e6824b0d5a4217f14912b2512b185ed /Cargo.lock | |
| parent | 69afa8718f322cf2ef5f5cf5bcecb10f1122f490 (diff) | |
feat(jsr): support publishing jsr packages in npm workspaces (#24507)
Supports publishing an npm workspace with a directory structure similar
to the following:
- workspace
- package.json
- package-a
- package.json
- jsr.json
- package-b
- package.json
- jsr.json
deno_config PR: https://github.com/denoland/deno_config/pull/77
Closes https://github.com/denoland/deno/issues/23638
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 30470c81f..d8b881b37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1308,9 +1308,9 @@ dependencies = [ [[package]] name = "deno_config" -version = "0.20.4" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96119386ea33783e2a35a3f0c5a960f88edda53f34df9594c9bb8017dcae2367" +checksum = "47d457bbaff2200897ab1f635863c477f10524412a1f568535ea26763b96d5c9" dependencies = [ "anyhow", "deno_semver", |
