@barchart/portfolio-client-js 1.4.2 → 1.4.3

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.
@@ -2347,7 +2347,7 @@ module.exports = (() => {
2347
2347
  return {
2348
2348
  JwtGateway: JwtGateway,
2349
2349
  PortfolioGateway: PortfolioGateway,
2350
- version: '1.4.2'
2350
+ version: '1.4.3'
2351
2351
  };
2352
2352
  })();
2353
2353
 
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.4.2'
10
+ version: '1.4.3'
11
11
  };
12
12
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-client-js",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "JavaScript library for interfacing with Barchart's Portfolio API",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -18,7 +18,7 @@
18
18
  "Barchart",
19
19
  "JavaScript",
20
20
  "Client",
21
- "API"
21
+ "SDK"
22
22
  ],
23
23
  "dependencies": {
24
24
  "@barchart/common-js": "^3.5.1",