chore: update ruvector wrapper to 0.1.8

- Updated version from 0.1.7 to 0.1.8
- Changed dependency from ruvector-core to @ruvector/core@^0.1.3
- Published to npm registry
This commit is contained in:
rUv 2025-11-25 16:48:34 +00:00
parent 20b94d8343
commit 0849c8a0b5

View file

@ -1,6 +1,6 @@
{
"name": "ruvector",
"version": "0.1.2",
"version": "0.1.8",
"description": "High-performance vector database for Node.js with automatic native/WASM fallback",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -43,7 +43,7 @@
"directory": "npm/packages/ruvector"
},
"dependencies": {
"ruvector-core": "^0.1.2",
"@ruvector/core": "^0.1.3",
"commander": "^11.1.0",
"chalk": "^4.1.2",
"ora": "^5.4.1"