hedgequantx 1.2.32 → 1.2.33

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "1.2.32",
3
+ "version": "1.2.33",
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
@@ -63,16 +63,16 @@ const banner = async () => {
63
63
  }
64
64
  }
65
65
 
66
- // Draw logo HQX
66
+ // Draw logo HEDGEQUANTX
67
67
  console.log(chalk.cyan('╔' + '═'.repeat(innerWidth) + '╗'));
68
68
 
69
69
  const logo = [
70
- '██╗ ██╗ ██████╗ ',
71
- '██║ ██║██╔═══██╗',
72
- '███████║██║ ██║',
73
- '██╔══██║██║▄▄ ██║',
74
- '██║ ██║╚██████╔╝',
75
- '╚═╝ ╚═╝ ╚══▀▀═╝ '
70
+ '██╗ ██╗███████╗██████╗ ██████╗ ███████╗ ██████╗ ██╗ ██╗ █████╗ ███╗ ██╗████████╗',
71
+ '██║ ██║██╔════╝██╔══██╗██╔════╝ ██╔════╝██╔═══██╗██║ ██║██╔══██╗████╗ ██║╚══██╔══╝',
72
+ '███████║█████╗ ██║ ██║██║ ███╗█████╗ ██║ ██║██║ ██║███████║██╔██╗ ██║ ██║ ',
73
+ '██╔══██║██╔══╝ ██║ ██║██║ ██║██╔══╝ ██║▄▄ ██║██║ ██║██╔══██║██║╚██╗██║ ██║ ',
74
+ '██║ ██║███████╗██████╔╝╚██████╔╝███████╗╚██████╔╝╚██████╔╝██║ ██║██║ ╚████║ ██║ ',
75
+ '╚═╝ ╚═╝╚══════╝╚═════╝ ╚═════╝ ╚══════╝ ╚══▀▀═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ '
76
76
  ];
77
77
  const logoX = [
78
78
  '██╗ ██╗',