@gbozee/ultimate 0.0.2-156 → 0.0.2-158
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.d.ts +1 -0
- package/dist/frontend-index.js +2 -1
- package/dist/index.cjs +3055 -38
- package/dist/index.d.ts +10 -1
- package/dist/index.js +3055 -38
- package/dist/mcp-server.cjs +3055 -38
- package/dist/mcp-server.js +3055 -38
- package/package.json +4 -2
package/dist/frontend-index.d.ts
CHANGED
package/dist/frontend-index.js
CHANGED
|
@@ -1539,7 +1539,8 @@ function get_app_config_and_max_size(config, payload) {
|
|
|
1539
1539
|
price_places: config.price_places,
|
|
1540
1540
|
decimal_places: config.decimal_places,
|
|
1541
1541
|
min_profit: config.profit_percent * config.profit / 100,
|
|
1542
|
-
symbol: config.symbol
|
|
1542
|
+
symbol: config.symbol,
|
|
1543
|
+
max_quantity: config.max_quantity
|
|
1543
1544
|
};
|
|
1544
1545
|
const initialResult = sortedBuildConfig(app_config, {
|
|
1545
1546
|
entry: app_config.entry,
|