bun: Update to version 1.3.1

This commit is contained in:
github-actions[bot] 2025-10-22 08:30:25 +00:00
parent 3ca276bd66
commit 6939670c6a

View File

@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.",
"homepage": "https://bun.sh/",
"license": "MIT",
@ -9,12 +9,12 @@
"architecture": {
"64bit": {
"url": [
"https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.3.0/bun-windows-x64-baseline.zip"
"https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.3.1/bun-windows-x64-baseline.zip"
],
"hash": [
"e725d673e2a286b46874f0c65acfeec3259849eed97ca163ca6c987453baa8ad",
"27b686dd83121b9331dfe340abe0f940740d1c5f713aeff9be8dbdcf98c157f8"
"f6619e31752e1259c1d2090ec3ea16366fa5a8eb49b78ed187cd05930c38be55",
"eda1a3a55a17e40eeda4fd08d82b6a0db0bddc660cd35bc7d67525cd38c35063"
]
}
},