mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-07-09 17:28:42 +00:00
chore(release): bump patch versions for TS bug-fix releases
- @ruvector/node 0.1.23 → 0.1.24 (tsconfig.cjs.json declarationMap fix) - @ruvector/postgres-cli 0.2.7 → 0.2.9 (cli.ts Commander action typing fix; 0.2.8 already published externally) - ruvbot 0.3.1 → 0.3.2 (PluginManager Promise<boolean> + CLI config nesting fixes) Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
84a6b4c9cb
commit
ff50f5055f
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ruvector/node",
|
||||
"version": "0.1.23",
|
||||
"version": "0.1.24",
|
||||
"description": "Unified Ruvector package - High-performance vector database with GNN capabilities for Node.js",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ruvector/postgres-cli",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.9",
|
||||
"description": "Advanced AI vector database CLI for PostgreSQL - pgvector drop-in replacement with 53+ SQL functions, 39 attention mechanisms, GNN layers, hyperbolic embeddings, and self-learning capabilities",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ruvbot",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Enterprise-grade self-learning AI assistant with military-strength security, 150x faster vector search, and 12+ LLM models",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue