Comparing version 1.1.32 to 1.1.33
@@ -379,3 +379,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.1.32`], | ||
["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.1.33`], | ||
{ | ||
@@ -401,3 +401,3 @@ cwd, | ||
return __async(this, null, function* () { | ||
let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.1.32.tgz`)).arrayBuffer(), buffer; | ||
let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.1.33.tgz`)).arrayBuffer(), buffer; | ||
try { | ||
@@ -404,0 +404,0 @@ buffer = (0, import_zlib.unzipSync)(tgz); |
{ | ||
"name": "bun", | ||
"description": "Bun is a fast all-in-one JavaScript runtime.", | ||
"version": "1.1.32", | ||
"version": "1.1.33", | ||
"scripts": { | ||
@@ -9,10 +9,10 @@ "postinstall": "node install.js" | ||
"optionalDependencies": { | ||
"@oven/bun-darwin-aarch64": "1.1.32", | ||
"@oven/bun-darwin-x64": "1.1.32", | ||
"@oven/bun-darwin-x64-baseline": "1.1.32", | ||
"@oven/bun-linux-aarch64": "1.1.32", | ||
"@oven/bun-linux-x64": "1.1.32", | ||
"@oven/bun-linux-x64-baseline": "1.1.32", | ||
"@oven/bun-windows-x64": "1.1.32", | ||
"@oven/bun-windows-x64-baseline": "1.1.32" | ||
"@oven/bun-darwin-aarch64": "1.1.33", | ||
"@oven/bun-darwin-x64": "1.1.33", | ||
"@oven/bun-darwin-x64-baseline": "1.1.33", | ||
"@oven/bun-linux-aarch64": "1.1.33", | ||
"@oven/bun-linux-x64": "1.1.33", | ||
"@oven/bun-linux-x64-baseline": "1.1.33", | ||
"@oven/bun-windows-x64": "1.1.33", | ||
"@oven/bun-windows-x64-baseline": "1.1.33" | ||
}, | ||
@@ -19,0 +19,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package