@barchart/portfolio-client-js 1.2.37 → 1.2.38

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.
@@ -78,7 +78,7 @@ module.exports = function () {
78
78
  }, {
79
79
  key: 'developmentHost',
80
80
  get: function get() {
81
- return 'y0glq1g3x7.execute-api.us-east-1.amazonaws.com/dev';
81
+ return 'ldnddf3nsh.execute-api.us-east-1.amazonaws.com/dev';
82
82
  }
83
83
 
84
84
  /**
@@ -1554,7 +1554,7 @@ module.exports = function () {
1554
1554
  return {
1555
1555
  JwtGateway: JwtGateway,
1556
1556
  PortfolioGateway: PortfolioGateway,
1557
- version: '1.2.37'
1557
+ version: '1.2.38'
1558
1558
  };
1559
1559
  }();
1560
1560
 
@@ -30,7 +30,7 @@ module.exports = (() => {
30
30
  * @returns {String}
31
31
  */
32
32
  static get developmentHost() {
33
- return 'y0glq1g3x7.execute-api.us-east-1.amazonaws.com/dev';
33
+ return 'ldnddf3nsh.execute-api.us-east-1.amazonaws.com/dev';
34
34
  }
35
35
 
36
36
  /**
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.2.37'
10
+ version: '1.2.38'
11
11
  };
12
12
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-client-js",
3
- "version": "1.2.37",
3
+ "version": "1.2.38",
4
4
  "description": "JavaScript library for interfacing with Barchart's Portfolio API",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",