@okx_ai/okx-trade-cli 1.3.3-beta.3 → 1.3.3

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
@@ -13487,7 +13487,7 @@ async function cmdDiagnoseMcp(options = {}) {
13487
13487
 
13488
13488
  // src/commands/diagnose.ts
13489
13489
  var CLI_VERSION = readCliVersion();
13490
- var GIT_HASH = true ? "3247f9a2" : "dev";
13490
+ var GIT_HASH = true ? "e6ad1d1e" : "dev";
13491
13491
  function maskKey2(key) {
13492
13492
  if (!key) return "(not set)";
13493
13493
  if (key.length <= 8) return "****";
@@ -19973,7 +19973,7 @@ async function cmdEventCancel(run, opts) {
19973
19973
  // src/index.ts
19974
19974
  var _require3 = createRequire3(import.meta.url);
19975
19975
  var CLI_VERSION2 = _require3("../package.json").version;
19976
- var GIT_HASH2 = true ? "3247f9a2" : "dev";
19976
+ var GIT_HASH2 = true ? "e6ad1d1e" : "dev";
19977
19977
  function handlePilotCommand(action, json, force, binaryPath) {
19978
19978
  if (action === "status") return cmdPilotStatus(json, binaryPath);
19979
19979
  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.3-beta.3",
3
+ "version": "1.3.3",
4
4
  "description": "OKX CLI - Command line tool for OKX exchange",
5
5
  "type": "module",
6
6
  "license": "MIT",