From a8fc7bf71c30d7ae38bcd7ae1f4e282e29241be1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 08:29:55 +0000 Subject: [PATCH] swc: Update to version 1.13.21 --- bucket/swc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/swc.json b/bucket/swc.json index d0d470df95..cfa716ade8 100644 --- a/bucket/swc.json +++ b/bucket/swc.json @@ -1,20 +1,20 @@ { - "version": "1.13.20", + "version": "1.13.21", "description": "A super-fast TypeScript / JavaScript compiler written in Rust", "homepage": "https://swc.rs", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-x64-msvc.exe#/swc.exe", - "hash": "0d6d483a4aa830ca1b7d73b1f090de8700a3942fbd3de7295816c747c3e117ab" + "url": "https://github.com/swc-project/swc/releases/download/v1.13.21/swc-win32-x64-msvc.exe#/swc.exe", + "hash": "ff8687853d10aae59d9f7efb302fcff120f6b3acdd5ee2bbb011026827690e7f" }, "32bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-ia32-msvc.exe#/swc.exe", - "hash": "0fca1d4c81cdf3b8b47984ff942ba2b7bf43b3cad8358d91ed9283cc4b9d4824" + "url": "https://github.com/swc-project/swc/releases/download/v1.13.21/swc-win32-ia32-msvc.exe#/swc.exe", + "hash": "99061dcbcd7fae007d51fa25f014e6ea5ea1e2df179abf7458ff9e52c127ba0f" }, "arm64": { - "url": "https://github.com/swc-project/swc/releases/download/v1.13.20/swc-win32-arm64-msvc.exe#/swc.exe", - "hash": "2cb8ce03cba8b2b43e9b9adc5220b3382911bef9b6d55ef807da7a9a73b41554" + "url": "https://github.com/swc-project/swc/releases/download/v1.13.21/swc-win32-arm64-msvc.exe#/swc.exe", + "hash": "85a8e66ebdad051863edaf501e42117f2515d51bca7acdb8bdc93b2f5d9a2a42" } }, "bin": "swc.exe",