bun 1.2.10-canary.20250417.1 → 1.2.10-canary.20250419.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.
- package/install.js +2 -2
- package/package.json +12 -12
package/install.js
CHANGED
|
@@ -418,7 +418,7 @@ function installBun(platform, dst) {
|
|
|
418
418
|
write(join(cwd, "package.json"), "{}");
|
|
419
419
|
let { exitCode } = spawn(
|
|
420
420
|
"npm",
|
|
421
|
-
["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.2.10-canary.
|
|
421
|
+
["install", "--loglevel=error", "--prefer-offline", "--no-audit", "--progress=false", `${module2}@1.2.10-canary.20250419.1+032713c`],
|
|
422
422
|
{
|
|
423
423
|
cwd,
|
|
424
424
|
stdio: "pipe",
|
|
@@ -439,7 +439,7 @@ function installBun(platform, dst) {
|
|
|
439
439
|
__name(installBun, "installBun");
|
|
440
440
|
function downloadBun(platform, dst) {
|
|
441
441
|
return __async(this, null, function* () {
|
|
442
|
-
let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.2.10-canary.
|
|
442
|
+
let tgz = yield (yield fetch(`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-1.2.10-canary.20250419.1+032713c.tgz`)).arrayBuffer(), buffer;
|
|
443
443
|
try {
|
|
444
444
|
buffer = (0, import_zlib.unzipSync)(tgz);
|
|
445
445
|
} catch (cause) {
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bun",
|
|
3
3
|
"description": "Bun is a fast all-in-one JavaScript runtime.",
|
|
4
|
-
"version": "1.2.10-canary.
|
|
4
|
+
"version": "1.2.10-canary.20250419.1+032713c",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "node install.js"
|
|
7
7
|
},
|
|
8
8
|
"optionalDependencies": {
|
|
9
|
-
"@oven/bun-darwin-aarch64": "1.2.10-canary.
|
|
10
|
-
"@oven/bun-darwin-x64": "1.2.10-canary.
|
|
11
|
-
"@oven/bun-darwin-x64-baseline": "1.2.10-canary.
|
|
12
|
-
"@oven/bun-linux-aarch64": "1.2.10-canary.
|
|
13
|
-
"@oven/bun-linux-x64": "1.2.10-canary.
|
|
14
|
-
"@oven/bun-linux-x64-baseline": "1.2.10-canary.
|
|
15
|
-
"@oven/bun-linux-aarch64-musl": "1.2.10-canary.
|
|
16
|
-
"@oven/bun-linux-x64-musl": "1.2.10-canary.
|
|
17
|
-
"@oven/bun-linux-x64-musl-baseline": "1.2.10-canary.
|
|
18
|
-
"@oven/bun-windows-x64": "1.2.10-canary.
|
|
19
|
-
"@oven/bun-windows-x64-baseline": "1.2.10-canary.
|
|
9
|
+
"@oven/bun-darwin-aarch64": "1.2.10-canary.20250419.1+032713c",
|
|
10
|
+
"@oven/bun-darwin-x64": "1.2.10-canary.20250419.1+032713c",
|
|
11
|
+
"@oven/bun-darwin-x64-baseline": "1.2.10-canary.20250419.1+032713c",
|
|
12
|
+
"@oven/bun-linux-aarch64": "1.2.10-canary.20250419.1+032713c",
|
|
13
|
+
"@oven/bun-linux-x64": "1.2.10-canary.20250419.1+032713c",
|
|
14
|
+
"@oven/bun-linux-x64-baseline": "1.2.10-canary.20250419.1+032713c",
|
|
15
|
+
"@oven/bun-linux-aarch64-musl": "1.2.10-canary.20250419.1+032713c",
|
|
16
|
+
"@oven/bun-linux-x64-musl": "1.2.10-canary.20250419.1+032713c",
|
|
17
|
+
"@oven/bun-linux-x64-musl-baseline": "1.2.10-canary.20250419.1+032713c",
|
|
18
|
+
"@oven/bun-windows-x64": "1.2.10-canary.20250419.1+032713c",
|
|
19
|
+
"@oven/bun-windows-x64-baseline": "1.2.10-canary.20250419.1+032713c"
|
|
20
20
|
},
|
|
21
21
|
"bin": {
|
|
22
22
|
"bun": "bin/bun.exe",
|