mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 15:12:08 +03:00
chore: Publish crates with swc_core
v0.101.6
This commit is contained in:
parent
fc0483ce1b
commit
82fa400dc4
@ -1,6 +0,0 @@
|
||||
---
|
||||
swc_ecma_transforms_typescript: patch
|
||||
swc_core: patch
|
||||
---
|
||||
|
||||
fix(es/typescript): Correctly handle ESM context
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4010,7 +4010,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_core"
|
||||
version = "0.101.5"
|
||||
version = "0.101.6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"binding_macros",
|
||||
@ -4939,7 +4939,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
version = "0.197.2"
|
||||
version = "0.197.3"
|
||||
dependencies = [
|
||||
"codspeed-criterion-compat",
|
||||
"criterion",
|
||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
name = "swc_core"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.101.5"
|
||||
version = "0.101.6"
|
||||
[package.metadata.docs.rs]
|
||||
features = [
|
||||
"allocator_node",
|
||||
|
@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
||||
license = "Apache-2.0"
|
||||
name = "swc_ecma_transforms_typescript"
|
||||
repository = "https://github.com/swc-project/swc.git"
|
||||
version = "0.197.2"
|
||||
version = "0.197.3"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
Loading…
Reference in New Issue
Block a user