@okx_ai/okx-trade-cli 1.2.6-beta.1 → 1.2.6

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7524,7 +7524,7 @@ async function cmdDiagnoseMcp(options = {}) {
7524
7524
 
7525
7525
  // src/commands/diagnose.ts
7526
7526
  var CLI_VERSION = readCliVersion();
7527
- var GIT_HASH = true ? "c27439d" : "dev";
7527
+ var GIT_HASH = true ? "9f66f84" : "dev";
7528
7528
  function maskKey2(key) {
7529
7529
  if (!key) return "(not set)";
7530
7530
  if (key.length <= 8) return "****";
@@ -11193,7 +11193,7 @@ async function cmdDcdQuoteAndBuy(run, opts) {
11193
11193
  // src/index.ts
11194
11194
  var _require3 = createRequire3(import.meta.url);
11195
11195
  var CLI_VERSION2 = _require3("../package.json").version;
11196
- var GIT_HASH2 = true ? "c27439d" : "dev";
11196
+ var GIT_HASH2 = true ? "9f66f84" : "dev";
11197
11197
  function handleConfigCommand(action, rest, json, lang, force) {
11198
11198
  if (action === "init") return cmdConfigInit(lang === "zh" ? "zh" : "en");
11199
11199
  if (action === "show") return cmdConfigShow(json);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okx_ai/okx-trade-cli",
3
- "version": "1.2.6-beta.1",
3
+ "version": "1.2.6",
4
4
  "description": "OKX CLI - Command line tool for OKX exchange",
5
5
  "type": "module",
6
6
  "license": "MIT",