bun: Update to version 1.1.4

This commit is contained in:
github-actions[bot] 2024-04-16 21:05:48 +00:00
parent 4d0375b179
commit 30256fba7d

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.3", "version": "1.1.4",
"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.3/bun-windows-x64.zip", "https://github.com/oven-sh/bun/releases/download/bun-v1.1.4/bun-windows-x64.zip",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.3/bun-windows-x64-baseline.zip" "https://github.com/oven-sh/bun/releases/download/bun-v1.1.4/bun-windows-x64-baseline.zip"
], ],
"hash": [ "hash": [
"fb809dabf726e3c9102330d32ec7a5091a4998e489990245cd21cc12a1b049ca", "c743bebf2cb832545d53429aa971b3f806fc48af61a88a8c0a3c7c8dd36a0d00",
"243894ded4b76b37ad55f44e184b4c2ab5fac1b2ad53284686a2190340c5692f" "11d2d5fc74e012920d52bfbf956d66600a46b53583a3e0a2ed8011bba870935b"
] ]
} }
}, },