bun-types 1.3.6 → 1.3.7-canary.20260115T140932

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.
@@ -26,21 +26,6 @@ The `bun` CLI contains a Node.js-compatible package manager designed to be a dra
26
26
 
27
27
  </Note>
28
28
 
29
- <Accordion title="For Linux users">
30
- The recommended minimum Linux Kernel version is 5.6. If you're on Linux kernel 5.1 - 5.5, `bun install` will work, but HTTP requests will be slow due to a lack of support for io_uring's `connect()` operation.
31
-
32
- If you're using Ubuntu 20.04, here's how to install a [newer kernel](https://wiki.ubuntu.com/Kernel/LTSEnablementStack):
33
-
34
- ```bash terminal icon="terminal"
35
- # If this returns a version >= 5.6, you don't need to do anything
36
- uname -r
37
-
38
- # Install the official Ubuntu hardware enablement kernel
39
- sudo apt install --install-recommends linux-generic-hwe-20.04
40
- ```
41
-
42
- </Accordion>
43
-
44
29
  To install all dependencies of a project:
45
30
 
46
31
  ```bash terminal icon="terminal"
package/package.json CHANGED
@@ -33,5 +33,5 @@
33
33
  "bun.js",
34
34
  "types"
35
35
  ],
36
- "version": "1.3.6"
36
+ "version": "1.3.7-canary.20260115T140932"
37
37
  }