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.
@@ -23,7 +23,7 @@
23
23
  },
24
24
  {
25
25
  "name": "terminal-pilot",
26
- "version": "0.0.44",
26
+ "version": "0.0.45",
27
27
  "license": "MIT"
28
28
  },
29
29
  {
@@ -14648,7 +14648,7 @@ function sleep2(ms) {
14648
14648
  // src/cli.ts
14649
14649
  configureTheme({ brand: "green", label: "Terminal Pilot" });
14650
14650
  function getBundledPackageVersion() {
14651
- return true ? "0.0.44" : void 0;
14651
+ return true ? "0.0.45" : void 0;
14652
14652
  }
14653
14653
  function normalizeArgv(argv) {
14654
14654
  if (argv.includes("--json") && !argv.some((argument) => argument === "--output" || argument.startsWith("--output="))) {