chore: Publish crates with swc_core v0.101.6

This commit is contained in:
강동윤 (Donny) 2024-08-23 22:41:58 +09:00
parent fc0483ce1b
commit 82fa400dc4
4 changed files with 4 additions and 10 deletions

View File

@ -1,6 +0,0 @@
---
swc_ecma_transforms_typescript: patch
swc_core: patch
---
fix(es/typescript): Correctly handle ESM context

4
Cargo.lock generated
View File

@ -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",

View File

@ -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",

View File

@ -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