Skip to content

Commit 2db8bf4

Browse files
authored
Merge pull request #9 from KorigamiK/chore/migrate-pi-tui-earendil
chore: migrate to @earendil-works/pi-tui
2 parents 0207e30 + 04e7ea4 commit 2db8bf4

4 files changed

Lines changed: 11 additions & 19 deletions

File tree

bun.lock

Lines changed: 8 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"typescript-eslint": "^8.62.0"
6666
},
6767
"dependencies": {
68-
"@mariozechner/pi-tui": "^0.73.1",
68+
"@earendil-works/pi-tui": "^0.80.2",
6969
"realm": "^20.2.0",
7070
"yargs": "^18.0.0"
7171
},

src/core/cli/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import path from "node:path";
22
import { writeFileSync } from "node:fs";
33

4-
import { ProcessTerminal, TUI } from "@mariozechner/pi-tui";
4+
import { ProcessTerminal, TUI } from "@earendil-works/pi-tui";
55
import yargs from "yargs/yargs";
66
import { hideBin } from "yargs/helpers";
77

src/core/tui/player-screen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
Key,
55
matchesKey,
66
truncateToWidth,
7-
} from "@mariozechner/pi-tui";
7+
} from "@earendil-works/pi-tui";
88

99
import type { PlaylistPlayerSession } from "../player/mod.js";
1010
import type { PlaylistPlayerSnapshot } from "../player/types.js";

0 commit comments

Comments
 (0)