@owlnext/heimdall-js
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -80,3 +80,3 @@ "use strict"; | ||
this._current_mode = HeimdallApi.MODE_AUTHENTICATED_WITH_TOKEN; | ||
return Promise.resolve({ | ||
return resolve({ | ||
jwt_token: this._jwt_token, | ||
@@ -83,0 +83,0 @@ refresh_token: this._jwt_refresh_token |
{ | ||
"name": "@owlnext/heimdall-js", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Heimdall API client & utils for javascript technologies", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
89030