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 6984217 commit ee3c42dCopy full SHA for ee3c42d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@swc/core",
3
- "version": "1.2.44",
+ "version": "1.2.45",
4
"description": "Super-fast alternative for babel",
5
"homepage": "https://swc.rs",
6
"main": "./index.js",
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.44"
+version = "1.2.45"
9
10
[lib]
11
crate-type = ["cdylib"]
0 commit comments