hedgequantx 1.8.1 → 1.8.2

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/package.json +1 -1
  2. package/src/app.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "Prop Futures Algo Trading CLI - Connect to Topstep, Alpha Futures, and other prop firms",
5
5
  "main": "src/app.js",
6
6
  "bin": {
package/src/app.js CHANGED
@@ -188,7 +188,7 @@ const mainMenu = async () => {
188
188
  const run = async () => {
189
189
  try {
190
190
  log.info('Starting HQX CLI');
191
- await banner();
191
+ await bannerClosed();
192
192
 
193
193
  const spinner = ora({ text: 'Restoring session...', color: 'yellow' }).start();
194
194
  const restored = await connections.restoreFromStorage();