mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Publish 1.3.100-nightly-20231129.1
This commit is contained in:
parent
14dbece85a
commit
a87d50bb14
6
bindings/Cargo.lock
generated
6
bindings/Cargo.lock
generated
@ -230,7 +230,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binding_core_wasm"
|
name = "binding_core_wasm"
|
||||||
version = "1.3.100-nightly-20231128.1"
|
version = "1.3.100-nightly-20231129.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
@ -290,7 +290,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binding_minifier_wasm"
|
name = "binding_minifier_wasm"
|
||||||
version = "1.3.100-nightly-20231128.1"
|
version = "1.3.100-nightly-20231129.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
@ -2945,7 +2945,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_cli"
|
name = "swc_cli"
|
||||||
version = "0.91.96"
|
version = "0.91.97"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"swc_cli_impl",
|
"swc_cli_impl",
|
||||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
|||||||
name = "binding_core_wasm"
|
name = "binding_core_wasm"
|
||||||
publish = false
|
publish = false
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "1.3.100-nightly-20231128.1"
|
version = "1.3.100-nightly-20231129.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -6,7 +6,7 @@ license = "Apache-2.0"
|
|||||||
name = "binding_minifier_wasm"
|
name = "binding_minifier_wasm"
|
||||||
publish = false
|
publish = false
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "1.3.100-nightly-20231128.1"
|
version = "1.3.100-nightly-20231129.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
name = "swc_cli"
|
name = "swc_cli"
|
||||||
repository = "https://github.com/swc-project/swc.git"
|
repository = "https://github.com/swc-project/swc.git"
|
||||||
version = "0.91.96"
|
version = "0.91.97"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
bench = false
|
bench = false
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/core",
|
"name": "@swc/core",
|
||||||
"version": "1.3.100-nightly-20231128.1",
|
"version": "1.3.100-nightly-20231129.1",
|
||||||
"description": "Super-fast alternative for babel",
|
"description": "Super-fast alternative for babel",
|
||||||
"homepage": "https://swc.rs",
|
"homepage": "https://swc.rs",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@swc/minifier",
|
"name": "@swc/minifier",
|
||||||
"version": "1.3.100-nightly-20231128.1",
|
"version": "1.3.100-nightly-20231129.1",
|
||||||
"description": "Super-fast alternative for terser",
|
"description": "Super-fast alternative for terser",
|
||||||
"homepage": "https://swc.rs",
|
"homepage": "https://swc.rs",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user