@barchart/portfolio-api-common 1.0.174 → 1.0.175

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.
@@ -341,8 +341,8 @@ module.exports = (() => {
341
341
  marketAbsoluteChange = marketAbsolute.subtract(data.marketAbsolute);
342
342
  }
343
343
 
344
- data.marketAbsolute = market;
345
- data.marketAbsoluteChange = marketChange;
344
+ data.marketAbsolute = marketAbsolute;
345
+ data.marketAbsoluteChange = marketAbsoluteChange;
346
346
 
347
347
  let unrealizedToday;
348
348
  let unrealizedTodayChange;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.174",
3
+ "version": "1.0.175",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -2509,8 +2509,8 @@ module.exports = (() => {
2509
2509
  marketAbsoluteChange = marketAbsolute.subtract(data.marketAbsolute);
2510
2510
  }
2511
2511
 
2512
- data.marketAbsolute = market;
2513
- data.marketAbsoluteChange = marketChange;
2512
+ data.marketAbsolute = marketAbsolute;
2513
+ data.marketAbsoluteChange = marketAbsoluteChange;
2514
2514
 
2515
2515
  let unrealizedToday;
2516
2516
  let unrealizedTodayChange;