Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Publish v1.3.25 #6754

Merged
merged 9 commits into from Jan 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
99 changes: 50 additions & 49 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_node/Cargo.toml
Expand Up @@ -56,7 +56,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.50.1", features = [
swc_core = { version = "0.52.4", features = [
"ecma_ast",
"common_concurrent",
"bundler",
Expand Down
4 changes: 2 additions & 2 deletions bindings/binding_core_wasm/Cargo.toml
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.3.24"
version = "1.3.25"

[lib]
bench = false
Expand All @@ -23,7 +23,7 @@ plugin = ["swc_core/plugin_transform_host_js"]
anyhow = "1.0.66"
serde = {version = "1", features = ["derive"]}
serde-wasm-bindgen = "0.4.5"
swc_core = {version = "0.50.1", features = [
swc_core = {version = "0.52.4", features = [
"common_perf",
"binding_macro_wasm",
"ecma_transforms",
Expand Down
38 changes: 19 additions & 19 deletions bindings/swc_cli/Cargo.toml
@@ -1,42 +1,42 @@
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description = "Commandline for SWC"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.11"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.12"

[[bin]]
bench = false
name = "swc"
path = "./src/main.rs"
name = "swc"
path = "./src/main.rs"

[features]
default = []
plugin = ["swc_core/plugin_transform_host_native"]
plugin = ["swc_core/plugin_transform_host_native"]

[dependencies]
anyhow = "1.0.66"
atty = "0.2.14"
clap = { version = "3.1.0", features = ["derive", "wrap_help"] }
clap = {version = "3.1.0", features = ["derive", "wrap_help"]}
glob = "0.3.0"
rayon = "1"
relative-path = "1.6.1"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["unbounded_depth"] }
swc_core = { version = "0.50.1", features = [
serde = {version = "1", features = ["derive"]}
serde_json = {version = "1", features = ["unbounded_depth"]}
swc_core = {version = "0.52.4", features = [
"trace_macro",
"common_concurrent",
"base_concurrent",
] }
]}
tracing = "0.1.37"
tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }
tracing-subscriber = {version = "0.3.9", features = ["env-filter"]}
walkdir = "2"

[dependencies.path-absolutize]
features = ["once_cell_cache"]
version = "3.0.11"
[dependencies.path-absolutize]
features = ["once_cell_cache"]
version = "3.0.11"