@barchart/portfolio-api-common 1.0.266 → 1.0.267

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.
@@ -146,6 +146,8 @@ module.exports = (() => {
146
146
  }, { });
147
147
 
148
148
  Object.keys(this._portfolios).forEach(key => updateEmptyPortfolioGroups.call(this, this._portfolios[key]));
149
+
150
+ recalculatePercentages.call(this);
149
151
  }
150
152
 
151
153
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.266",
3
+ "version": "1.0.267",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -1302,6 +1302,8 @@ module.exports = (() => {
1302
1302
  }, { });
1303
1303
 
1304
1304
  Object.keys(this._portfolios).forEach(key => updateEmptyPortfolioGroups.call(this, this._portfolios[key]));
1305
+
1306
+ recalculatePercentages.call(this);
1305
1307
  }
1306
1308
 
1307
1309
  /**