@oven/bun-linux-x64-baseline 1.2.18 → 1.2.19
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/README.md +1 -1
- package/bin/bun +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Bun
|
|
2
2
|
|
|
3
|
-
This is the Linux x64 binary for Bun, a fast all-in-one JavaScript runtime. https://bun.
|
|
3
|
+
This is the Linux x64 binary for Bun, a fast all-in-one JavaScript runtime. https://bun.com
|
|
4
4
|
|
|
5
5
|
_Note: "Baseline" builds are for machines that do not support [AVX2](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions) instructions._
|
package/bin/bun
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oven/bun-linux-x64-baseline",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.19",
|
|
4
4
|
"description": "This is the macOS arm64 binary for Bun, a fast all-in-one JavaScript runtime.",
|
|
5
|
-
"homepage": "https://bun.
|
|
5
|
+
"homepage": "https://bun.com",
|
|
6
6
|
"bugs": "https://github.com/oven-sh/issues",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "https://github.com/oven-sh/bun",
|