@blackbaud/skyux-builder-plugin-auth-email-whitelist
Advanced tools
Comparing version 1.0.0 to 1.0.1
const preload = (content, resourcePath) => { | ||
if (resourcePath.match(/app-extras\.module\.ts$/)) { | ||
return `${content} | ||
/* tslint:disable:max-line-length */ | ||
import { BBAuth } from '@blackbaud/auth-client'; | ||
@@ -8,2 +9,3 @@ import { SkyAppBootstrapper } from '@blackbaud/skyux-builder/runtime'; | ||
/* istanbul ignore next */ | ||
(SkyAppBootstrapper as any).processBootstrapConfig = () => { | ||
@@ -34,2 +36,3 @@ return BBAuth | ||
}; | ||
/* tslint:enable:max-line-length */ | ||
`; | ||
@@ -36,0 +39,0 @@ } |
@@ -0,3 +1,8 @@ | ||
# 1.0.1 (2017-06-02) | ||
- Ignore istanbul code coverage for appended code. | ||
- Disable tslint max-line-length for appended code. | ||
# 1.0.0 (2017-05-31) | ||
- Initial release to NPM. |
{ | ||
"name": "@blackbaud/skyux-builder-plugin-auth-email-whitelist", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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", |
3356
39