hlidskjalf 0.0.5 → 0.0.6

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/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # hlidskjalf
2
2
 
3
- A Terminal User Interface for monitoring Turborepo tasks, built with [Ink](https://npm.im/ink).
3
+ A Terminal User Interface for visualizing Turborepo tasks, built with [Ink](https://npm.im/ink).
4
4
 
5
5
  ## Usage
6
6
 
@@ -22,7 +22,7 @@ pnpm dev
22
22
 
23
23
  ## Options
24
24
 
25
- | Option | Example | Description |
26
- | --- | --- | --- |
27
- | `filter` | `--filter=web` | Include specific workspaces. Repeatable. Append `...` for transitive deps. |
28
- | `order` | `--order=run` | Sort by `alphabetical` (default) or `run` (dependency order). |
25
+ | Option | Description |
26
+ | --- | --- |
27
+ | `filter` | Include specific workspaces (`--filter=web`). Repeatable. Append `...` for transitive deps. |
28
+ | `order` | Sort by `alphabetical` (default) or `run` (`--order=run`) dependency order. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hlidskjalf",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "A Terminal User Interface for monitoring Turborepo tasks, built with Ink.",
5
5
  "type": "module",
6
6
  "license": "MIT",