@vincentzyuapps/winload 0.1.8-rc.0 → 0.1.8-rc.3

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 +12 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentzyuapps/winload",
3
- "version": "0.1.8-rc.0",
3
+ "version": "0.1.8-rc.3",
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.0",
37
- "@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.0",
38
- "@vincentzyuapps/winload-linux-x64": "0.1.8-rc.0",
39
- "@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.0",
40
- "@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.0",
41
- "@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.0"
36
+ "@vincentzyuapps/winload-win32-x64": "0.1.8-rc.3",
37
+ "@vincentzyuapps/winload-win32-arm64": "0.1.8-rc.3",
38
+ "@vincentzyuapps/winload-linux-x64": "0.1.8-rc.3",
39
+ "@vincentzyuapps/winload-linux-arm64": "0.1.8-rc.3",
40
+ "@vincentzyuapps/winload-darwin-x64": "0.1.8-rc.3",
41
+ "@vincentzyuapps/winload-darwin-arm64": "0.1.8-rc.3"
42
42
  }
43
43
  }
package/readme.md CHANGED
@@ -225,21 +225,26 @@ On Linux and macOS, loopback traffic works out of the box — no extra flags nee
225
225
  #### Rust Edition Preview
226
226
  ![docs/preview-rust.png](docs/preview-rust.png)
227
227
 
228
+ ##### Rust Edition Preview GIF
229
+ ![docs/preview-rust.gif](docs/preview-rust.gif)
230
+
228
231
  ## 📦 Dependencies
229
232
 
230
233
  ### Python Edition
231
234
 
232
235
  | Package | Version | Description |
233
236
  |:---|:---|:---|
234
- | [![psutil](https://img.shields.io/badge/psutil-≥7.0-FF6F00?style=flat-square&logo=python&logoColor=white)](https://github.com/giampaolo/psutil) | ≥7.0 | Process and system utilities |
235
- | [![windows-curses](https://img.shields.io/badge/windows--curses-≥2.0-333333?style=flat-square&logo=python&logoColor=white)](https://github.com/zhirui2020/windows-curses) | ≥2.0 | Windows curses support |
237
+ | [![Python](https://img.shields.io/badge/Python-3.12.12-3776AB?style=flat-square&logo=python&logoColor=white)](https://python.org/) | 3.12.12 | Programming language |
238
+ | [![psutil](https://img.shields.io/badge/psutil-≥7.0-FFD43B?style=flat-square&logo=python&logoColor=white)](https://github.com/giampaolo/psutil) | ≥7.0 | Process and system utilities |
239
+ | [![windows-curses](https://img.shields.io/badge/windows--curses-≥2.0-FFD43B?style=flat-square&logo=python&logoColor=white)](https://github.com/zhirui2020/windows-curses) | ≥2.0 | Windows curses support |
236
240
 
237
241
  ### Rust Edition
238
242
 
239
243
  | Package | Version | Description |
240
244
  |:---|:---|:---|
241
- | [![ratatui](https://img.shields.io/badge/ratatui-0.29-FF6F00?style=flat-square&logo=rust&logoColor=white)](https://github.com/ratatui-org/ratatui) | 0.29 | Terminal UI framework |
242
- | [![crossterm](https://img.shields.io/badge/crossterm-0.28-333333?style=flat-square&logo=rust&logoColor=white)](https://github.com/crossterm-rs/crossterm) | 0.28 | Cross-platform terminal library |
243
- | [![sysinfo](https://img.shields.io/badge/sysinfo-0.32-333333?style=flat-square&logo=rust&logoColor=white)](https://github.com/GuillaumeGomez/sysinfo) | 0.32 | System information library |
244
- | [![clap](https://img.shields.io/badge/clap-4-FF6F00?style=flat-square&logo=rust&logoColor=white)](https://github.com/clap-rs/clap) | 4 | Command-line argument parser |
245
- | [![pcap](https://img.shields.io/badge/pcap-2-333333?style=flat-square&logo=rust&logoColor=white)](https://github.com/pcap-parser/pcap) | 2 | Packet capture (optional, Windows) |
245
+ | [![Rust](https://img.shields.io/badge/Rust-1.93.0-CE422B?style=flat-square&logo=rust&logoColor=white)](https://www.rust-lang.org/) | 1.93.0 | Programming language |
246
+ | [![ratatui](https://img.shields.io/badge/ratatui-0.29-000000?style=flat-square&logo=rust&logoColor=white)](https://github.com/ratatui-org/ratatui) | 0.29 | Terminal UI framework |
247
+ | [![crossterm](https://img.shields.io/badge/crossterm-0.28-000000?style=flat-square&logo=rust&logoColor=white)](https://github.com/crossterm-rs/crossterm) | 0.28 | Cross-platform terminal library |
248
+ | [![sysinfo](https://img.shields.io/badge/sysinfo-0.32-000000?style=flat-square&logo=rust&logoColor=white)](https://github.com/GuillaumeGomez/sysinfo) | 0.32 | System information library |
249
+ | [![clap](https://img.shields.io/badge/clap-4-000000?style=flat-square&logo=rust&logoColor=white)](https://github.com/clap-rs/clap) | 4 | Command-line argument parser |
250
+ | [![pcap](https://img.shields.io/badge/pcap-2-000000?style=flat-square&logo=rust&logoColor=white)](https://github.com/pcap-parser/pcap) | 2 | Packet capture (optional, Windows) |