@cimpress/simple-auth-wrapper
Advanced tools
Comparing version 6.4.2 to 6.4.3
@@ -93,3 +93,3 @@ "use strict"; | ||
return _Promise.resolve(); | ||
return _Promise.resolve({}); | ||
} | ||
@@ -96,0 +96,0 @@ }]); |
{ | ||
"name": "@cimpress/simple-auth-wrapper", | ||
"version": "6.4.2", | ||
"version": "6.4.3", | ||
"description": "A simple utility class to wrap basic Auth0 functionality", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -71,4 +71,4 @@ import { WebAuth } from 'auth0-js'; | ||
return _Promise.resolve(); | ||
return _Promise.resolve({}); | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
292996