@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.
@@ -91,8 +91,7 @@ function getEntries(params) {
91
91
  margin_range,
92
92
  risk_reward,
93
93
  kind,
94
- price_places,
95
- percent_change: distribution_params?.curveFactor
94
+ price_places
96
95
  });
97
96
  break;
98
97
  case "normal":
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":
@@ -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":
@@ -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":
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-next.7",
4
+ "version": "0.0.2-next.8",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",