@barchart/portfolio-api-common 1.0.86 → 1.0.88

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.
@@ -154,7 +154,7 @@ module.exports = (() => {
154
154
  const child = tree.addChild(group);
155
155
 
156
156
  group.registerMarketPercentChangeHandler(() => {
157
- this._tree.walk((childNode, childGroup) => childGroup.refreshMarketPercent());
157
+ this._tree.walk((childGroup) => childGroup.refreshMarketPercent());
158
158
  });
159
159
 
160
160
  createGroups(child, group.items, additionalDefinitions);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.86",
3
+ "version": "1.0.88",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -858,7 +858,7 @@ module.exports = (() => {
858
858
  const child = tree.addChild(group);
859
859
 
860
860
  group.registerMarketPercentChangeHandler(() => {
861
- this._tree.walk((childNode, childGroup) => childGroup.refreshMarketPercent());
861
+ this._tree.walk((childGroup) => childGroup.refreshMarketPercent());
862
862
  });
863
863
 
864
864
  createGroups(child, group.items, additionalDefinitions);