mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-30 20:43:38 +00:00
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:
parent
20b94d8343
commit
0849c8a0b5
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue