@microsoft/mgt-msal2-provider
Advanced tools
Comparing version 3.1.3-preview.0317fc2 to 3.1.3-preview.0bad7e5
@@ -278,2 +278,4 @@ /** | ||
if (storedAccount && | ||
accountToSet && | ||
activeAccount && | ||
storedAccount.homeAccountId === accountToSet.homeAccountId && | ||
@@ -280,0 +282,0 @@ activeAccount.homeAccountId === accountToSet.homeAccountId) { |
{ | ||
"name": "@microsoft/mgt-msal2-provider", | ||
"version": "3.1.3-preview.0317fc2", | ||
"version": "3.1.3-preview.0bad7e5", | ||
"description": "The Microsoft Graph Toolkit Msal 2.0 Provider", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"@azure/msal-browser": "^2.22.0", | ||
"@microsoft/mgt-element": "3.1.3-preview.0317fc2", | ||
"@microsoft/mgt-element": "3.1.3-preview.0bad7e5", | ||
"@microsoft/microsoft-graph-client": "3.0.2" | ||
@@ -50,0 +50,0 @@ }, |
@@ -514,2 +514,4 @@ /** | ||
storedAccount && | ||
accountToSet && | ||
activeAccount && | ||
storedAccount.homeAccountId === accountToSet.homeAccountId && | ||
@@ -516,0 +518,0 @@ activeAccount.homeAccountId === accountToSet.homeAccountId |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
205544
2054
+ Added@microsoft/mgt-element@3.1.3-preview.0bad7e5(transitive)
- Removed@microsoft/mgt-element@3.1.3-preview.0317fc2(transitive)