diff --git a/.changeset/nasty-trees-cheer.md b/.changeset/nasty-trees-cheer.md deleted file mode 100644 index d56640fe906b..000000000000 --- a/.changeset/nasty-trees-cheer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -swc_ecma_transforms_typescript: patch -swc_core: patch ---- - -fix(es/typescript): Correctly handle ESM context diff --git a/Cargo.lock b/Cargo.lock index 9d238af6be79..f40980f82060 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/swc_core/Cargo.toml b/crates/swc_core/Cargo.toml index f5010e339bcd..528bf4591b3b 100644 --- a/crates/swc_core/Cargo.toml +++ b/crates/swc_core/Cargo.toml @@ -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", diff --git a/crates/swc_ecma_transforms_typescript/Cargo.toml b/crates/swc_ecma_transforms_typescript/Cargo.toml index f107f672ad25..83d6cd5a7609 100644 --- a/crates/swc_ecma_transforms_typescript/Cargo.toml +++ b/crates/swc_ecma_transforms_typescript/Cargo.toml @@ -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