@vincentzyuapps/winload 0.1.8-beta.1 → 0.1.8-beta.2

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincentzyuapps/winload",
3
- "version": "0.1.8-beta.1",
3
+ "version": "0.1.8-beta.2",
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-beta.1",
37
- "@vincentzyuapps/winload-win32-arm64": "0.1.8-beta.1",
38
- "@vincentzyuapps/winload-linux-x64": "0.1.8-beta.1",
39
- "@vincentzyuapps/winload-linux-arm64": "0.1.8-beta.1",
40
- "@vincentzyuapps/winload-darwin-x64": "0.1.8-beta.1",
41
- "@vincentzyuapps/winload-darwin-arm64": "0.1.8-beta.1"
36
+ "@vincentzyuapps/winload-win32-x64": "0.1.8-beta.2",
37
+ "@vincentzyuapps/winload-win32-arm64": "0.1.8-beta.2",
38
+ "@vincentzyuapps/winload-linux-x64": "0.1.8-beta.2",
39
+ "@vincentzyuapps/winload-linux-arm64": "0.1.8-beta.2",
40
+ "@vincentzyuapps/winload-darwin-x64": "0.1.8-beta.2",
41
+ "@vincentzyuapps/winload-darwin-arm64": "0.1.8-beta.2"
42
42
  }
43
43
  }
package/readme.md CHANGED
@@ -174,11 +174,11 @@ winload --npcap # Capture 127.0.0.1 loopback traffic (Windows, requires Npc
174
174
  | `-n`, `--no-graph` | Hide graph, show stats only | off |
175
175
  | `--hide-separator` | Hide the separator line (row of equals signs) | off |
176
176
  | `--no-color` | Disable all TUI colors (monochrome mode) | off |
177
- | `--smart-max [SECS]` | **[Rust Only]** Smart adaptive Y-axis: auto-decays after traffic spikes (default half-life: 5s) | off |
177
+ | `--smart-max [SECS]` | Smart adaptive Y-axis: auto-decays after traffic spikes (default half-life: 10s) | off |
178
178
  | `--npcap` | **[Windows Rust Only]** Capture loopback traffic via Npcap (recommended) | off |
179
- | `--debug-info` | **[Rust Only]** Print network interface debug info and exit | — |
179
+ | `--debug-info` | Print network interface debug info and exit | — |
180
180
  | `-h`, `--help` | Print help (`--help --emoji` for emoji version!) | — |
181
- | `-V`, `--version` | **[Rust Only]** Print version | — |
181
+ | `-V`, `--version` | Print version | — |
182
182
 
183
183
  ### Keyboard Shortcuts
184
184