@obelisk/client
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -342,3 +342,4 @@ "use strict"; | ||
const params = `client_id=${clientId}&grant_type=refresh_token&refresh_token=${offline.token}`; | ||
return ajax_1.ajax.post(url, params, headers).pipe(operators_1.tap(console.log, console.log), // IN ERROR STREAM | ||
return ajax_1.ajax.post(url, params, headers).pipe( | ||
// tap(console.log, console.log), // IN ERROR STREAM | ||
operators_1.flatMap(resp => this.storeTokens(resp, null, true))); | ||
@@ -345,0 +346,0 @@ } |
{ | ||
"name": "@obelisk/client", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "Typescript client to interact with Obelisk on a higher level than the regular ReST API calls.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87910
2282