@vincentzyuapps/winload 0.1.8-rc.14 → 0.1.8-rc.16
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/package.json +7 -7
- package/readme.md +2 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentzyuapps/winload",
|
|
3
|
-
"version": "0.1.8-rc.
|
|
3
|
+
"version": "0.1.8-rc.16",
|
|
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.
|
|
37
|
-
"@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.
|
|
38
|
-
"@vincentzyuapps/winload-linux-x64": "0.1.8-rc.
|
|
39
|
-
"@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.
|
|
40
|
-
"@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.
|
|
41
|
-
"@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.
|
|
36
|
+
"@vincentzyuapps/winload-win32-x64": "0.1.8-rc.16",
|
|
37
|
+
"@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.16",
|
|
38
|
+
"@vincentzyuapps/winload-linux-x64": "0.1.8-rc.16",
|
|
39
|
+
"@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.16",
|
|
40
|
+
"@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.16",
|
|
41
|
+
"@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.16"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -123,6 +123,7 @@ where win-nload # CMD
|
|
|
123
123
|
> scoop install windows-terminal-preview
|
|
124
124
|
> wtp
|
|
125
125
|
> ```
|
|
126
|
+
> 💡 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).
|
|
126
127
|
|
|
127
128
|
### Arch Linux (AUR):
|
|
128
129
|
```bash
|
|
@@ -156,6 +157,7 @@ brew install winload
|
|
|
156
157
|
which winload
|
|
157
158
|
```
|
|
158
159
|
> 📄 [View Homebrew formula](https://github.com/VincentZyuApps/homebrew-tap/blob/main/Formula/winload.rb)
|
|
160
|
+
> 💡 Homebrew supports **macOS** (Intel & Apple Silicon) and **Linux** (x86_64 & ARM64).
|
|
159
161
|
|
|
160
162
|
> ⚠️ These install scripts only support systems with **apt or dnf** package managers on **x86_64 / aarch64** architectures. For other platforms, use **npm** (`npm install -g @vincentzyuapps/winload`) or **Cargo** (`cargo install winload`) instead.
|
|
161
163
|
|