@okx_ai/okx-trade-cli 1.2.7-beta.3 → 1.2.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
|
@@ -7755,7 +7755,7 @@ async function cmdDiagnoseMcp(options = {}) {
|
|
|
7755
7755
|
|
|
7756
7756
|
// src/commands/diagnose.ts
|
|
7757
7757
|
var CLI_VERSION = readCliVersion();
|
|
7758
|
-
var GIT_HASH = true ? "
|
|
7758
|
+
var GIT_HASH = true ? "475621d" : "dev";
|
|
7759
7759
|
function maskKey2(key) {
|
|
7760
7760
|
if (!key) return "(not set)";
|
|
7761
7761
|
if (key.length <= 8) return "****";
|
|
@@ -11565,7 +11565,7 @@ async function cmdDcdQuoteAndBuy(run, opts) {
|
|
|
11565
11565
|
// src/index.ts
|
|
11566
11566
|
var _require3 = createRequire3(import.meta.url);
|
|
11567
11567
|
var CLI_VERSION2 = _require3("../package.json").version;
|
|
11568
|
-
var GIT_HASH2 = true ? "
|
|
11568
|
+
var GIT_HASH2 = true ? "475621d" : "dev";
|
|
11569
11569
|
function handleConfigCommand(action, rest, json, lang, force) {
|
|
11570
11570
|
if (action === "init") return cmdConfigInit(lang === "zh" ? "zh" : "en");
|
|
11571
11571
|
if (action === "show") return cmdConfigShow(json);
|