@barchart/portfolio-client-js 1.2.1 → 1.2.2

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.
@@ -1210,7 +1210,7 @@ module.exports = function () {
1210
1210
  return {
1211
1211
  JwtGateway: JwtGateway,
1212
1212
  PortfolioGateway: PortfolioGateway,
1213
- version: '1.2.1'
1213
+ version: '1.2.2'
1214
1214
  };
1215
1215
  }();
1216
1216
 
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.1'
10
+ version: '1.2.2'
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.1",
3
+ "version": "1.2.2",
4
4
  "description": "JavaScript library for interfacing with Barchart's Portfolio API",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@barchart/common-js": "~3.2.0",
25
25
  "@barchart/tgam-jwt-js": "~1.0.0",
26
- "@barchart/portfolio-api-common": "~1.0.0"
26
+ "@barchart/portfolio-api-common": "~1.2.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "babel-core": "^6.26.0",