chore: bump to 0.1.27 for republish with binaries

This commit is contained in:
Reuven 2026-01-24 12:50:21 -05:00
parent 304a1463d0
commit ae5eccdf79
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@ruvector/router-darwin-arm64",
"version": "0.1.26",
"version": "0.1.27",
"description": "macOS ARM64 (Apple Silicon) native bindings for @ruvector/router",
"main": "ruvector-router.darwin-arm64.node",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "@ruvector/router-darwin-x64",
"version": "0.1.26",
"version": "0.1.27",
"description": "macOS x64 native bindings for @ruvector/router",
"main": "ruvector-router.darwin-x64.node",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "@ruvector/router-linux-arm64-gnu",
"version": "0.1.26",
"version": "0.1.27",
"description": "Linux ARM64 (glibc) native bindings for @ruvector/router",
"main": "ruvector-router.linux-arm64-gnu.node",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "@ruvector/router-linux-x64-gnu",
"version": "0.1.26",
"version": "0.1.27",
"description": "Linux x64 (glibc) native bindings for @ruvector/router",
"main": "ruvector-router.linux-x64-gnu.node",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "@ruvector/router-win32-x64-msvc",
"version": "0.1.26",
"version": "0.1.27",
"description": "Windows x64 native bindings for @ruvector/router",
"main": "ruvector-router.win32-x64-msvc.node",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "@ruvector/router",
"version": "0.1.26",
"version": "0.1.27",
"description": "Semantic router for AI agents - vector-based intent matching with HNSW indexing and SIMD acceleration",
"main": "index.js",
"types": "index.d.ts",