@okx_ai/okx-trade-cli 1.3.9-beta.3 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14923,7 +14923,7 @@ async function cmdDiagnoseMcp(options = {}) {
14923
14923
 
14924
14924
  // src/commands/diagnose.ts
14925
14925
  var CLI_VERSION = readCliVersion();
14926
- var GIT_HASH = true ? "11688040" : "dev";
14926
+ var GIT_HASH = true ? "2b5e5c85" : "dev";
14927
14927
  function maskKey2(key) {
14928
14928
  if (!key) return "(not set)";
14929
14929
  if (key.length <= 8) return "****";
@@ -21822,7 +21822,7 @@ async function cmdEventCancel(run, opts) {
21822
21822
  // src/index.ts
21823
21823
  var _require3 = createRequire3(import.meta.url);
21824
21824
  var CLI_VERSION2 = _require3("../package.json").version;
21825
- var GIT_HASH2 = true ? "11688040" : "dev";
21825
+ var GIT_HASH2 = true ? "2b5e5c85" : "dev";
21826
21826
  function handlePilotCommand(action, json, force, binaryPath) {
21827
21827
  if (action === "status") return cmdPilotStatus(json, binaryPath);
21828
21828
  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.9-beta.3",
3
+ "version": "1.3.9",
4
4
  "description": "OKX CLI - Command line tool for OKX exchange",
5
5
  "type": "module",
6
6
  "license": "MIT",