@barchart/portfolio-api-common 1.0.112 → 1.0.113

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.
@@ -93,7 +93,7 @@ module.exports = (() => {
93
93
  this._data.previousPrice = this._data.currentPrice;
94
94
  this._data.currentPrice = quote.lastPrice;
95
95
 
96
- this._quoteChangedEvent.fire(this._data, this._currentQuote);
96
+ this._quoteChangedEvent.fire(this._currentQuote);
97
97
  }
98
98
  }
99
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -1475,7 +1475,7 @@ module.exports = (() => {
1475
1475
  this._data.previousPrice = this._data.currentPrice;
1476
1476
  this._data.currentPrice = quote.lastPrice;
1477
1477
 
1478
- this._quoteChangedEvent.fire(this._data, this._currentQuote);
1478
+ this._quoteChangedEvent.fire(this._currentQuote);
1479
1479
  }
1480
1480
  }
1481
1481