mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 15:03:46 +00:00
chore: bump rvf-node to 0.1.5, rvf SDK to 0.1.7
- rvf-node@0.1.5 includes all 4 platform binaries inline (linux-x64-gnu, linux-arm64-gnu, darwin-x64, darwin-arm64) - rvf SDK@0.1.7 depends on rvf-node ^0.1.5 and rvf-wasm ^0.1.5 Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
941f5cb846
commit
365139bb31
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ruvector/rvf-node",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"description": "RuVector Format Node.js native bindings",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ruvector/rvf",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "RuVector Format — unified TypeScript SDK for vector intelligence",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
|
|
@ -23,10 +23,10 @@
|
|||
"license": "MIT",
|
||||
"repository": "https://github.com/ruvnet/ruvector",
|
||||
"dependencies": {
|
||||
"@ruvector/rvf-node": "^0.1.4"
|
||||
"@ruvector/rvf-node": "^0.1.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@ruvector/rvf-wasm": "^0.1.4"
|
||||
"@ruvector/rvf-wasm": "^0.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue