chore: bump and publish npm packages (ruvector 0.1.99, rvlite 0.2.4, rvf 0.1.3)

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
rUv 2026-02-15 06:19:48 +00:00
parent 91c86a58c9
commit 307abc802f
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ruvector",
"version": "0.1.98",
"version": "0.1.99",
"description": "High-performance vector database for Node.js with automatic native/WASM fallback",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@ruvector/rvf",
"version": "0.1.2",
"version": "0.1.3",
"description": "RuVector Format — unified TypeScript SDK for vector intelligence",
"main": "dist/index.js",
"module": "dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "rvlite",
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"description": "Lightweight vector database with SQL, SPARQL, and Cypher - runs everywhere (Node.js, Browser, Edge)",
"main": "dist/index.js",