@barchart/portfolio-client-js 1.1.51 → 1.1.52

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.
@@ -1205,7 +1205,7 @@ module.exports = function () {
1205
1205
  return {
1206
1206
  JwtGateway: JwtGateway,
1207
1207
  PortfolioGateway: PortfolioGateway,
1208
- version: '1.1.51'
1208
+ version: '1.1.52'
1209
1209
  };
1210
1210
  }();
1211
1211
 
@@ -714,13 +714,13 @@ module.exports = (() => {
714
714
 
715
715
  const updatePositionRequestInterceptor = (request) => {
716
716
  return FailureReason.validateSchema(PositionSchema.UPDATE, request.data)
717
- .then(() => {
718
- return Promise.resolve(request);
719
- }).catch((e) => {
720
- console.error('Error serializing data to update a position', e);
717
+ .then(() => {
718
+ return Promise.resolve(request);
719
+ }).catch((e) => {
720
+ console.error('Error serializing data to update a position', e);
721
721
 
722
- return Promise.reject();
723
- });
722
+ return Promise.reject();
723
+ });
724
724
  };
725
725
 
726
726
  const responseInterceptorForPortfolioDeserialization = ResponseInterceptor.fromDelegate((response, ignored) => {
package/lib/index.js CHANGED
@@ -7,6 +7,6 @@ module.exports = (() => {
7
7
  return {
8
8
  JwtGateway: JwtGateway,
9
9
  PortfolioGateway: PortfolioGateway,
10
- version: '1.1.51'
10
+ version: '1.1.52'
11
11
  };
12
12
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-client-js",
3
- "version": "1.1.51",
3
+ "version": "1.1.52",
4
4
  "description": "JavaScript library for interfacing with Barchart's Portfolio API",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",