@microsoft/mgt-msal2-provider
Advanced tools
Comparing version 3.1.3-next.mgt-chat.a11fc65 to 3.1.3-preview.00b168b
@@ -16,3 +16,3 @@ /** | ||
}; | ||
import { IProvider, LoginType, ProviderState, createFromProvider, error } from '@microsoft/mgt-element'; | ||
import { IProvider, LoginType, ProviderState, createFromProvider } from '@microsoft/mgt-element'; | ||
import { PublicClientApplication, InteractionRequiredAuthError } from '@azure/msal-browser'; | ||
@@ -182,3 +182,3 @@ /** | ||
catch (e) { | ||
error('Problem attempting to sign in', e); | ||
console.error('🦒: Problem attempting to sign in', e); | ||
throw e; | ||
@@ -501,3 +501,3 @@ } | ||
catch (popUpErr) { | ||
error('problem with pop-up sign in', popUpErr); | ||
console.error('🦒: problem with pop-up sign in', popUpErr); | ||
throw popUpErr; | ||
@@ -504,0 +504,0 @@ } |
{ | ||
"name": "@microsoft/mgt-msal2-provider", | ||
"version": "3.1.3-next.mgt-chat.a11fc65", | ||
"version": "3.1.3-preview.00b168b", | ||
"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-next.mgt-chat.a11fc65", | ||
"@microsoft/mgt-element": "3.1.3-preview.00b168b", | ||
"@microsoft/microsoft-graph-client": "3.0.2" | ||
@@ -50,0 +50,0 @@ }, |
@@ -14,4 +14,3 @@ /** | ||
IProviderAccount, | ||
GraphEndpoint, | ||
error | ||
GraphEndpoint | ||
} from '@microsoft/mgt-element'; | ||
@@ -419,3 +418,3 @@ import { | ||
} catch (e) { | ||
error('Problem attempting to sign in', e); | ||
console.error('🦒: Problem attempting to sign in', e); | ||
throw e; | ||
@@ -740,3 +739,3 @@ } | ||
} catch (popUpErr) { | ||
error('problem with pop-up sign in', popUpErr); | ||
console.error('🦒: problem with pop-up sign in', popUpErr); | ||
throw popUpErr; | ||
@@ -743,0 +742,0 @@ } |
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
Sorry, the diff of this file is not supported yet
208491
1992
+ Added@lit/reactive-element@2.0.4(transitive)
+ Added@microsoft/mgt-element@3.1.3-preview.00b168b(transitive)
+ Addedlit@3.2.1(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removed@microsoft/mgt-element@3.1.3-next.mgt-chat.a11fc65(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)