bun: Update to version 1.1.43

This commit is contained in:
github-actions[bot] 2025-01-08 20:28:29 +00:00
parent 591cb72bee
commit 30cc898f3a

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.42", "version": "1.1.43",
"description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.", "description": "Incredibly fast JavaScript runtime, bundler, transpiler and package manager - all in one.",
"homepage": "https://bun.sh/", "homepage": "https://bun.sh/",
"license": "MIT", "license": "MIT",
@ -9,12 +9,12 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": [ "url": [
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.42/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.43/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.42/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.43/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"a375a8e1d2bbb2b2d7b3e2ea75c600b424f06f67d58a00d99d6b4cf0c34aa4b8", "0af5374d1aa76e88722c2c66f72fa018b786766304c8cafec09774296d5ca80e",
"a0b2725cf5cc416d01a520bf2ee4021405ce2de2fe08b957991c91dc9ba044a6" "2f2b8270a8b8696e131e07ee5eb985d381c66eca67bfd88bef497cf6fc13848c"
] ]
} }
}, },