@vincentzyuapps/winload 0.1.8-rc.28 → 0.1.8-rc.30

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.8-rc.28",
3
+ "version": "0.1.8-rc.30",
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.28",
37
- "@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.28",
38
- "@vincentzyuapps/winload-linux-x64": "0.1.8-rc.28",
39
- "@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.28",
40
- "@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.28",
41
- "@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.28"
36
+ "@vincentzyuapps/winload-win32-x64": "0.1.8-rc.30",
37
+ "@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.30",
38
+ "@vincentzyuapps/winload-linux-x64": "0.1.8-rc.30",
39
+ "@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.30",
40
+ "@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.30",
41
+ "@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.30"
42
42
  }
43
43
  }
package/readme.md CHANGED
@@ -151,6 +151,8 @@ which winload
151
151
  ```
152
152
  > 📄 [View Gitee install script](https://gitee.com/vincent-zyu/winload/blob/main/docs/install_scripts/install_gitee.sh)
153
153
 
154
+ > ⚠️ The two `curl ... | bash` install scripts above support **x86_64 / aarch64** systems with **apt** (Debian/Ubuntu), **dnf** (Fedora/RHEL), or **Termux** (Android). For other platforms, use **npm** (`npm install -g @vincentzyuapps/winload`) or **Cargo** (`cargo install winload`) instead.
155
+
154
156
  ### macOS / Linux (Homebrew)
155
157
  > 📄 [Homebrew Formula (GitHub)](https://github.com/VincentZyuApps/homebrew-tap/blob/main/Formula/winload.rb)
156
158
  > 📄 [Homebrew Formula (Gitee)](https://gitee.com/vincent-zyu/homebrew-tap/blob/main/Formula/winload.rb)
@@ -163,8 +165,6 @@ which winload
163
165
  ```
164
166
  > 💡 Homebrew supports **macOS** (Intel & Apple Silicon) and **Linux** (x86_64 & ARM64).
165
167
 
166
- > ⚠️ 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.
167
-
168
168
  <details>
169
169
  <summary>Manual install</summary>
170
170