swc: Update to version 1.15.3

This commit is contained in:
github-actions[bot] 2025-11-21 00:40:16 +00:00
parent 24da42e126
commit 8f4620b77b

View File

@ -1,20 +1,20 @@
{ {
"version": "1.15.2", "version": "1.15.3",
"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.2/swc-win32-x64-msvc.exe#/swc.exe", "url": "https://github.com/swc-project/swc/releases/download/v1.15.3/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "0af8e586638b326d6ef593b3ad58208028b45077cdbbe8ee2f84201502d3b0fd" "hash": "b4e041e3626fe8e3064a8235c0d0164574195fce19ccb899ed969eac0f76fc1f"
}, },
"32bit": { "32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-ia32-msvc.exe#/swc.exe", "url": "https://github.com/swc-project/swc/releases/download/v1.15.3/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "9ad90ab9ecd1556b76881697d9f3e40b70249801c3ac7b5bff63d21cb63bb4cc" "hash": "fe0f473fa806648405d4118713bc72c6a2bf18d639ab2b32199e82386d3ed70b"
}, },
"arm64": { "arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.15.2/swc-win32-arm64-msvc.exe#/swc.exe", "url": "https://github.com/swc-project/swc/releases/download/v1.15.3/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "fa2b3259ee0aab874cb925f67b93aea2a713150157757daaadaa637f4ec8c4fa" "hash": "82689c781ae9a284964c06c4ec7cdb6219ad4a8f1ee5c37230698fed11a91314"
} }
}, },
"bin": "swc.exe", "bin": "swc.exe",