Skip to content

Commit

Permalink
Merge branch 'dev' into browser-idtokenclaims-accountinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnutter committed Dec 2, 2020
2 parents 4e7a6bf + bdadc82 commit 556d217
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "Add exports to index.ts (#2680)",
"packageName": "@azure/msal-browser",
"email": "joarroyo@microsoft.com",
"dependentChangeType": "none",
"date": "2020-12-02T17:16:10.131Z"
}
5 changes: 4 additions & 1 deletion lib/msal-browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
export { PublicClientApplication } from "./app/PublicClientApplication";
export { Configuration } from "./config/Configuration";
export { InteractionType, BrowserCacheLocation } from "./utils/BrowserConstants";
export { BrowserUtils } from "./utils/BrowserUtils";

// Browser Errors
export { BrowserAuthError, BrowserAuthErrorMessage } from "./error/BrowserAuthError";
Expand Down Expand Up @@ -41,5 +42,7 @@ export {
Logger,
LogLevel,
// Protocol Mode
ProtocolMode
ProtocolMode,
// Utils
UrlString
} from "@azure/msal-common";

0 comments on commit 556d217

Please sign in to comment.