bun: Update to version 1.1.30

This commit is contained in:
github-actions[bot] 2024-10-08 12:32:16 +00:00
parent 12c60f6bc0
commit 59eeedba7e

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.29", "version": "1.1.30",
"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.29/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.30/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.29/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.30/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"fa05cd82539ba69ebb27540f5f4cdb2d62606dda8284ce93234a38da19da12b8", "cb277dbb951ffcde6d736d1b61a5274fd274d3d3b4d28b6416c6794464287141",
"0fd405de80e74db246f9dcb03a866c00d9ed2f36769347a4f2493315f182dcfa" "e48877cd4a280f48b381533da14a0b21e2975fe9386591be1255e81a4af9bcb4"
] ]
} }
}, },