anywhere-ai 0.0.11 → 0.0.13

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 CHANGED
@@ -10,7 +10,7 @@ import { spawnSync, execSync } from "child_process";
10
10
  import readline from "readline";
11
11
  var args = process.argv.slice(2);
12
12
  if (args.includes("--version") || args.includes("-v")) {
13
- console.log(`anywhere-ai v${"0.0.11"}`);
13
+ console.log(`anywhere-ai v${"0.0.13"}`);
14
14
  process.exit(0);
15
15
  }
16
16
  function ask(question, preserveCase = false) {
@@ -184,4 +184,4 @@ if (isVPS) {
184
184
  console.log(" Make sure port " + port + " is open in your firewall.");
185
185
  }
186
186
  console.log();
187
- import("./server-XZOYDEP7.js");
187
+ import("./server-UEFY65QR.js");