Bun 1.2.20 => 1.2.22 (#12900)

This commit is contained in:
Ed Reel
2025-09-23 16:23:52 -05:00
committed by GitHub
parent 5680c7dbbc
commit d9b39ee0ef
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Total size: 103677432
# Total size: 104161552
/usr/local/bin/bun
/usr/local/bin/bunx

View File

@@ -3,7 +3,7 @@ require 'package'
class Bun < Package
description 'Incredibly fast JavaScript runtime, bundler, test runner, and package manager all in one'
homepage 'https://bun.sh/'
version '1.2.20'
version '1.2.22'
license 'MIT'
compatibility 'x86_64'
source_url 'SKIP'