Skip to content

Commit

Permalink
chore: update deno_npm (#179)
Browse files Browse the repository at this point in the history
Required for denoland/deno#23496.
  • Loading branch information
bartlomieju committed Apr 23, 2024
1 parent e87bda8 commit bea762f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -37,7 +37,7 @@ anyhow = "1"
base64 = "0.21.0"
deno_ast = { version = "0.37.1", features = ["transpiling"] }
deno_graph = { workspace = true }
deno_npm = "0.17.0"
deno_npm = "0.18.0"
deno_semver = "0.5.4"
futures = "0.3.26"
hashlink = "0.8.2"
Expand Down
2 changes: 2 additions & 0 deletions src/v2.rs
Expand Up @@ -999,6 +999,7 @@ async fn read_npm_section<R: futures::io::AsyncRead + Unpin>(
dist: Default::default(),
dependencies,
optional_dependencies: Default::default(),
bin: None,
});
}
let mut root_packages = HashMap::with_capacity(npm_specifiers.len());
Expand Down Expand Up @@ -2103,6 +2104,7 @@ mod tests {
system: Default::default(),
dist: Default::default(),
optional_dependencies: Default::default(),
bin: None,
}
}
}

0 comments on commit bea762f

Please sign in to comment.