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

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
@@ -7755,7 +7755,7 @@ async function cmdDiagnoseMcp(options = {}) {
7755
7755
 
7756
7756
  // src/commands/diagnose.ts
7757
7757
  var CLI_VERSION = readCliVersion();
7758
- var GIT_HASH = true ? "35c609e" : "dev";
7758
+ var GIT_HASH = true ? "475621d" : "dev";
7759
7759
  function maskKey2(key) {
7760
7760
  if (!key) return "(not set)";
7761
7761
  if (key.length <= 8) return "****";
@@ -11565,7 +11565,7 @@ async function cmdDcdQuoteAndBuy(run, opts) {
11565
11565
  // src/index.ts
11566
11566
  var _require3 = createRequire3(import.meta.url);
11567
11567
  var CLI_VERSION2 = _require3("../package.json").version;
11568
- var GIT_HASH2 = true ? "35c609e" : "dev";
11568
+ var GIT_HASH2 = true ? "475621d" : "dev";
11569
11569
  function handleConfigCommand(action, rest, json, lang, force) {
11570
11570
  if (action === "init") return cmdConfigInit(lang === "zh" ? "zh" : "en");
11571
11571
  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.7-beta.3",
3
+ "version": "1.2.7",
4
4
  "description": "OKX CLI - Command line tool for OKX exchange",
5
5
  "type": "module",
6
6
  "license": "MIT",