Skip to content

Commit 5bedfb7

Browse files
committed
fix
1 parent f713665 commit 5bedfb7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eszip"
3-
version = "0.97.0"
3+
version = "0.96.0"
44
authors = ["the Deno authors"]
55
edition = "2021"
66
repository = "https://github.com/denoland/eszip"
@@ -51,7 +51,7 @@ base64 = "0.21.0"
5151
deno_ast = { workspace = true }
5252
deno_error.workspace = true
5353
deno_graph = { workspace = true, features = ["swc"] }
54-
deno_npm = { version = "0.37.0" }
54+
deno_npm = { version = "0.38.0" }
5555
deno_semver = "0.9.0"
5656
futures = "0.3.26"
5757
hashlink = "0.8.2"

0 commit comments

Comments
 (0)