@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/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.
|
|
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 =
|
|
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,
|