grepmax 0.12.4 → 0.12.5

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.
@@ -295,7 +295,7 @@ class VectorDB {
295
295
  });
296
296
  }
297
297
  optimize() {
298
- return __awaiter(this, arguments, void 0, function* (retries = 3, retentionMs = 0) {
298
+ return __awaiter(this, arguments, void 0, function* (retries = 5, retentionMs = 0) {
299
299
  const table = yield this.ensureTable();
300
300
  const cutoff = new Date(Date.now() - retentionMs);
301
301
  for (let attempt = 1; attempt <= retries; attempt++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grepmax",
3
- "version": "0.12.4",
3
+ "version": "0.12.5",
4
4
  "author": "Robert Owens <robowens@me.com>",
5
5
  "homepage": "https://github.com/reowens/grepmax",
6
6
  "bugs": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grepmax",
3
- "version": "0.12.4",
3
+ "version": "0.12.5",
4
4
  "description": "Semantic code search for Claude Code. Automatically indexes your project and provides intelligent search capabilities.",
5
5
  "author": {
6
6
  "name": "Robert Owens",