From 80ead971bb599f71ebf3c046819776e1a0df696e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 08:31:09 +0000 Subject: [PATCH] swc: Update to version 1.13.19 --- bucket/swc.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/swc.json b/bucket/swc.json index 1bb5b0fe76..93893bf7c9 100644 --- a/bucket/swc.json +++ b/bucket/swc.json @@ -1,19 +1,19 @@ { - "version": "1.13.19-nightly-20250925.1", + "version": "1.13.19", "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.19-nightly-20250925.1/swc-win32-x64-msvc.exe#/swc.exe", - "hash": "31ed239a336a145fd3df2cf72c01e090689d0fcc6585060ad40d396f04387ee4" + "url": "https://github.com/swc-project/swc/releases/download/v1.13.19/swc-win32-x64-msvc.exe#/swc.exe", + "hash": "7f5a4059391f059b64e7eef65bf97b04842e9943cfd688c7d671d8388185f784" }, "32bit": { - "url": "https://github.com/swc-project/swc/releases/download/v1.13.19-nightly-20250925.1/swc-win32-ia32-msvc.exe#/swc.exe", + "url": "https://github.com/swc-project/swc/releases/download/v1.13.19/swc-win32-ia32-msvc.exe#/swc.exe", "hash": "1f23986b58161c91291a02aaa81f44a24f1af7674b0d0c5bb507e1f0b7958842" }, "arm64": { - "url": "https://github.com/swc-project/swc/releases/download/v1.13.19-nightly-20250925.1/swc-win32-arm64-msvc.exe#/swc.exe", + "url": "https://github.com/swc-project/swc/releases/download/v1.13.19/swc-win32-arm64-msvc.exe#/swc.exe", "hash": "501f5a712519a7c2b93b95604b59408cc78024cc8295999012d61a970195f31e" } },