@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 +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1361,7 +1361,7 @@ var import_fs7 = require("fs");
|
|
|
1361
1361
|
var import_path6 = require("path");
|
|
1362
1362
|
|
|
1363
1363
|
// src/persistent/schema.ts
|
|
1364
|
-
var SCHEMA_VERSION =
|
|
1364
|
+
var SCHEMA_VERSION = 4;
|
|
1365
1365
|
var SCHEMA_SQL = `
|
|
1366
1366
|
CREATE TABLE IF NOT EXISTS conversation_files (
|
|
1367
1367
|
id INTEGER PRIMARY KEY AUTOINCREMENT,
|