@okx_ai/okx-trade-cli 1.2.9-beta.3 → 1.2.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
@@ -8364,7 +8364,7 @@ async function cmdDiagnoseMcp(options = {}) {
8364
8364
 
8365
8365
  // src/commands/diagnose.ts
8366
8366
  var CLI_VERSION = readCliVersion();
8367
- var GIT_HASH = true ? "d684c01" : "dev";
8367
+ var GIT_HASH = true ? "f1f0625" : "dev";
8368
8368
  function maskKey2(key) {
8369
8369
  if (!key) return "(not set)";
8370
8370
  if (key.length <= 8) return "****";
@@ -12568,7 +12568,7 @@ function printSkillInstallResult(meta, json) {
12568
12568
  // src/index.ts
12569
12569
  var _require3 = createRequire3(import.meta.url);
12570
12570
  var CLI_VERSION2 = _require3("../package.json").version;
12571
- var GIT_HASH2 = true ? "d684c01" : "dev";
12571
+ var GIT_HASH2 = true ? "f1f0625" : "dev";
12572
12572
  function handleConfigCommand(action, rest, json, lang, force) {
12573
12573
  if (action === "init") return cmdConfigInit(lang === "zh" ? "zh" : "en");
12574
12574
  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.9-beta.3",
3
+ "version": "1.2.9",
4
4
  "description": "OKX CLI - Command line tool for OKX exchange",
5
5
  "type": "module",
6
6
  "license": "MIT",