@oomkapwn/enquire-mcp 3.11.0-rc.2 → 3.11.0-rc.3

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/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  All notable changes to this project will be documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
 
5
+ ## [3.11.0-rc.3] — 2026-06-22
6
+
7
+ > **TL;DR:** **Dependency hygiene — safe-patch bundle.** Applied the three non-major dependabot updates: `better-sqlite3` 12.10.1 → **12.11.1**, `vitest` + `@vitest/coverage-v8` → **4.1.9**, `sharp` → **0.35.2**, `markdown-it` → **14.2.0**. All patch/minor, in-range; `npm audit` clean after re-resolution (no new transitive advisories); full suite green under vitest 4.1.9. Deps only — no source/API change. **1331 tests unchanged.** The 3 **major** dependabot PRs (js-yaml 4→5, @types/node 26, actions/checkout 7) are deliberately **not** included — they need isolated verification and are maintainer-gated.
8
+
9
+ ### Changed
10
+
11
+ - **better-sqlite3** `^12.10.1` → `^12.11.1` (optional dep; closes dependabot #274).
12
+ - **@vitest/coverage-v8** + **vitest** `4.1.8` → `4.1.9` (matched dev pair; part of dependabot #272).
13
+ - **sharp** `^0.35.1` → `^0.35.2` (dev; part of dependabot #272).
14
+ - **markdown-it** `14.1.1` → `14.2.0` (dev; closes dependabot #242).
15
+
16
+ ### Notes
17
+
18
+ - `node scripts/check-audit.mjs` clean (prod ≥ moderate / dev ≥ high; allowlist still empty). The re-resolution surfaced no new advisories — per the recurring lesson, a dep bump's `npm install` re-resolves the whole tree against the live advisory DB, so the scoped audit gate was run as part of this RC.
19
+ - **Deferred (maintainer's call):** js-yaml 4→5 (⚠️ the project just migrated onto js-yaml@4 in rc.53 — a major needs isolated frontmatter verification), @types/node 26, actions/checkout 7.
20
+
21
+ ---
22
+
5
23
  ## [3.11.0-rc.2] — 2026-06-22
6
24
 
7
25
  > **TL;DR:** **Internationalization round 2 — README now in 9 languages.** Added **Russian** (`README.ru.md`), **Brazilian Portuguese** (`README.pt.md`), **French** (`README.fr.md`), and **Japanese** (`README.ja.md`) alongside English + 中文 + Español + हिन्दी + العربية. Every README carries a **9-way language switcher**; the four new files ship in the npm tarball, and the existing structural guards were extended to cover them. Docs only — no code/API change. **1331 tests unchanged** (the i18n invariants are data-driven, no new `it()`).
package/dist/index.d.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  * + `McpServer({version})`) and `src/tool-registry.ts` (used in the
8
8
  * `vault-info` resource payload).
9
9
  */
10
- export declare const VERSION = "3.11.0-rc.2";
10
+ export declare const VERSION = "3.11.0-rc.3";
11
11
  export { main } from "./cli.js";
12
12
  export { buildEmbedText, buildMcpServer, formatReadyBanner, prepareServerDeps, type ServeOptions, type ServerDeps, startServer } from "./server.js";
13
13
  export { parsePositiveInt, parseQuantizationMode } from "./tool-registry.js";
package/dist/index.js CHANGED
@@ -40,7 +40,7 @@ import { main } from "./cli.js";
40
40
  * + `McpServer({version})`) and `src/tool-registry.ts` (used in the
41
41
  * `vault-info` resource payload).
42
42
  */
43
- export const VERSION = "3.11.0-rc.2";
43
+ export const VERSION = "3.11.0-rc.3";
44
44
  // Re-exports — preserve the v3.5.x public surface so http-transport.ts and
45
45
  // tests don't need to know about the new module layout. The set below
46
46
  // exactly matches the v3.5.x `export` declarations: `main`,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@oomkapwn/enquire-mcp",
4
- "version": "3.11.0-rc.2",
4
+ "version": "3.11.0-rc.3",
5
5
  "mcpName": "io.github.oomkapwn/enquire-mcp",
6
6
  "description": "MCP server giving AI agents (Claude Code, Claude Desktop, Cursor, ChatGPT, Codex, OpenClaw) persistent long-term memory backed by your local Obsidian markdown vault. Hybrid retrieval (BM25 + ML embeddings + BGE reranker, RRF-fused), HNSW + int8 quantization, agentic RAG (HyDE + sub-question decomposition), GraphRAG-light (Louvain), standalone Obsidian Bases, PDFs + Tesseract OCR. Vendor-neutral memory layer for any MCP-compatible agent. 46 tools, 19 MCP prompts, 1331 tests, signed npm build provenance (SLSA L2), semver-bound, MIT, zero cloud calls during serve.",
7
7
  "type": "module",
@@ -197,17 +197,17 @@
197
197
  "@types/better-sqlite3": "^7.6.13",
198
198
  "@types/js-yaml": "^4.0.9",
199
199
  "@types/node": "^25.9.3",
200
- "@vitest/coverage-v8": "^4.1.8",
200
+ "@vitest/coverage-v8": "^4.1.9",
201
201
  "husky": "^9.1.7",
202
- "sharp": "^0.35.1",
202
+ "sharp": "^0.35.2",
203
203
  "typedoc": "^0.28.19",
204
204
  "typescript": "^6.0.3",
205
- "vitest": "^4.1.5"
205
+ "vitest": "^4.1.9"
206
206
  },
207
207
  "optionalDependencies": {
208
208
  "@huggingface/transformers": "^4.2.0",
209
209
  "@napi-rs/canvas": "^1.0.0",
210
- "better-sqlite3": "^12.10.1",
210
+ "better-sqlite3": "^12.11.1",
211
211
  "hnswlib-node": "^3.0.0",
212
212
  "pdfjs-dist": "^6.0.227",
213
213
  "tesseract.js": "^7.0.0"