hedgequantx 2.7.53 → 2.7.54

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.7.53",
3
+ "version": "2.7.54",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -81,8 +81,11 @@ const showAccounts = async (service) => {
81
81
  } catch (e) {}
82
82
  }
83
83
 
84
- spinner.succeed('ACCOUNTS LOADED');
85
- console.log();
84
+ spinner.stop();
85
+
86
+ // Clear and show banner again before displaying accounts
87
+ console.clear();
88
+ displayBanner();
86
89
 
87
90
  // Display accounts
88
91
  drawBoxHeader('TRADING ACCOUNTS', boxWidth);