bun 1.0.21-canary.20240401.1 → 1.0.21-canary.20240402.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/bin/bun +2 -2
  2. package/install.js +2 -2
  3. package/package.json +9 -9
package/bin/bun CHANGED
@@ -369,7 +369,7 @@ function installBun(platform, dst) {
369
369
  write(join(cwd, "package.json"), "{}");
370
370
  let { exitCode } = spawn(
371
371
  "npm",
372
- ["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.0.21-canary.20240401.1+bdfbcb1`],
372
+ ["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.0.21-canary.20240402.1+801e475`],
373
373
  {
374
374
  cwd,
375
375
  stdio: "pipe",
@@ -390,7 +390,7 @@ function installBun(platform, dst) {
390
390
  __name(installBun, "installBun");
391
391
  function downloadBun(platform, dst) {
392
392
  return __async(this, null, function* () {
393
- let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.0.21-canary.20240401.1+bdfbcb1.tgz`)).arrayBuffer(), buffer;
393
+ let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.0.21-canary.20240402.1+801e475.tgz`)).arrayBuffer(), buffer;
394
394
  try {
395
395
  buffer = (0, import_zlib.unzipSync)(tgz);
396
396
  } catch (cause) {
package/install.js CHANGED
@@ -368,7 +368,7 @@ function installBun(platform, dst) {
368
368
  write(join(cwd, "package.json"), "{}");
369
369
  let { exitCode } = spawn(
370
370
  "npm",
371
- ["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.0.21-canary.20240401.1+bdfbcb1`],
371
+ ["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.0.21-canary.20240402.1+801e475`],
372
372
  {
373
373
  cwd,
374
374
  stdio: "pipe",
@@ -389,7 +389,7 @@ function installBun(platform, dst) {
389
389
  __name(installBun, "installBun");
390
390
  function downloadBun(platform, dst) {
391
391
  return __async(this, null, function* () {
392
- let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.0.21-canary.20240401.1+bdfbcb1.tgz`)).arrayBuffer(), buffer;
392
+ let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.0.21-canary.20240402.1+801e475.tgz`)).arrayBuffer(), buffer;
393
393
  try {
394
394
  buffer = (0, import_zlib.unzipSync)(tgz);
395
395
  } catch (cause) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bun",
3
- "version": "1.0.21-canary.20240401.1+bdfbcb1",
3
+ "version": "1.0.21-canary.20240402.1+801e475",
4
4
  "description": "Bun is a fast all-in-one JavaScript runtime.",
5
5
  "keywords": [
6
6
  "bun",
@@ -24,14 +24,14 @@
24
24
  "postinstall": "node install.js"
25
25
  },
26
26
  "optionalDependencies": {
27
- "@oven/bun-darwin-aarch64": "1.0.21-canary.20240401.1+bdfbcb1",
28
- "@oven/bun-darwin-x64": "1.0.21-canary.20240401.1+bdfbcb1",
29
- "@oven/bun-darwin-x64-baseline": "1.0.21-canary.20240401.1+bdfbcb1",
30
- "@oven/bun-linux-aarch64": "1.0.21-canary.20240401.1+bdfbcb1",
31
- "@oven/bun-linux-x64": "1.0.21-canary.20240401.1+bdfbcb1",
32
- "@oven/bun-linux-x64-baseline": "1.0.21-canary.20240401.1+bdfbcb1",
33
- "@oven/bun-windows-x64": "1.0.21-canary.20240401.1+bdfbcb1",
34
- "@oven/bun-windows-x64-baseline": "1.0.21-canary.20240401.1+bdfbcb1"
27
+ "@oven/bun-darwin-aarch64": "1.0.21-canary.20240402.1+801e475",
28
+ "@oven/bun-darwin-x64": "1.0.21-canary.20240402.1+801e475",
29
+ "@oven/bun-darwin-x64-baseline": "1.0.21-canary.20240402.1+801e475",
30
+ "@oven/bun-linux-aarch64": "1.0.21-canary.20240402.1+801e475",
31
+ "@oven/bun-linux-x64": "1.0.21-canary.20240402.1+801e475",
32
+ "@oven/bun-linux-x64-baseline": "1.0.21-canary.20240402.1+801e475",
33
+ "@oven/bun-windows-x64": "1.0.21-canary.20240402.1+801e475",
34
+ "@oven/bun-windows-x64-baseline": "1.0.21-canary.20240402.1+801e475"
35
35
  },
36
36
  "os": [
37
37
  "darwin",