bun: Update to version 1.2.12

This commit is contained in:
github-actions[bot] 2025-05-04 08:29:46 +00:00
parent e63beded40
commit f7e3e6dfd7

View File

@ -1,5 +1,5 @@
{ {
"version": "1.2.11", "version": "1.2.12",
"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.2.11/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.2.11/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.2.12/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"4877e62df190fd85cfd045b7b026ccc255ad692d56ee966890cf829276b54a2a", "2a272fbbdd1d5f8ada819d9113a624e33257e6c23ef5cdf632c38856cb5d6676",
"8c1c0f6e46f71c905fb99b7297337be084926f241e54d569e330517130cd65d1" "b598f021838227360f8136019c2680ac2d75268699474fde8f2c1671c7e6545c"
] ]
} }
}, },