@screencloud/auth-sdk
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -251,3 +251,3 @@ "use strict"; | ||
if (isAuthSessionError(error)) { | ||
this.log('refresh() received error message', error); | ||
this.log('refresh() received error message', JSON.stringify(error, null, 4)); | ||
this.setCache(null); | ||
@@ -254,0 +254,0 @@ throw new Error(response.error.message); |
@@ -41,3 +41,3 @@ { | ||
"rimraf": "^3.0.2", | ||
"semantic-release": "^17.0.4", | ||
"semantic-release": "^17.2.3", | ||
"ts-jest": "^26.1.4", | ||
@@ -68,3 +68,3 @@ "typescript": "^3.8.2" | ||
}, | ||
"version": "2.0.1" | ||
"version": "2.0.2" | ||
} |
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
74494