chore: Publish crates with swc_core v0.101.3

This commit is contained in:
SWC Bot 2024-08-19 00:46:58 +00:00
parent bfaf31bc4b
commit f5b59485fa
7 changed files with 8 additions and 21 deletions

View File

@ -1,6 +0,0 @@
---
swc_ecma_transforms_proposal: patch
swc_core: patch
---
fix(es/proposal): Metadata for accessor

View File

@ -1,7 +0,0 @@
---
swc_core: patch
swc_ecma_compat_es2017: patch
swc_ecma_compat_es2015: patch
---
fix(es/compat): Init this in sub class constructor for async

8
Cargo.lock generated
View File

@ -4010,7 +4010,7 @@ dependencies = [
[[package]]
name = "swc_core"
version = "0.101.2"
version = "0.101.3"
dependencies = [
"anyhow",
"binding_macros",
@ -4335,7 +4335,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2015"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"arrayvec",
"indexmap 2.2.6",
@ -4378,7 +4378,7 @@ dependencies = [
[[package]]
name = "swc_ecma_compat_es2017"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"serde",
"swc_atoms",
@ -4862,7 +4862,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_proposal"
version = "0.178.0"
version = "0.178.1"
dependencies = [
"either",
"rustc-hash",

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.2"
version = "0.101.3"
[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_compat_es2015"
repository = "https://github.com/swc-project/swc.git"
version = "0.11.0"
version = "0.11.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_compat_es2017"
repository = "https://github.com/swc-project/swc.git"
version = "0.11.0"
version = "0.11.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_proposal"
repository = "https://github.com/swc-project/swc.git"
version = "0.178.0"
version = "0.178.1"
[lib]
bench = false