@gbozee/ultimate 0.0.2-90 → 0.0.2-91

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.
@@ -1264,7 +1264,8 @@ function get_app_config_and_max_size(config, payload) {
1264
1264
  budget: 0,
1265
1265
  price_places: config.price_places,
1266
1266
  decimal_places: config.decimal_places,
1267
- min_profit: config.profit_percent * config.profit / 100
1267
+ min_profit: config.profit_percent * config.profit / 100,
1268
+ symbol: config.symbol
1268
1269
  };
1269
1270
  const initialResult = sortedBuildConfig(app_config, {
1270
1271
  entry: app_config.entry,
package/dist/index.cjs CHANGED
@@ -53343,7 +53343,8 @@ function get_app_config_and_max_size(config2, payload) {
53343
53343
  budget: 0,
53344
53344
  price_places: config2.price_places,
53345
53345
  decimal_places: config2.decimal_places,
53346
- min_profit: config2.profit_percent * config2.profit / 100
53346
+ min_profit: config2.profit_percent * config2.profit / 100,
53347
+ symbol: config2.symbol
53347
53348
  };
53348
53349
  const initialResult = sortedBuildConfig(app_config, {
53349
53350
  entry: app_config.entry,
package/dist/index.js CHANGED
@@ -53298,7 +53298,8 @@ function get_app_config_and_max_size(config2, payload) {
53298
53298
  budget: 0,
53299
53299
  price_places: config2.price_places,
53300
53300
  decimal_places: config2.decimal_places,
53301
- min_profit: config2.profit_percent * config2.profit / 100
53301
+ min_profit: config2.profit_percent * config2.profit / 100,
53302
+ symbol: config2.symbol
53302
53303
  };
53303
53304
  const initialResult = sortedBuildConfig(app_config, {
53304
53305
  entry: app_config.entry,
@@ -60034,7 +60034,8 @@ function get_app_config_and_max_size(config2, payload) {
60034
60034
  budget: 0,
60035
60035
  price_places: config2.price_places,
60036
60036
  decimal_places: config2.decimal_places,
60037
- min_profit: config2.profit_percent * config2.profit / 100
60037
+ min_profit: config2.profit_percent * config2.profit / 100,
60038
+ symbol: config2.symbol
60038
60039
  };
60039
60040
  const initialResult = sortedBuildConfig(app_config, {
60040
60041
  entry: app_config.entry,
@@ -60011,7 +60011,8 @@ function get_app_config_and_max_size(config2, payload) {
60011
60011
  budget: 0,
60012
60012
  price_places: config2.price_places,
60013
60013
  decimal_places: config2.decimal_places,
60014
- min_profit: config2.profit_percent * config2.profit / 100
60014
+ min_profit: config2.profit_percent * config2.profit / 100,
60015
+ symbol: config2.symbol
60015
60016
  };
60016
60017
  const initialResult = sortedBuildConfig(app_config, {
60017
60018
  entry: app_config.entry,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-90",
4
+ "version": "0.0.2-91",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",