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.
package/dist/cli.js CHANGED
@@ -14645,7 +14645,7 @@ function sleep2(ms) {
14645
14645
  // src/cli.ts
14646
14646
  configureTheme({ brand: "green", label: "Terminal Pilot" });
14647
14647
  function getBundledPackageVersion() {
14648
- return true ? "0.0.44" : void 0;
14648
+ return true ? "0.0.45" : void 0;
14649
14649
  }
14650
14650
  function normalizeArgv(argv) {
14651
14651
  if (argv.includes("--json") && !argv.some((argument) => argument === "--output" || argument.startsWith("--output="))) {