Bun 1.3.3 => 1.3.4 (#13796)

This commit is contained in:
Ed Reel
2025-12-10 05:32:56 -06:00
committed by GitHub
parent b611cc152a
commit f7f7db8c23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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