@barchart/portfolio-client-js 1.2.44 → 1.2.45

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.
@@ -64,7 +64,7 @@ module.exports = function () {
64
64
  }], [{
65
65
  key: 'developmentHost',
66
66
  get: function get() {
67
- return 'portfolio-dev.aws.barchart.com/dev';
67
+ return 'portfolio-dev.aws.barchart.com';
68
68
  }
69
69
 
70
70
  /**
@@ -78,7 +78,7 @@ module.exports = function () {
78
78
  }, {
79
79
  key: 'stagingHost',
80
80
  get: function get() {
81
- return 'portfolio-stage.aws.barchart.com/stage';
81
+ return 'portfolio-stage.aws.barchart.com';
82
82
  }
83
83
 
84
84
  /**
@@ -92,7 +92,7 @@ module.exports = function () {
92
92
  }, {
93
93
  key: 'productionHost',
94
94
  get: function get() {
95
- return 'portfolio.aws.barchart.com/prod';
95
+ return 'portfolio.aws.barchart.com';
96
96
  }
97
97
 
98
98
  /**
@@ -106,7 +106,7 @@ module.exports = function () {
106
106
  }, {
107
107
  key: 'adminHost',
108
108
  get: function get() {
109
- return 'portfolio-admin.aws.barchart.com/admin';
109
+ return 'portfolio-admin.aws.barchart.com';
110
110
  }
111
111
  }]);
112
112
 
@@ -1601,7 +1601,7 @@ module.exports = function () {
1601
1601
  return {
1602
1602
  JwtGateway: JwtGateway,
1603
1603
  PortfolioGateway: PortfolioGateway,
1604
- version: '1.2.44'
1604
+ version: '1.2.45'
1605
1605
  };
1606
1606
  }();
1607
1607
 
@@ -19,7 +19,7 @@ module.exports = (() => {
19
19
  * @returns {String}
20
20
  */
21
21
  static get developmentHost() {
22
- return 'portfolio-dev.aws.barchart.com/dev';
22
+ return 'portfolio-dev.aws.barchart.com';
23
23
  }
24
24
 
25
25
  /**
@@ -30,7 +30,7 @@ module.exports = (() => {
30
30
  * @returns {String}
31
31
  */
32
32
  static get stagingHost() {
33
- return 'portfolio-stage.aws.barchart.com/stage';
33
+ return 'portfolio-stage.aws.barchart.com';
34
34
  }
35
35
 
36
36
  /**
@@ -41,7 +41,7 @@ module.exports = (() => {
41
41
  * @returns {String}
42
42
  */
43
43
  static get productionHost() {
44
- return 'portfolio.aws.barchart.com/prod';
44
+ return 'portfolio.aws.barchart.com';
45
45
  }
46
46
 
47
47
  /**
@@ -52,7 +52,7 @@ module.exports = (() => {
52
52
  * @return {String}
53
53
  */
54
54
  static get adminHost() {
55
- return 'portfolio-admin.aws.barchart.com/admin';
55
+ return 'portfolio-admin.aws.barchart.com';
56
56
  }
57
57
 
58
58
  toString() {
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.44'
10
+ version: '1.2.45'
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.44",
3
+ "version": "1.2.45",
4
4
  "description": "JavaScript library for interfacing with Barchart's Portfolio API",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",