agent-transport-system 0.3.48 → 0.3.49
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/dist/ats.js +2 -5
- package/dist/ats.js.map +1 -1
- package/package.json +1 -1
package/dist/ats.js
CHANGED
|
@@ -27,7 +27,7 @@ import wrapAnsi from "wrap-ansi";
|
|
|
27
27
|
import { Box, Container, Editor, Key, ProcessTerminal, TUI, Text, getEditorKeybindings, matchesKey } from "@mariozechner/pi-tui";
|
|
28
28
|
|
|
29
29
|
//#region package.json
|
|
30
|
-
var version = "0.3.
|
|
30
|
+
var version = "0.3.49";
|
|
31
31
|
var package_default = {
|
|
32
32
|
name: "agent-transport-system",
|
|
33
33
|
version,
|
|
@@ -53991,10 +53991,7 @@ async function runStartHandoff(input) {
|
|
|
53991
53991
|
waitConfig
|
|
53992
53992
|
})
|
|
53993
53993
|
});
|
|
53994
|
-
await
|
|
53995
|
-
message: "Continuing setup on this computer",
|
|
53996
|
-
run: async () => await runStartHandoff(input)
|
|
53997
|
-
});
|
|
53994
|
+
await runStartHandoff(input);
|
|
53998
53995
|
return;
|
|
53999
53996
|
}
|
|
54000
53997
|
throw new Error(START_HANDOFF_WAITING_FOR_WEB_AGENT_SELECTION_MESSAGE);
|