From f4c342528b44f03f039f0a026da761ccc5af1cc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 16:29:33 +0000 Subject: [PATCH] swc: Update to version 1.15.1 --- bucket/swc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/swc.json b/bucket/swc.json index 7b59063cbe..6229755230 100644 --- a/bucket/swc.json +++ b/bucket/swc.json @@ -1,20 +1,20 @@ { - "version": "1.15.0", + "version": "1.15.1", "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.15.0/swc-win32-x64-msvc.exe#/swc.exe", - "hash": "44ca0a704717bc283c8ab749b887cf1cf9aa724eb94866b71ac61c12a8b1014c" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.1/swc-win32-x64-msvc.exe#/swc.exe", + "hash": "f2701937c55bcfd589ee26e8dc111b90b8fc729ed23300887b03f87b882e1485" }, "32bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.0/swc-win32-ia32-msvc.exe#/swc.exe", - "hash": "9dd1502b2cdac43cac9fefa9915261b518b99b0d62986764761566415640ab37" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.1/swc-win32-ia32-msvc.exe#/swc.exe", + "hash": "9b3eb8e5943e057216071dbaa4b66c9205d6da6c7e38c5363fd19f1728f19bb3" }, "arm64": { - "url": "https://github.com/swc-project/swc/releases/download/v1.15.0/swc-win32-arm64-msvc.exe#/swc.exe", - "hash": "deb883a3501fbaa84a2a49bad12088adc755be352e7b021d17a27985116f0118" + "url": "https://github.com/swc-project/swc/releases/download/v1.15.1/swc-win32-arm64-msvc.exe#/swc.exe", + "hash": "8e15bc506536e402ca21551aedf4050facb04ed0d3d0dd9d54fe4e7dcc792754" } }, "bin": "swc.exe",