swc: Update to version 1.13.21

This commit is contained in:
github-actions[bot] 2025-10-24 08:29:55 +00:00
parent 65bf08bfc7
commit a8fc7bf71c

View File

@ -1,20 +1,20 @@
{ {
"version": "1.13.20", "version": "1.13.21",
"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.13.20/swc-win32-x64-msvc.exe#/swc.exe", "url": "https://github.com/swc-project/swc/releases/download/v1.13.21/swc-win32-x64-msvc.exe#/swc.exe",
"hash": "0d6d483a4aa830ca1b7d73b1f090de8700a3942fbd3de7295816c747c3e117ab" "hash": "ff8687853d10aae59d9f7efb302fcff120f6b3acdd5ee2bbb011026827690e7f"
}, },
"32bit": { "32bit": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-ia32-msvc.exe#/swc.exe", "url": "https://github.com/swc-project/swc/releases/download/v1.13.21/swc-win32-ia32-msvc.exe#/swc.exe",
"hash": "0fca1d4c81cdf3b8b47984ff942ba2b7bf43b3cad8358d91ed9283cc4b9d4824" "hash": "99061dcbcd7fae007d51fa25f014e6ea5ea1e2df179abf7458ff9e52c127ba0f"
}, },
"arm64": { "arm64": {
"url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-arm64-msvc.exe#/swc.exe", "url": "https://github.com/swc-project/swc/releases/download/v1.13.21/swc-win32-arm64-msvc.exe#/swc.exe",
"hash": "2cb8ce03cba8b2b43e9b9adc5220b3382911bef9b6d55ef807da7a9a73b41554" "hash": "85a8e66ebdad051863edaf501e42117f2515d51bca7acdb8bdc93b2f5d9a2a42"
} }
}, },
"bin": "swc.exe", "bin": "swc.exe",