@barchart/portfolio-api-common 1.0.143 → 1.0.144

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.
@@ -314,7 +314,7 @@ module.exports = (() => {
314
314
  assert.argumentIsRequired(value, 'value', Boolean);
315
315
 
316
316
  if (this._excluded !== value) {
317
- this._groupExcludedChangeEvent(this._excluded = value);
317
+ this._groupExcludedChangeEvent.fire(this._excluded = value);
318
318
  }
319
319
  }
320
320
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.143",
3
+ "version": "1.0.144",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -1532,7 +1532,7 @@ module.exports = (() => {
1532
1532
  assert.argumentIsRequired(value, 'value', Boolean);
1533
1533
 
1534
1534
  if (this._excluded !== value) {
1535
- this._groupExcludedChangeEvent(this._excluded = value);
1535
+ this._groupExcludedChangeEvent.fire(this._excluded = value);
1536
1536
  }
1537
1537
  }
1538
1538