bun: Update to version 1.1.3

This commit is contained in:
github-actions[bot] 2024-04-08 21:06:46 +00:00
parent 0c2474c702
commit b7d24961e0

View File

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