hedgequantx 1.5.10 → 1.5.11

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 +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "1.5.10",
3
+ "version": "1.5.11",
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
@@ -117,9 +117,6 @@ const banner = async () => {
117
117
  const innerWidth = boxWidth - 2;
118
118
  const version = require('../package.json').version;
119
119
 
120
- // Use cached stats (no refetch on every banner display)
121
- const statsInfo = cachedStats;
122
-
123
120
  // Draw logo - compact for mobile, full for desktop
124
121
 
125
122
  console.log(chalk.cyan('╔' + '═'.repeat(innerWidth) + '╗'));