@barchart/portfolio-api-common 1.0.45 → 1.0.46

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.
@@ -118,7 +118,7 @@ module.exports = (() => {
118
118
  .withField('snapshot.basis', DataType.DECIMAL)
119
119
  .withField('snapshot.income', DataType.DECIMAL)
120
120
  .withField('snapshot.value', DataType.DECIMAL)
121
- .withField('previous', DataType.DECIMAL, true)
121
+ .withField('previous', DataType.NUMBER, true)
122
122
  .schema
123
123
  );
124
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",