Skip to content

Commit

Permalink
Merge pull request #252 from kwonoj/build-release
Browse files Browse the repository at this point in the history
build(release): release 0.0.25
  • Loading branch information
kwonoj authored Oct 23, 2024
2 parents f5d6330 + d91a381 commit 07f356a
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"
#lto = true

[workspace.dependencies]
istanbul-oxide = { path = "./packages/istanbul-oxide", version = "0.0.24" }
istanbul-oxide = { path = "./packages/istanbul-oxide", version = "0.0.25" }
swc-coverage-instrument = { path = "./packages/swc-coverage-instrument" }

getrandom = { version = "0.2.15" }
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-coverage-instrument",
"version": "0.0.24",
"version": "0.0.25",
"description": "SWC coverage instrumentation plugin",
"main": "./target/wasm32-wasi/release/swc_plugin_coverage.wasm",
"napi": {
Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
name = "istanbul-oxide"
repository = "https://github.com/kwonoj/swc-coverage-instrument"
version = "0.0.24"
version = "0.0.25"

[dependencies]
indexmap = { workspace = true, features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-coverage-instrument/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
name = "swc-coverage-instrument"
repository = "https://github.com/kwonoj/swc-coverage-instrument"
version = "0.0.24"
version = "0.0.25"

[dependencies]
istanbul-oxide = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-plugin-coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
name = "swc-plugin-coverage"
repository = "https://github.com/kwonoj/swc-coverage-instrument"
version = "0.0.24"
version = "0.0.25"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion spec/swc-coverage-custom-transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ napi-derive = { version = "2.12.3", default-features = false, features = [
] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = { version = "1.0.120", features = ["unbounded_depth"] }
swc-coverage-instrument = { version = "0.0.24", path = "../../packages/swc-coverage-instrument" }
swc-coverage-instrument = { version = "0.0.25", path = "../../packages/swc-coverage-instrument" }
swc_core = { version = "0.102.0", features = [
"common_concurrent",
"ecma_transforms",
Expand Down

0 comments on commit 07f356a

Please sign in to comment.