@okx_ai/okx-trade-cli 1.2.9-beta.3 → 1.2.9
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
|
@@ -8364,7 +8364,7 @@ async function cmdDiagnoseMcp(options = {}) {
|
|
|
8364
8364
|
|
|
8365
8365
|
// src/commands/diagnose.ts
|
|
8366
8366
|
var CLI_VERSION = readCliVersion();
|
|
8367
|
-
var GIT_HASH = true ? "
|
|
8367
|
+
var GIT_HASH = true ? "f1f0625" : "dev";
|
|
8368
8368
|
function maskKey2(key) {
|
|
8369
8369
|
if (!key) return "(not set)";
|
|
8370
8370
|
if (key.length <= 8) return "****";
|
|
@@ -12568,7 +12568,7 @@ function printSkillInstallResult(meta, json) {
|
|
|
12568
12568
|
// src/index.ts
|
|
12569
12569
|
var _require3 = createRequire3(import.meta.url);
|
|
12570
12570
|
var CLI_VERSION2 = _require3("../package.json").version;
|
|
12571
|
-
var GIT_HASH2 = true ? "
|
|
12571
|
+
var GIT_HASH2 = true ? "f1f0625" : "dev";
|
|
12572
12572
|
function handleConfigCommand(action, rest, json, lang, force) {
|
|
12573
12573
|
if (action === "init") return cmdConfigInit(lang === "zh" ? "zh" : "en");
|
|
12574
12574
|
if (action === "show") return cmdConfigShow(json);
|