@gbozee/ultimate 0.0.2-134 → 0.0.2-135

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.
@@ -1927,7 +1927,7 @@ function computeProfitDetail(payload) {
1927
1927
  profit_percent,
1928
1928
  kind: focus_position.kind,
1929
1929
  sell_price: to_f(sell_price, price_places),
1930
- quantity,
1930
+ quantity: quantity * full_ratio,
1931
1931
  price_places,
1932
1932
  decimal_places
1933
1933
  };
package/dist/index.cjs CHANGED
@@ -54264,7 +54264,7 @@ function computeProfitDetail(payload) {
54264
54264
  profit_percent,
54265
54265
  kind: focus_position.kind,
54266
54266
  sell_price: to_f2(sell_price, price_places),
54267
- quantity,
54267
+ quantity: quantity * full_ratio,
54268
54268
  price_places,
54269
54269
  decimal_places
54270
54270
  };
package/dist/index.js CHANGED
@@ -54212,7 +54212,7 @@ function computeProfitDetail(payload) {
54212
54212
  profit_percent,
54213
54213
  kind: focus_position.kind,
54214
54214
  sell_price: to_f2(sell_price, price_places),
54215
- quantity,
54215
+ quantity: quantity * full_ratio,
54216
54216
  price_places,
54217
54217
  decimal_places
54218
54218
  };
@@ -60946,7 +60946,7 @@ function computeProfitDetail(payload) {
60946
60946
  profit_percent,
60947
60947
  kind: focus_position.kind,
60948
60948
  sell_price: to_f2(sell_price, price_places),
60949
- quantity,
60949
+ quantity: quantity * full_ratio,
60950
60950
  price_places,
60951
60951
  decimal_places
60952
60952
  };
@@ -60923,7 +60923,7 @@ function computeProfitDetail(payload) {
60923
60923
  profit_percent,
60924
60924
  kind: focus_position.kind,
60925
60925
  sell_price: to_f2(sell_price, price_places),
60926
- quantity,
60926
+ quantity: quantity * full_ratio,
60927
60927
  price_places,
60928
60928
  decimal_places
60929
60929
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gbozee/ultimate",
3
3
  "type": "module",
4
- "version": "0.0.2-134",
4
+ "version": "0.0.2-135",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",