@gbozee/ultimate 0.0.2-next.7 → 0.0.2-next.8
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/dist/frontend-index.js +1 -2
- package/dist/index.cjs +1 -2
- package/dist/index.js +1 -2
- package/dist/mcp-server.cjs +1 -2
- package/dist/mcp-server.js +1 -2
- package/package.json +1 -1
package/dist/frontend-index.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -51361,8 +51361,7 @@ function getEntries(params) {
|
|
|
51361
51361
|
margin_range,
|
|
51362
51362
|
risk_reward,
|
|
51363
51363
|
kind,
|
|
51364
|
-
price_places
|
|
51365
|
-
percent_change: distribution_params?.curveFactor
|
|
51364
|
+
price_places
|
|
51366
51365
|
});
|
|
51367
51366
|
break;
|
|
51368
51367
|
case "normal":
|
package/dist/index.js
CHANGED
|
@@ -51298,8 +51298,7 @@ function getEntries(params) {
|
|
|
51298
51298
|
margin_range,
|
|
51299
51299
|
risk_reward,
|
|
51300
51300
|
kind,
|
|
51301
|
-
price_places
|
|
51302
|
-
percent_change: distribution_params?.curveFactor
|
|
51301
|
+
price_places
|
|
51303
51302
|
});
|
|
51304
51303
|
break;
|
|
51305
51304
|
case "normal":
|
package/dist/mcp-server.cjs
CHANGED
|
@@ -64452,8 +64452,7 @@ function getEntries(params) {
|
|
|
64452
64452
|
margin_range,
|
|
64453
64453
|
risk_reward,
|
|
64454
64454
|
kind,
|
|
64455
|
-
price_places
|
|
64456
|
-
percent_change: distribution_params?.curveFactor
|
|
64455
|
+
price_places
|
|
64457
64456
|
});
|
|
64458
64457
|
break;
|
|
64459
64458
|
case "normal":
|
package/dist/mcp-server.js
CHANGED
|
@@ -64425,8 +64425,7 @@ function getEntries(params) {
|
|
|
64425
64425
|
margin_range,
|
|
64426
64426
|
risk_reward,
|
|
64427
64427
|
kind,
|
|
64428
|
-
price_places
|
|
64429
|
-
percent_change: distribution_params?.curveFactor
|
|
64428
|
+
price_places
|
|
64430
64429
|
});
|
|
64431
64430
|
break;
|
|
64432
64431
|
case "normal":
|