@vincentzyuapps/winload 0.1.8-rc.18 → 0.1.8-rc.20

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentzyuapps/winload",
3
- "version": "0.1.8-rc.18",
3
+ "version": "0.1.8-rc.20",
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.8-rc.18",
37
- "@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.18",
38
- "@vincentzyuapps/winload-linux-x64": "0.1.8-rc.18",
39
- "@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.18",
40
- "@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.18",
41
- "@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.18"
36
+ "@vincentzyuapps/winload-win32-x64": "0.1.8-rc.20",
37
+ "@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.20",
38
+ "@vincentzyuapps/winload-linux-x64": "0.1.8-rc.20",
39
+ "@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.20",
40
+ "@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.20",
41
+ "@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.20"
42
42
  }
43
43
  }
package/readme.md CHANGED
@@ -126,7 +126,7 @@ where win-nload # CMD
126
126
  > scoop install windows-terminal-preview
127
127
  > wtp
128
128
  > ```
129
- > 💡 Scoop provides only **MSVC + Npcap** builds for **x86_64** and **ARM64**. For other variants (MinGW, non-Npcap) or older Windows (7/Vista/8), download manually from [GitHub Releases](https://github.com/VincentZyuApps/winload/releases).
129
+ > 💡 **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
130
 
131
131
  ### Arch Linux (AUR):
132
132
  ```bash