mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
chore: Publish crates
This commit is contained in:
parent
50f7f465f9
commit
c658823e8e
@ -1,6 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
## [unreleased]
|
## [unreleased]
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **(wasm/plugin)** Implement initial plugin interface for wasm runtimes (#4123) ([50f7f46](https://github.com/swc-project/swc/commit/50f7f465f9181ef6bcb63ee5457aa42f5e6ee29c))
|
||||||
|
|
||||||
|
## [1.2.160] - 2022-03-22
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3068,7 +3068,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "swc_cli"
|
name = "swc_cli"
|
||||||
version = "0.33.0"
|
version = "0.33.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"atty",
|
"atty",
|
||||||
|
@ -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.33.0"
|
version = "0.33.1"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "swc"
|
name = "swc"
|
||||||
@ -14,7 +14,12 @@ path = "./src/main.rs"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
plugin = ["swc/plugin", "swc_plugin_runner/filesystem_cache", "wasmer/default", "wasmer-wasi/default"]
|
plugin = [
|
||||||
|
"swc/plugin",
|
||||||
|
"swc_plugin_runner/filesystem_cache",
|
||||||
|
"wasmer/default",
|
||||||
|
"wasmer-wasi/default",
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.53"
|
anyhow = "1.0.53"
|
||||||
|
Loading…
Reference in New Issue
Block a user