@okx_ai/okx-trade-cli 1.2.8-beta.7 → 1.2.8
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
|
@@ -8248,7 +8248,7 @@ async function cmdDiagnoseMcp(options = {}) {
|
|
|
8248
8248
|
|
|
8249
8249
|
// src/commands/diagnose.ts
|
|
8250
8250
|
var CLI_VERSION = readCliVersion();
|
|
8251
|
-
var GIT_HASH = true ? "
|
|
8251
|
+
var GIT_HASH = true ? "0b9b3b7" : "dev";
|
|
8252
8252
|
function maskKey2(key) {
|
|
8253
8253
|
if (!key) return "(not set)";
|
|
8254
8254
|
if (key.length <= 8) return "****";
|
|
@@ -12446,7 +12446,7 @@ function cmdSkillList(json) {
|
|
|
12446
12446
|
// src/index.ts
|
|
12447
12447
|
var _require3 = createRequire3(import.meta.url);
|
|
12448
12448
|
var CLI_VERSION2 = _require3("../package.json").version;
|
|
12449
|
-
var GIT_HASH2 = true ? "
|
|
12449
|
+
var GIT_HASH2 = true ? "0b9b3b7" : "dev";
|
|
12450
12450
|
function handleConfigCommand(action, rest, json, lang, force) {
|
|
12451
12451
|
if (action === "init") return cmdConfigInit(lang === "zh" ? "zh" : "en");
|
|
12452
12452
|
if (action === "show") return cmdConfigShow(json);
|