hedgequantx 2.6.110 → 2.6.111

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.6.110",
3
+ "version": "2.6.111",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -1042,7 +1042,7 @@ const setupProxyOAuth = async (provider, config) => {
1042
1042
  console.log(chalk.gray(' (The page showing http://localhost:54545/callback?code=...)'));
1043
1043
  console.log();
1044
1044
 
1045
- const callbackUrl = await prompts.input(' Callback URL: ');
1045
+ const callbackUrl = await prompts.textInput(' Callback URL: ');
1046
1046
 
1047
1047
  if (callbackUrl && callbackUrl.trim()) {
1048
1048
  const submitSpinner = ora({ text: 'Submitting callback...', color: 'cyan' }).start();