@barchart/portfolio-api-common 1.0.135 → 1.0.136

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.
@@ -49,6 +49,7 @@ module.exports = (() => {
49
49
 
50
50
  this._dataFormat.key = this._key;
51
51
  this._dataFormat.description = this._description;
52
+ this._dataFormat.hide = false;
52
53
  this._dataFormat.newsExists = false;
53
54
  this._dataFormat.quantity = null;
54
55
  this._dataFormat.basisPrice = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.135",
3
+ "version": "1.0.136",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -1208,6 +1208,7 @@ module.exports = (() => {
1208
1208
 
1209
1209
  this._dataFormat.key = this._key;
1210
1210
  this._dataFormat.description = this._description;
1211
+ this._dataFormat.hide = false;
1211
1212
  this._dataFormat.newsExists = false;
1212
1213
  this._dataFormat.quantity = null;
1213
1214
  this._dataFormat.basisPrice = null;