bun 0.5.2 → 0.5.4
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/bin/bun +2 -2
- package/install.js +2 -2
- package/package.json +7 -7
package/bin/bun
CHANGED
|
@@ -331,7 +331,7 @@ function installBun(platform, dst) {
|
|
|
331
331
|
"--prefer-offline",
|
|
332
332
|
"--no-audit",
|
|
333
333
|
"--progress=false",
|
|
334
|
-
`${npmPackage2}@0.5.
|
|
334
|
+
`${npmPackage2}@0.5.4`
|
|
335
335
|
],
|
|
336
336
|
{
|
|
337
337
|
cwd,
|
|
@@ -353,7 +353,7 @@ __name(installBun, "installBun");
|
|
|
353
353
|
function downloadBun(platform, dst) {
|
|
354
354
|
return __async(this, null, function* () {
|
|
355
355
|
let tgz = yield (yield fetch(
|
|
356
|
-
`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-0.5.
|
|
356
|
+
`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-0.5.4.tgz`
|
|
357
357
|
)).arrayBuffer(), buffer;
|
|
358
358
|
try {
|
|
359
359
|
buffer = (0, import_zlib.unzipSync)(tgz);
|
package/install.js
CHANGED
|
@@ -330,7 +330,7 @@ function installBun(platform, dst) {
|
|
|
330
330
|
"--prefer-offline",
|
|
331
331
|
"--no-audit",
|
|
332
332
|
"--progress=false",
|
|
333
|
-
`${npmPackage2}@0.5.
|
|
333
|
+
`${npmPackage2}@0.5.4`
|
|
334
334
|
],
|
|
335
335
|
{
|
|
336
336
|
cwd,
|
|
@@ -352,7 +352,7 @@ __name(installBun, "installBun");
|
|
|
352
352
|
function downloadBun(platform, dst) {
|
|
353
353
|
return __async(this, null, function* () {
|
|
354
354
|
let tgz = yield (yield fetch(
|
|
355
|
-
`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-0.5.
|
|
355
|
+
`https://registry.npmjs.org/@oven/${platform.bin}/-/${platform.bin}-0.5.4.tgz`
|
|
356
356
|
)).arrayBuffer(), buffer;
|
|
357
357
|
try {
|
|
358
358
|
buffer = (0, import_zlib.unzipSync)(tgz);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bun",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Bun is a fast all-in-one JavaScript runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bun",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"postinstall": "node install.js"
|
|
25
25
|
},
|
|
26
26
|
"optionalDependencies": {
|
|
27
|
-
"@oven/bun-darwin-aarch64": "0.5.
|
|
28
|
-
"@oven/bun-darwin-x64": "0.5.
|
|
29
|
-
"@oven/bun-darwin-x64-baseline": "0.5.
|
|
30
|
-
"@oven/bun-linux-aarch64": "0.5.
|
|
31
|
-
"@oven/bun-linux-x64": "0.5.
|
|
32
|
-
"@oven/bun-linux-x64-baseline": "0.5.
|
|
27
|
+
"@oven/bun-darwin-aarch64": "0.5.4",
|
|
28
|
+
"@oven/bun-darwin-x64": "0.5.4",
|
|
29
|
+
"@oven/bun-darwin-x64-baseline": "0.5.4",
|
|
30
|
+
"@oven/bun-linux-aarch64": "0.5.4",
|
|
31
|
+
"@oven/bun-linux-x64": "0.5.4",
|
|
32
|
+
"@oven/bun-linux-x64-baseline": "0.5.4"
|
|
33
33
|
},
|
|
34
34
|
"os": [
|
|
35
35
|
"darwin",
|