🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

botrun-mcli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botrun-mcli - npm Package Compare versions

Comparing version
0.4.0
to
0.4.1
+1
-1
package.json
{
"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",

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() {