hedgequantx 2.6.85 → 2.6.86

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.6.85",
3
+ "version": "2.6.86",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -15,7 +15,7 @@ const BOX = {
15
15
  // Spinner characters
16
16
  const SPINNER = ['\u280B', '\u2819', '\u2839', '\u2838', '\u283C', '\u2834', '\u2826', '\u2827', '\u2807', '\u280F'];
17
17
 
18
- // Log type colors - HF grade BOLD
18
+ // Log type colors - HF grade BOLD (FIXED colors - no variation)
19
19
  const LOG_COLORS = {
20
20
  fill_buy: chalk.green,
21
21
  fill_sell: chalk.red,
@@ -30,7 +30,7 @@ const LOG_COLORS = {
30
30
  ready: chalk.green,
31
31
  error: chalk.red,
32
32
  reject: chalk.red,
33
- info: chalk.white,
33
+ info: chalk.gray, // FIXED: gray (not white) - stable color
34
34
  system: chalk.magenta,
35
35
  signal: chalk.yellow,
36
36
  trade: chalk.green,