@biaoo/tiangong-wiki 0.3.12 → 0.3.13

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.
Files changed (2) hide show
  1. package/dist/core/db.js +0 -2
  2. package/package.json +1 -1
package/dist/core/db.js CHANGED
@@ -83,8 +83,6 @@ function ensureBaseTables(db, embeddingDimensions) {
83
83
  indexed_at TEXT
84
84
  );
85
85
 
86
- CREATE INDEX IF NOT EXISTS idx_vfiles_source_timestamp ON vault_files(source_timestamp);
87
-
88
86
  CREATE TABLE IF NOT EXISTS vault_changelog (
89
87
  id INTEGER PRIMARY KEY AUTOINCREMENT,
90
88
  file_id TEXT NOT NULL,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biaoo/tiangong-wiki",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "Local-first wiki index and query engine for Markdown knowledge pages (Tiangong Wiki).",
5
5
  "type": "module",
6
6
  "publishConfig": {