@vincentzyuapps/winload 0.1.9-beta.7 β 0.1.9-rc.1
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 +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vincentzyuapps/winload",
|
|
3
|
-
"version": "0.1.9-
|
|
3
|
+
"version": "0.1.9-rc.1",
|
|
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-
|
|
37
|
-
"@vincentzyuapps/winload-win32-arm64": "0.1.9-
|
|
38
|
-
"@vincentzyuapps/winload-linux-x64": "0.1.9-
|
|
39
|
-
"@vincentzyuapps/winload-linux-arm64": "0.1.9-
|
|
40
|
-
"@vincentzyuapps/winload-darwin-x64": "0.1.9-
|
|
41
|
-
"@vincentzyuapps/winload-darwin-arm64": "0.1.9-
|
|
36
|
+
"@vincentzyuapps/winload-win32-x64": "0.1.9-rc.1",
|
|
37
|
+
"@vincentzyuapps/winload-win32-arm64": "0.1.9-rc.1",
|
|
38
|
+
"@vincentzyuapps/winload-linux-x64": "0.1.9-rc.1",
|
|
39
|
+
"@vincentzyuapps/winload-linux-arm64": "0.1.9-rc.1",
|
|
40
|
+
"@vincentzyuapps/winload-darwin-x64": "0.1.9-rc.1",
|
|
41
|
+
"@vincentzyuapps/winload-darwin-arm64": "0.1.9-rc.1"
|
|
42
42
|
}
|
|
43
43
|
}
|
package/readme.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
> **[π ηΉι«δΈζ(ε°η£)](readme.zh-tw.md)**
|
|
11
11
|
> **[π ζ₯ζ¬θͺ](readme.jp.md)**
|
|
12
12
|
> **[π νκ΅μ΄](readme.ko.md)**
|
|
13
|
+
> **[π ζθ¨ζ](readme.lzh.md)**
|
|
13
14
|
|
|
14
15
|
[](https://github.com/VincentZyuApps/winload)
|
|
15
16
|
[](https://gitee.com/vincent-zyu/winload)
|
|
@@ -298,3 +299,6 @@ On Linux and macOS, loopback traffic works out of the box β no extra flags nee
|
|
|
298
299
|
| [](https://github.com/GuillaumeGomez/sysinfo) | 0.32 | System information library |
|
|
299
300
|
| [](https://github.com/clap-rs/clap) | 4 | Command-line argument parser |
|
|
300
301
|
| [](https://github.com/pcap-parser/pcap) | 2 | Packet capture (optional, Windows) |
|
|
302
|
+
## π§ Epilogue
|
|
303
|
+
|
|
304
|
+
Network traffic flows formless through the void β yet Winload gives it shape. Packets traverse the terminal, silent and unseen, but through this window, every thread of throughput takes form before your eyes. If you seek to know the pulse of a machine's connection to the world, this tool is at once a humble lamp upon your desk and a guiding star for the journey ahead.
|