terminal-pilot 0.0.44 → 0.0.45

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.
@@ -14655,7 +14655,7 @@ function sleep2(ms) {
14655
14655
  // src/cli.ts
14656
14656
  configureTheme({ brand: "green", label: "Terminal Pilot" });
14657
14657
  function getBundledPackageVersion() {
14658
- return true ? "0.0.44" : void 0;
14658
+ return true ? "0.0.45" : void 0;
14659
14659
  }
14660
14660
  function normalizeArgv(argv) {
14661
14661
  if (argv.includes("--json") && !argv.some((argument) => argument === "--output" || argument.startsWith("--output="))) {