mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
chore: Publish crates
This commit is contained in:
parent
5c8aa522da
commit
f5dd10024b
@ -1,6 +0,0 @@
|
||||
---
|
||||
swc_fast_ts_strip: patch
|
||||
swc_core: patch
|
||||
---
|
||||
|
||||
fix(es/typescript): Strip declaration of exported function overloads
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4009,7 +4009,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.100.2"
|
||||
version = "0.100.3"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"binding_macros",
|
||||
@ -5094,7 +5094,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_fast_ts_strip"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"codspeed-criterion-compat",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_core"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.100.2"
|
||||
version = "0.100.3"
|
||||
[package.metadata.docs.rs]
|
||||
features = [
|
||||
"allocator_node",
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_fast_ts_strip"
|
||||
repository = { workspace = true }
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
|
||||
|
||||
[dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user