swc: Update to version 1.15.4

This commit is contained in:
github-actions[bot] 2025-12-13 08:30:59 +00:00
parent 7f9da45334
commit 4f422e7b35

View File

@ -1,20 +1,20 @@
{ {
"version": "1.15.3", "version": "1.15.4",
"description": "A super-fast TypeScript / JavaScript compiler written in Rust", "description": "A super-fast TypeScript / JavaScript compiler written in Rust",
"homepage": "https://swc.rs", "homepage": "https://swc.rs",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.15.3/swc-win32-x64-msvc.exe#/swc.exe", "url": "https://github.com/swc-project/swc/releases/download/v1.15.4/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "b4e041e3626fe8e3064a8235c0d0164574195fce19ccb899ed969eac0f76fc1f" "hash": "a20ff35e503f41847dd3cb3e4b105be07348dd470f64ea2d907c0018d46f9ea8"
}, },
"32bit": { "32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.15.3/swc-win32-ia32-msvc.exe#/swc.exe", "url": "https://github.com/swc-project/swc/releases/download/v1.15.4/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "fe0f473fa806648405d4118713bc72c6a2bf18d639ab2b32199e82386d3ed70b" "hash": "5952caa069cbfac0cfd4914af4e8933d192695c937e548bcba9e043b23b84891"
}, },
"arm64": { "arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.15.3/swc-win32-arm64-msvc.exe#/swc.exe", "url": "https://github.com/swc-project/swc/releases/download/v1.15.4/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "82689c781ae9a284964c06c4ec7cdb6219ad4a8f1ee5c37230698fed11a91314" "hash": "1fcb83006886d09808858ce401f99b2a91852c5302a8cd5320375f01b83f132f"
} }
}, },
"bin": "swc.exe", "bin": "swc.exe",