@threadbase-sh/scanner 0.8.3 → 0.8.4

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
@@ -5,7 +5,7 @@ import { Command } from "commander";
5
5
  import pino2 from "pino";
6
6
 
7
7
  // package.json
8
- var version = "0.8.3";
8
+ var version = "0.8.4";
9
9
 
10
10
  // src/logger.ts
11
11
  import pino from "pino";
@@ -2659,7 +2659,7 @@ var ConversationScanner = class {
2659
2659
  this.lastTier.name,
2660
2660
  void 0,
2661
2661
  readGitBranch,
2662
- true,
2662
+ false,
2663
2663
  provider
2664
2664
  );
2665
2665
  evict2(meta2);