@okx_ai/okx-trade-cli 1.3.1-beta.10 → 1.3.1-beta.11

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
@@ -10990,7 +10990,7 @@ async function cmdDiagnoseMcp(options = {}) {
10990
10990
 
10991
10991
  // src/commands/diagnose.ts
10992
10992
  var CLI_VERSION = readCliVersion();
10993
- var GIT_HASH = true ? "ec9eb58" : "dev";
10993
+ var GIT_HASH = true ? "245ab4e" : "dev";
10994
10994
  function maskKey2(key) {
10995
10995
  if (!key) return "(not set)";
10996
10996
  if (key.length <= 8) return "****";
@@ -16882,7 +16882,7 @@ async function cmdEventCancel(run, opts) {
16882
16882
  // src/index.ts
16883
16883
  var _require3 = createRequire3(import.meta.url);
16884
16884
  var CLI_VERSION2 = _require3("../package.json").version;
16885
- var GIT_HASH2 = true ? "ec9eb58" : "dev";
16885
+ var GIT_HASH2 = true ? "245ab4e" : "dev";
16886
16886
  function handleDohCommand(action, json, force, binaryPath) {
16887
16887
  if (action === "status") return cmdDohStatus(json, binaryPath);
16888
16888
  if (action === "install") return cmdDohInstall(json, binaryPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okx_ai/okx-trade-cli",
3
- "version": "1.3.1-beta.10",
3
+ "version": "1.3.1-beta.11",
4
4
  "description": "OKX CLI - Command line tool for OKX exchange",
5
5
  "type": "module",
6
6
  "license": "MIT",