We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c45a31 commit 031d534Copy full SHA for 031d534
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@swc/core",
3
- "version": "1.2.40",
+ "version": "1.2.43",
4
"description": "Super-fast alternative for babel",
5
"homepage": "https://swc.rs",
6
"main": "./index.js",
@@ -80,4 +80,4 @@
80
"type": "opencollective",
81
"url": "https://opencollective.com/swc"
82
}
83
-}
+}
wasm/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2018"
license = "Apache-2.0/MIT"
name = "wasm"
7
repository = "https://github.com/swc-project/swc.git"
8
-version = "1.2.41"
+version = "1.2.43"
9
10
[lib]
11
crate-type = ["cdylib"]
0 commit comments