@blackbaud/skyux-builder-plugin-auth-email-whitelist
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -12,2 +12,5 @@ const preload = (content, resourcePath, skyAppConfig) => { | ||
(SkyAppBootstrapper as any).processBootstrapConfig = () => { | ||
if (BBAuth.mock) { | ||
return Promise.resolve('Using mock'); | ||
} | ||
return BBAuth | ||
@@ -14,0 +17,0 @@ .getToken() |
@@ -0,1 +1,5 @@ | ||
# 1.0.5 (2017-06-16) | ||
- Added check for mocks to allow e2e tests to pass. | ||
# 1.0.4 (2017-06-15) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@blackbaud/skyux-builder-plugin-auth-email-whitelist", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A SKY UX Builder plugin that only allows users with Blackbaud email addresses to access the SPA.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4257
45