Skip to content

Commit

Permalink
fix: relative dynamic imports in jsr packages (#22624)
Browse files Browse the repository at this point in the history
Relative dynamic imports were broken. It now properly allows them and
verifies the checksum.

Fix in denoland/deno_graph#408
  • Loading branch information
dsherret committed Feb 28, 2024
1 parent b6e44f9 commit 814eb42
Show file tree
Hide file tree
Showing 2 changed files with 3 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ deno_config = "=0.12.0"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.113.1", features = ["html"] }
deno_emit = "=0.38.2"
deno_graph = { version = "=0.69.5", features = ["tokio_executor"] }
deno_graph = { version = "=0.69.6", features = ["tokio_executor"] }
deno_lint = { version = "=0.57.1", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.17.0"
Expand Down

0 comments on commit 814eb42

Please sign in to comment.