investec-openapi
Advanced tools
Comparing version 4.4.1 to 4.4.2
@@ -190,3 +190,2 @@ "use strict"; | ||
_a = (_b.sent()), access_token = _a.access_token, expires_in = _a.expires_in; | ||
console.log({ access_token: access_token, expires_in: expires_in }); | ||
this.accessToken = access_token; | ||
@@ -193,0 +192,0 @@ this.accessTokenExpiry = Date.now() + (expires_in - 30) * 1000; |
{ | ||
"name": "investec-openapi", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "A JavaScript/TypeScript wrapper to get up and running fast with Investec's Open API for programmable banking.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
24031
312