From cbc5afe0e70855398b880e620be830419a75b019 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 08:30:05 +0000 Subject: [PATCH] swc: Update to version 1.13.4 --- bucket/swc.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/swc.json b/bucket/swc.json index b7ea6d742c..c2ac381800 100644 --- a/bucket/swc.json +++ b/bucket/swc.json @@ -1,20 +1,20 @@ { - "version": "1.13.3", + "version": "1.13.4", "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.3/swc-win32-x64-msvc.exe#/swc.exe", - "hash": "e136bc8aa0b18e1dcd735201e8f14bac059198c9a3313fd448a564e777571c9b" + "url": "https://github.com/swc-project/swc/releases/download/v1.13.4/swc-win32-x64-msvc.exe#/swc.exe", + "hash": "04a1138c0b9aac31e89944431fa863456b4b6662ae159cbcee9c658e43d2ecaf" }, "32bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.13.3/swc-win32-ia32-msvc.exe#/swc.exe", - "hash": "96bd6a6832ae769a7310a06ef0c547268e19753262d1c5193fb12de7e20e26cd" + "url": "https://github.com/swc-project/swc/releases/download/v1.13.4/swc-win32-ia32-msvc.exe#/swc.exe", + "hash": "30017f67e8ba85d080ff44a95a2fee44373b27bf22c3554522cd01055bb9e065" }, "arm64": { - "url": "https://github.com/swc-project/swc/releases/download/v1.13.3/swc-win32-arm64-msvc.exe#/swc.exe", - "hash": "963abe21045c38c48c5c3a89d4794658aa4af8e5a21f91211d02f4562e0804ff" + "url": "https://github.com/swc-project/swc/releases/download/v1.13.4/swc-win32-arm64-msvc.exe#/swc.exe", + "hash": "3e8738386832be402c43d1e33d189452fd0b1fab7e7155e6ec81ed31dc102715" } }, "bin": "swc.exe",