botrun-mcli
Advanced tools
+1
-1
| { | ||
| "name": "botrun-mcli", | ||
| "version": "0.4.0", | ||
| "version": "0.4.1", | ||
| "description": "Local SQLite full-text search CLI for plain-text memory", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+1
-2
| import { join } from 'node:path'; | ||
| import { homedir } from 'node:os'; | ||
| import { mkdir } from 'node:fs/promises'; | ||
| const DEFAULT_BM_PATH = join(homedir(), '.botrun', 'bm'); | ||
| const DEFAULT_BM_PATH = '/workspace/.botrun/bm'; | ||
@@ -7,0 +6,0 @@ export function getBmPath() { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
-100%34418
-0.13%826
-0.12%