Skip to content

Commit

Permalink
0.31.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Nov 16, 2023
1 parent 7e33a74 commit ca97d7a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_emit"
version = "0.31.3"
version = "0.31.4"
edition = "2021"
description = "module transpiling and emitting for deno"
homepage = "https://deno.land/"
Expand All @@ -15,7 +15,7 @@ deno_ast = { version = "0.31.5", features = ["bundler", "codegen", "module_speci
deno_graph = "0.61.0"
escape8259 = "0.5.2"
futures = "0.3.17"
import_map = "0.15.0"
import_map = "0.17.0"
parking_lot = { version = "0.11.2" }
url = { version = "2.3.1" }

Expand Down

0 comments on commit ca97d7a

Please sign in to comment.