qlogicagent 2.17.5 → 2.17.7
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.
|
@@ -17,7 +17,7 @@ export interface ElectronNpm {
|
|
|
17
17
|
nodeExe: string;
|
|
18
18
|
/** Bundled npm's CLI entry (…/node_modules/npm/bin/npm-cli.js). */
|
|
19
19
|
npmCli: string;
|
|
20
|
-
/** Writable global-install prefix (~/.xiaozhiclaw/npm-global), or undefined if the shell set none. */
|
|
20
|
+
/** Writable global-install prefix (~/.xiaozhiclaw-agents/npm-global), or undefined if the shell set none. */
|
|
21
21
|
prefix?: string;
|
|
22
22
|
}
|
|
23
23
|
/** Resolve the desktop npm bridge from env, or null when not running under the packaged desktop app. */
|