hedgequantx 1.2.39 → 1.2.40

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.2.39",
3
+ "version": "1.2.40",
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
@@ -467,7 +467,7 @@ const mainMenu = async () => {
467
467
  // Connection menu box
468
468
  console.log(chalk.cyan('╔' + '═'.repeat(innerWidth) + '╗'));
469
469
  console.log(chalk.cyan('║') + chalk.white.bold(centerText('SELECT PLATFORM', innerWidth)) + chalk.cyan('║'));
470
- console.log(chalk.cyan('') + ' '.repeat(innerWidth) + chalk.cyan(''));
470
+ console.log(chalk.cyan('' + ''.repeat(innerWidth) + ''));
471
471
 
472
472
  // Menu row helper (2 columns)
473
473
  const menuRow = (left, right) => {