ruvector 0.1.72 → 0.1.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -2867,7 +2867,7 @@ if (Test-Path $IntelFile) {
2867
2867
  fs.writeFileSync(statuslineScript, statuslineContent);
2868
2868
  settings.statusLine = {
2869
2869
  type: 'command',
2870
- command: '.claude/statusline-command.ps1'
2870
+ command: 'powershell -NoProfile -ExecutionPolicy Bypass -File .claude/statusline-command.ps1'
2871
2871
  };
2872
2872
  } else {
2873
2873
  // Unix (macOS, Linux): Bash statusline
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruvector",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "description": "High-performance vector database for Node.js with automatic native/WASM fallback",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",