From c15326d04822c1f589a73b4acc64033510880e26 Mon Sep 17 00:00:00 2001 From: rUv Date: Fri, 1 May 2026 10:43:46 -0400 Subject: [PATCH] fix(ruvllm): pin optionalDependencies to actually-published 2.0.1 (#411) (#412) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @ruvector/ruvllm@2.4.0–2.5.4 pinned native binary optionalDependencies to 2.3.0, but no platform package was ever published at 2.3.0 (latest is 2.0.1). Net effect: the JS wrapper installed cleanly but the native loader had nothing to load on any platform — affected every install of @claude-flow/cli via the agentdb → ruvllm transitive chain. Repointing to 2.0.1 (the actual latest published native version) and bumping the wrapper to 2.5.5. Already published as 2.5.5 to npm; verified clean install pulls in @ruvector/ruvllm-linux-x64-gnu@2.0.1 with the .node binary present. Closes #411 Co-authored-by: ruvnet --- npm/packages/ruvllm/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/npm/packages/ruvllm/package.json b/npm/packages/ruvllm/package.json index f23b83079..c035a6796 100644 --- a/npm/packages/ruvllm/package.json +++ b/npm/packages/ruvllm/package.json @@ -1,6 +1,6 @@ { "name": "@ruvector/ruvllm", - "version": "2.5.4", + "version": "2.5.5", "description": "Self-learning LLM runtime — TurboQuant KV-cache (6-8x compression), SONA adaptive learning, FlashAttention, speculative decoding, GGUF inference", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -65,11 +65,11 @@ "ora": "^5.4.1" }, "optionalDependencies": { - "@ruvector/ruvllm-linux-x64-gnu": "2.3.0", - "@ruvector/ruvllm-linux-arm64-gnu": "2.3.0", - "@ruvector/ruvllm-darwin-x64": "2.3.0", - "@ruvector/ruvllm-darwin-arm64": "2.3.0", - "@ruvector/ruvllm-win32-x64-msvc": "2.3.0" + "@ruvector/ruvllm-linux-x64-gnu": "2.0.1", + "@ruvector/ruvllm-linux-arm64-gnu": "2.0.1", + "@ruvector/ruvllm-darwin-x64": "2.0.1", + "@ruvector/ruvllm-darwin-arm64": "2.0.1", + "@ruvector/ruvllm-win32-x64-msvc": "2.0.1" }, "keywords": [ "ruvllm",