@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/index.js CHANGED
@@ -1297,7 +1297,7 @@ import { mkdirSync } from "fs";
1297
1297
  import { dirname as dirname3 } from "path";
1298
1298
 
1299
1299
  // src/persistent/schema.ts
1300
- var SCHEMA_VERSION = 3;
1300
+ var SCHEMA_VERSION = 4;
1301
1301
  var SCHEMA_SQL = `
1302
1302
  CREATE TABLE IF NOT EXISTS conversation_files (
1303
1303
  id INTEGER PRIMARY KEY AUTOINCREMENT,