@barchart/portfolio-client-js 1.1.35 → 1.1.36

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.
@@ -92,7 +92,7 @@ module.exports = function () {
92
92
  }, {
93
93
  key: 'stagingHost',
94
94
  get: function get() {
95
- return '24ok2r76k6.execute-api.us-east-1.amazonaws.com/dev';
95
+ return '24ok2r76k6.execute-api.us-east-1.amazonaws.com/stage';
96
96
  }
97
97
 
98
98
  /**
@@ -1160,7 +1160,7 @@ module.exports = function () {
1160
1160
  return {
1161
1161
  JwtGateway: JwtGateway,
1162
1162
  PortfolioGateway: PortfolioGateway,
1163
- version: '1.1.35'
1163
+ version: '1.1.36'
1164
1164
  };
1165
1165
  }();
1166
1166
 
@@ -42,7 +42,7 @@ module.exports = (() => {
42
42
  * @returns {String}
43
43
  */
44
44
  static get stagingHost() {
45
- return '24ok2r76k6.execute-api.us-east-1.amazonaws.com/dev';
45
+ return '24ok2r76k6.execute-api.us-east-1.amazonaws.com/stage';
46
46
  }
47
47
 
48
48
  /**
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.35'
10
+ version: '1.1.36'
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.35",
3
+ "version": "1.1.36",
4
4
  "description": "JavaScript library for interfacing with Barchart's Portfolio API",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",