@vincentzyuapps/winload 0.1.9-beta.1 → 0.1.9-beta.2

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 (2) hide show
  1. package/package.json +7 -7
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentzyuapps/winload",
3
- "version": "0.1.9-beta.1",
3
+ "version": "0.1.9-beta.2",
4
4
  "description": "Network Load Monitor — nload-like TUI tool for Windows/Linux/macOS (prebuilt Rust binary)",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,11 +33,11 @@
33
33
  "access": "public"
34
34
  },
35
35
  "optionalDependencies": {
36
- "@vincentzyuapps/winload-win32-x64": "0.1.9-beta.1",
37
- "@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.1",
38
- "@vincentzyuapps/winload-linux-x64": "0.1.9-beta.1",
39
- "@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.1",
40
- "@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.1",
41
- "@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.1"
36
+ "@vincentzyuapps/winload-win32-x64": "0.1.9-beta.2",
37
+ "@vincentzyuapps/winload-win32-arm64": "0.1.9-beta.2",
38
+ "@vincentzyuapps/winload-linux-x64": "0.1.9-beta.2",
39
+ "@vincentzyuapps/winload-linux-arm64": "0.1.9-beta.2",
40
+ "@vincentzyuapps/winload-darwin-x64": "0.1.9-beta.2",
41
+ "@vincentzyuapps/winload-darwin-arm64": "0.1.9-beta.2"
42
42
  }
43
43
  }
package/readme.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ![winload](https://socialify.git.ci/VincentZyu233/winload/image?custom_language=Rust&description=1&forks=1&issues=1&language=1&logo=https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F250448479%3Fs%3D200%26v%3D4&name=1&owner=1&pulls=1&stargazers=1&theme=Auto)
2
2
  ![onefetch](docs/images/onefetch.png)
3
3
 
4
- # Winload <img src="https://github.com/user-attachments/assets/62fec846-0442-47f6-bbba-78acdc8803ef" height="32px">
4
+ # Winload <img src="docs/images/miku.png" height="32px">
5
5
 
6
6
  > A lightweight, real-time CLI tool for monitoring network bandwidth and traffic, inspired by Linux's nload.
7
7
 
@@ -127,7 +127,7 @@ where win-nload # CMD
127
127
  > scoop install windows-terminal-preview
128
128
  > wtp
129
129
  > ```
130
- > 💡 **All builds require Windows 10+** (Rust 1.77+ dropped Windows 7/8 support). Scoop provides only **MSVC + Npcap** for **x86_64** and **ARM64**. For other variants (MinGW, non-Npcap, i686) or older Windows, download from [GitHub Releases](https://github.com/VincentZyuApps/winload/releases).
130
+ > 💡 **All builds require Windows 10+** (Rust 1.77+ dropped Windows 7/8 support). Scoop and npm provide **MSVC + Npcap** for **x86_64** and **ARM64** by default. These builds now delay-load `wpcap.dll`, reducing startup failures before `--npcap` is used, but loopback capture still requires Npcap installed on the system. For other variants (MinGW, non-Npcap, i686), download from [GitHub Releases](https://github.com/VincentZyuApps/winload/releases).
131
131
 
132
132
  ### Arch Linux (AUR):
133
133
  ```bash