chore: publish rvf-node@0.1.6 with win32-x64-msvc binary

- Published @ruvector/rvf-node-win32-x64-msvc@0.1.4 to npm
- Bumped @ruvector/rvf-node to 0.1.6 (all 5 platform binaries)
- Added publishConfig to win32-x64-msvc package.json

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
rUv 2026-02-16 23:04:34 +00:00
parent eda601dbca
commit bd05fd7f2e
2 changed files with 6 additions and 2 deletions

View file

@ -12,5 +12,9 @@
"license": "MIT",
"os": [
"win32"
]
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "@ruvector/rvf-node",
"version": "0.1.5",
"version": "0.1.6",
"description": "RuVector Format Node.js native bindings",
"main": "index.js",
"types": "index.d.ts",