dbn-cli 0.6.0 → 0.6.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/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,6 +7,8 @@ A lightweight terminal SQLite browser with an ncdu-style interface.
|
|
|
7
7
|
- **Minimal dependencies** - Uses Node.js 24+ built-in `node:sqlite` module
|
|
8
8
|
- **Full-screen TUI** - ncdu-inspired keyboard navigation
|
|
9
9
|
|
|
10
|
+
[](https://asciinema.org/a/861358)
|
|
11
|
+
|
|
10
12
|
## Installation
|
|
11
13
|
|
|
12
14
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dbn-cli",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "A lightweight terminal-based database browser",
|
|
5
5
|
"repository": "https://github.com/amio/dbn-cli",
|
|
6
6
|
"type": "module",
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"@types/node": "^24.10.9"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"string-width": "^
|
|
38
|
+
"string-width": "^8.2.0"
|
|
39
39
|
}
|
|
40
40
|
}
|