2ndbrain 2026.1.36 → 2026.1.37

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "2ndbrain",
3
- "version": "2026.1.36",
3
+ "version": "2026.1.37",
4
4
  "description": "Always-on Node.js service bridging Telegram messaging to Claude AI with knowledge graph, journal, project management, and semantic search.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -56,6 +56,7 @@ class EmbeddingWorker {
56
56
 
57
57
  /** Whether the embeddings table has been verified to exist. */
58
58
  this._tableVerified = false;
59
+ }
59
60
 
60
61
  /**
61
62
  * Start the periodic embedding worker loop.