anywhere-ai 0.0.19 → 0.0.20
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/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -11,7 +11,7 @@ import readline from "readline";
|
|
|
11
11
|
import qrcode from "qrcode-terminal";
|
|
12
12
|
var args = process.argv.slice(2);
|
|
13
13
|
if (args.includes("--version") || args.includes("-v")) {
|
|
14
|
-
console.log(`anywhere-ai v${"0.0.
|
|
14
|
+
console.log(`anywhere-ai v${"0.0.20"}`);
|
|
15
15
|
process.exit(0);
|
|
16
16
|
}
|
|
17
17
|
function ask(question, preserveCase = false) {
|
|
@@ -174,7 +174,7 @@ await import("./server-SPM3PZ5G.js");
|
|
|
174
174
|
var tunnelURL = null;
|
|
175
175
|
var tunnelProcess = null;
|
|
176
176
|
function printBanner(serverURL2) {
|
|
177
|
-
const qrData =
|
|
177
|
+
const qrData = `${serverURL2}#${config.authToken}`;
|
|
178
178
|
console.log(`
|
|
179
179
|
____ ____ ____ ____ ____ ____ ____ ____
|
|
180
180
|
||A |||N |||Y |||W |||H |||E |||R |||E ||
|