mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-24 13:54:31 +00:00
chore(sona): Bump @ruvector/sona to v0.1.4
- Add darwin-arm64 and linux-arm64-gnu to optionalDependencies - Prepare for cross-platform NAPI binary release 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
28c9c34084
commit
5d22dbf2bc
1 changed files with 6 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ruvector/sona",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"description": "Self-Optimizing Neural Architecture (SONA) - Runtime-adaptive learning with LoRA, EWC++, and ReasoningBank for LLM routers and AI systems. Sub-millisecond learning overhead, WASM and Node.js support.",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
|
@ -72,8 +72,10 @@
|
|||
"*.node"
|
||||
],
|
||||
"optionalDependencies": {
|
||||
"@ruvector/sona-win32-x64-msvc": "0.1.3",
|
||||
"@ruvector/sona-darwin-x64": "0.1.3",
|
||||
"@ruvector/sona-linux-x64-gnu": "0.1.3"
|
||||
"@ruvector/sona-win32-x64-msvc": "0.1.4",
|
||||
"@ruvector/sona-darwin-x64": "0.1.4",
|
||||
"@ruvector/sona-darwin-arm64": "0.1.4",
|
||||
"@ruvector/sona-linux-x64-gnu": "0.1.4",
|
||||
"@ruvector/sona-linux-arm64-gnu": "0.1.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue