bun: Update to version 1.1.38

This commit is contained in:
github-actions[bot] 2024-11-29 12:32:05 +00:00
parent 05b9abeafc
commit e9a81a04c1

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.37", "version": "1.1.38",
"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.37/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.38/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.37/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.38/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"614c4686b1467c10a2635cbf7d7571d3071389720ded173c58645edea21b488a", "52d6c588237c5a1071839dc20dc96f19ca9f8021b7757fa096d22927b0a44a8b",
"e8156c3114f1addbd6562343e2138923e5265249ad39cf0c5ec0e99fdd04b7e2" "27b4bcd308c62e3b5c620eb57bb9b3113335131682495c9afc5608604e922beb"
] ]
} }
}, },