@okx_ai/okx-trade-cli 1.3.0-beta.5 → 1.3.0

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
@@ -8848,7 +8848,7 @@ async function cmdDiagnoseMcp(options = {}) {
8848
8848
 
8849
8849
  // src/commands/diagnose.ts
8850
8850
  var CLI_VERSION = readCliVersion();
8851
- var GIT_HASH = true ? "ee71999" : "dev";
8851
+ var GIT_HASH = true ? "6d4d559" : "dev";
8852
8852
  function maskKey2(key) {
8853
8853
  if (!key) return "(not set)";
8854
8854
  if (key.length <= 8) return "****";
@@ -13216,7 +13216,7 @@ function printSkillInstallResult(meta, json) {
13216
13216
  // src/index.ts
13217
13217
  var _require3 = createRequire3(import.meta.url);
13218
13218
  var CLI_VERSION2 = _require3("../package.json").version;
13219
- var GIT_HASH2 = true ? "ee71999" : "dev";
13219
+ var GIT_HASH2 = true ? "6d4d559" : "dev";
13220
13220
  function handleConfigCommand(action, rest, json, lang, force) {
13221
13221
  if (action === "init") return cmdConfigInit(lang === "zh" ? "zh" : "en");
13222
13222
  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.3.0-beta.5",
3
+ "version": "1.3.0",
4
4
  "description": "OKX CLI - Command line tool for OKX exchange",
5
5
  "type": "module",
6
6
  "license": "MIT",