@punkcode/cli 0.1.20 → 0.1.21
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.
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
signIn,
|
|
11
11
|
usePunkStore,
|
|
12
12
|
version
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-DU2STEE5.js";
|
|
14
14
|
|
|
15
15
|
// src/ui/App.tsx
|
|
16
16
|
import { useEffect as useEffect3, useRef as useRef2, useState as useState3 } from "react";
|
|
@@ -284,6 +284,7 @@ function Dashboard({ store, connection, overlay }) {
|
|
|
284
284
|
connection?.disconnect();
|
|
285
285
|
exit();
|
|
286
286
|
}
|
|
287
|
+
if (overlay) return;
|
|
287
288
|
if (input === "r") connection?.reconnect();
|
|
288
289
|
if (input === "c" && !key.ctrl) {
|
|
289
290
|
store.getState().clearActivity();
|
package/dist/cli.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
refreshIdToken,
|
|
9
9
|
signIn,
|
|
10
10
|
version
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-DU2STEE5.js";
|
|
12
12
|
|
|
13
13
|
// src/cli.ts
|
|
14
14
|
import { program } from "commander";
|
|
@@ -135,7 +135,7 @@ async function runHeadless(server, idToken, options) {
|
|
|
135
135
|
async function runTui(server, options) {
|
|
136
136
|
const { render } = await import("ink");
|
|
137
137
|
const { createElement } = await import("react");
|
|
138
|
-
const { App } = await import("./App-
|
|
138
|
+
const { App } = await import("./App-624TTCIE.js");
|
|
139
139
|
const idToken = options.token ? options.token : void 0;
|
|
140
140
|
process.stdout.write("\x1B[?1049h");
|
|
141
141
|
process.stdout.write("\x1B[H");
|