Skip to content

Commit

Permalink
0.17.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Feb 24, 2022
1 parent d9d77ec commit 9010205
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 134 deletions.
67 changes: 38 additions & 29 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eszip"
version = "0.16.1"
version = "0.17.0"
authors = ["the Deno authors"]
edition = "2021"
repository = "https://github.com/denoland/eszip"
Expand Down Expand Up @@ -35,8 +35,8 @@ path = "src/examples/load.rs"
[dependencies]
anyhow = "1"
base64 = "0.13.0"
deno_ast = { version = "0.11.0", features = ["transpiling"] }
deno_graph = "0.23.0"
deno_ast = { version = "0.12.0", features = ["transpiling"] }
deno_graph = "0.24.0"
futures = "0.3.19"
serde = "1"
serde_json = "1"
Expand Down
6 changes: 3 additions & 3 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eszip_wasm"
version = "0.16.1"
version = "0.17.0"
authors = ["the Deno authors"]
edition = "2021"
description = "A utility that can download JavaScript and TypeScript module graphs and store them locally in a special zip file"
Expand All @@ -14,8 +14,8 @@ crate-type = ["cdylib"]
[dependencies]
js-sys = { version = "0.3.55" }
web-sys = { version = "0.3.56", features = ["ReadableStreamByobReader"] }
deno_graph = { version = "0.23.0" }
eszip = { path = "../", version = "0.16.0" }
deno_graph = { version = "0.24.0" }
eszip = { path = "../" }
wasm-bindgen = { version = "0.2.79", features = ["serde-serialize"] }
wasm-bindgen-futures = { version = "0.4.28" }
tokio = { version = "1.16", features = ["io-std", "io-util"] }
Expand Down
Loading

0 comments on commit 9010205

Please sign in to comment.