hedgequantx 1.2.47 → 1.2.48

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "1.2.47",
3
+ "version": "1.2.48",
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
@@ -161,7 +161,6 @@ const loginPrompt = async (propfirmName) => {
161
161
  type: 'password',
162
162
  name: 'password',
163
163
  message: chalk.white.bold('Password:'),
164
- mask: '*',
165
164
  validate: (input) => {
166
165
  try {
167
166
  validatePassword(input);