Skip to content

Commit

Permalink
chore: Publish 1.4.3-nightly-20240225.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Feb 25, 2024
1 parent 40682c8 commit 3258bf4
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions bindings/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 bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.4.3-nightly-20240222.2"
version = "1.4.3-nightly-20240225.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_compiler_base = { version = "0.7.8", features = ["node"] }
swc_compiler_base = { version = "0.7.9", features = ["node"] }
swc_config = "0.1.11"
swc_core = { version = "0.90.11", features = [
"allocator_node",
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.4.3-nightly-20240222.2"
version = "1.4.3-nightly-20240225.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.182"
version = "0.91.183"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.4.3-nightly-20240222.2",
"version": "1.4.3-nightly-20240225.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.4.3-nightly-20240222.2",
"version": "1.4.3-nightly-20240225.1",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

0 comments on commit 3258bf4

Please sign in to comment.