Comparing version 1.2.1 to 1.2.2
@@ -421,3 +421,3 @@ // Source code: https://github.com/oven-sh/bun/blob/main/packages/bun-release/scripts/npm-postinstall.ts | ||
"npm", | ||
["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.2.1`], | ||
["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.2.2`], | ||
{ | ||
@@ -443,3 +443,3 @@ cwd, | ||
return __async(this, null, function* () { | ||
let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.2.1.tgz`)).arrayBuffer(), buffer; | ||
let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.2.2.tgz`)).arrayBuffer(), buffer; | ||
try { | ||
@@ -446,0 +446,0 @@ buffer = (0, import_zlib.unzipSync)(tgz); |
{ | ||
"name": "bun", | ||
"description": "Bun is a fast all-in-one JavaScript runtime.", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"scripts": { | ||
@@ -9,13 +9,13 @@ "postinstall": "node install.js" | ||
"optionalDependencies": { | ||
"@oven/bun-darwin-aarch64": "1.2.1", | ||
"@oven/bun-darwin-x64": "1.2.1", | ||
"@oven/bun-darwin-x64-baseline": "1.2.1", | ||
"@oven/bun-linux-aarch64": "1.2.1", | ||
"@oven/bun-linux-x64": "1.2.1", | ||
"@oven/bun-linux-x64-baseline": "1.2.1", | ||
"@oven/bun-linux-aarch64-musl": "1.2.1", | ||
"@oven/bun-linux-x64-musl": "1.2.1", | ||
"@oven/bun-linux-x64-musl-baseline": "1.2.1", | ||
"@oven/bun-windows-x64": "1.2.1", | ||
"@oven/bun-windows-x64-baseline": "1.2.1" | ||
"@oven/bun-darwin-aarch64": "1.2.2", | ||
"@oven/bun-darwin-x64": "1.2.2", | ||
"@oven/bun-darwin-x64-baseline": "1.2.2", | ||
"@oven/bun-linux-aarch64": "1.2.2", | ||
"@oven/bun-linux-x64": "1.2.2", | ||
"@oven/bun-linux-x64-baseline": "1.2.2", | ||
"@oven/bun-linux-aarch64-musl": "1.2.2", | ||
"@oven/bun-linux-x64-musl": "1.2.2", | ||
"@oven/bun-linux-x64-musl-baseline": "1.2.2", | ||
"@oven/bun-windows-x64": "1.2.2", | ||
"@oven/bun-windows-x64-baseline": "1.2.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "bin": { |