@okx_ai/okx-trade-cli 1.3.8-beta.7 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14918,7 +14918,7 @@ async function cmdDiagnoseMcp(options = {}) {
14918
14918
 
14919
14919
  // src/commands/diagnose.ts
14920
14920
  var CLI_VERSION = readCliVersion();
14921
- var GIT_HASH = true ? "c102867d" : "dev";
14921
+ var GIT_HASH = true ? "d21e140e" : "dev";
14922
14922
  function maskKey2(key) {
14923
14923
  if (!key) return "(not set)";
14924
14924
  if (key.length <= 8) return "****";
@@ -21807,7 +21807,7 @@ async function cmdEventCancel(run, opts) {
21807
21807
  // src/index.ts
21808
21808
  var _require3 = createRequire3(import.meta.url);
21809
21809
  var CLI_VERSION2 = _require3("../package.json").version;
21810
- var GIT_HASH2 = true ? "c102867d" : "dev";
21810
+ var GIT_HASH2 = true ? "d21e140e" : "dev";
21811
21811
  function handlePilotCommand(action, json, force, binaryPath) {
21812
21812
  if (action === "status") return cmdPilotStatus(json, binaryPath);
21813
21813
  if (action === "install") return cmdPilotInstall(json, binaryPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okx_ai/okx-trade-cli",
3
- "version": "1.3.8-beta.7",
3
+ "version": "1.3.8",
4
4
  "description": "OKX CLI - Command line tool for OKX exchange",
5
5
  "type": "module",
6
6
  "license": "MIT",