@barchart/portfolio-api-common 7.1.0 → 7.1.1

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.
@@ -634,9 +634,6 @@ module.exports = (() => {
634
634
  setTimeout(() => this._dataFormat.quoteChangeDirection = { up: quoteChangePositive, down: quoteChangeNegative }, 0);
635
635
 
636
636
  this._dataFormat.quoteChangeNegative = is.number(this._dataActual.quoteChange) && this._dataActual.quoteChange < 0;
637
- } else {
638
- this._dataActual.currentPrice = null;
639
- this._dataFormat.currentPrice = null;
640
637
  }
641
638
 
642
639
  calculatePriceData(this, sender, false);
@@ -59,9 +59,6 @@ module.exports = (() => {
59
59
 
60
60
  this._data.basis = null;
61
61
 
62
- this._data.currentPrice = null;
63
- this._data.currentPricePrevious = null;
64
-
65
62
  this._data.market = null;
66
63
  this._data.marketChange = null;
67
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Common JavaScript code used by Barchart's Portfolio Service",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",