@dreb/semantic-search 2.11.1 → 2.12.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "semantic-search",
3
3
  "description": "Semantic codebase search — natural language queries over code and docs using embeddings, tree-sitter parsing, and POEM multi-signal ranking",
4
- "version": "2.11.1",
4
+ "version": "2.12.1",
5
5
  "author": {
6
6
  "name": "Drew Brereton"
7
7
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dreb/semantic-search",
3
- "version": "2.11.1",
3
+ "version": "2.12.1",
4
4
  "description": "Semantic codebase search engine with embedding-based ranking and MCP server",
5
5
  "publishConfig": {
6
6
  "access": "public"