@okx_ai/okx-trade-cli 1.3.2-beta.6 → 1.3.2-beta.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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12374,7 +12374,7 @@ async function cmdDiagnoseMcp(options = {}) {
|
|
|
12374
12374
|
|
|
12375
12375
|
// src/commands/diagnose.ts
|
|
12376
12376
|
var CLI_VERSION = readCliVersion();
|
|
12377
|
-
var GIT_HASH = true ? "
|
|
12377
|
+
var GIT_HASH = true ? "7705482" : "dev";
|
|
12378
12378
|
function maskKey2(key) {
|
|
12379
12379
|
if (!key) return "(not set)";
|
|
12380
12380
|
if (key.length <= 8) return "****";
|
|
@@ -18579,7 +18579,7 @@ async function cmdEventCancel(run, opts) {
|
|
|
18579
18579
|
// src/index.ts
|
|
18580
18580
|
var _require3 = createRequire3(import.meta.url);
|
|
18581
18581
|
var CLI_VERSION2 = _require3("../package.json").version;
|
|
18582
|
-
var GIT_HASH2 = true ? "
|
|
18582
|
+
var GIT_HASH2 = true ? "7705482" : "dev";
|
|
18583
18583
|
function handlePilotCommand(action, json, force, binaryPath) {
|
|
18584
18584
|
if (action === "status") return cmdPilotStatus(json, binaryPath);
|
|
18585
18585
|
if (action === "install") return cmdPilotInstall(json, binaryPath);
|