@threadbase-sh/scanner 0.9.0 → 0.9.1

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.9.0";
8
+ var version = "0.9.1";
9
9
 
10
10
  // src/logger.ts
11
11
  import pino from "pino";
@@ -1220,7 +1220,7 @@ import { mkdirSync } from "fs";
1220
1220
  import { dirname as dirname3 } from "path";
1221
1221
 
1222
1222
  // src/persistent/schema.ts
1223
- var SCHEMA_VERSION = 3;
1223
+ var SCHEMA_VERSION = 4;
1224
1224
  var SCHEMA_SQL = `
1225
1225
  CREATE TABLE IF NOT EXISTS conversation_files (
1226
1226
  id INTEGER PRIMARY KEY AUTOINCREMENT,