Skip to content

Commit

Permalink
chore: Publish v1.3.92 with swc_core v0.83.38 (#8067)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 authored Oct 5, 2023
1 parent c26ee63 commit 28af875
Show file tree
Hide file tree
Showing 19 changed files with 67 additions and 67 deletions.
90 changes: 45 additions & 45 deletions bindings/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/binding_core_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tracing-chrome = "0.5.0"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.9", features = ["env-filter"] }

swc_core = { version = "0.83.34", features = [
swc_core = { version = "0.83.38", features = [
"allocator_node",
"ecma_ast",
"ecma_codegen",
Expand Down
4 changes: 2 additions & 2 deletions bindings/binding_core_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.91"
version = "1.3.92"

[lib]
bench = false
Expand Down Expand Up @@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.83.34", features = [
swc_core = { version = "0.83.38", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sourcemap = "6.0.0"

swc_compiler_base = { version = "0.1.0", features = ["node"] }
swc_config = "0.1.7"
swc_core = { version = "0.83.34", features = [
swc_core = { version = "0.83.38", features = [
"allocator_node",
"common_concurrent",
"common_sourcemap",
Expand Down
4 changes: 2 additions & 2 deletions bindings/binding_minifier_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.91"
version = "1.3.92"

[lib]
bench = false
Expand Down Expand Up @@ -35,7 +35,7 @@ anyhow = "1.0.66"
getrandom = { version = "0.2.10", features = ["js"] }
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
swc_core = { version = "0.83.34", features = [
swc_core = { version = "0.83.38", features = [
"ecma_ast_serde",
"ecma_codegen",
"binding_macro_wasm",
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.80"
version = "0.91.81"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.3.91",
"version": "1.3.92",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/minifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.3.91",
"version": "1.3.92",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@swc/counter": "^0.1.1",
"@swc/counter": "workspace:^",
"@swc/types": "workspace:^"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ __metadata:
languageName: unknown
linkType: soft

"@swc/counter@^0.1.1, @swc/counter@workspace:counter":
"@swc/counter@^0.1.1, @swc/counter@workspace:^, @swc/counter@workspace:counter":
version: 0.0.0-use.local
resolution: "@swc/counter@workspace:counter"
languageName: unknown
Expand All @@ -166,7 +166,7 @@ __metadata:
resolution: "@swc/minifier@workspace:minifier"
dependencies:
"@napi-rs/cli": ^2.16.3
"@swc/counter": ^0.1.1
"@swc/counter": "workspace:^"
"@swc/types": "workspace:^"
"@types/node": ^20.7.1
cross-env: ^7.0.3
Expand Down
2 changes: 1 addition & 1 deletion scripts/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core-darwin-arm64",
"version": "1.3.91",
"version": "1.3.92",
"os": [
"darwin"
],
Expand Down
Loading

0 comments on commit 28af875

Please sign in to comment.