@microsoft/mgt-msal2-provider
Advanced tools
Comparing version 4.0.0-next.mgt-chat.eeea1d6 to 4.0.0-preview.3d893b2
@@ -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'; | ||
@@ -188,3 +188,3 @@ /** | ||
catch (e) { | ||
error('Problem attempting to sign in', e); | ||
console.error('🦒: Problem attempting to sign in', e); | ||
throw e; | ||
@@ -518,3 +518,3 @@ } | ||
catch (popUpErr) { | ||
error('problem with pop-up sign in', popUpErr); | ||
console.error('🦒: problem with pop-up sign in', popUpErr); | ||
throw popUpErr; | ||
@@ -521,0 +521,0 @@ } |
{ | ||
"name": "@microsoft/mgt-msal2-provider", | ||
"version": "4.0.0-next.mgt-chat.eeea1d6", | ||
"version": "4.0.0-preview.3d893b2", | ||
"description": "The Microsoft Graph Toolkit Msal 2.0 Provider", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"@azure/msal-browser": "^2.22.0", | ||
"@microsoft/mgt-element": "4.0.0-next.mgt-chat.eeea1d6", | ||
"@microsoft/mgt-element": "4.0.0-preview.3d893b2", | ||
"@microsoft/microsoft-graph-client": "3.0.2" | ||
@@ -50,0 +50,0 @@ }, |
@@ -14,4 +14,3 @@ /** | ||
IProviderAccount, | ||
GraphEndpoint, | ||
error | ||
GraphEndpoint | ||
} from '@microsoft/mgt-element'; | ||
@@ -422,3 +421,3 @@ import { | ||
} catch (e) { | ||
error('Problem attempting to sign in', e); | ||
console.error('🦒: Problem attempting to sign in', e); | ||
throw e; | ||
@@ -762,3 +761,3 @@ } | ||
} catch (popUpErr) { | ||
error('problem with pop-up sign in', popUpErr); | ||
console.error('🦒: problem with pop-up sign in', popUpErr); | ||
throw popUpErr; | ||
@@ -765,0 +764,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
205544
2054
+ Added@microsoft/mgt-element@4.0.0-preview.3d893b2(transitive)
- Removed@microsoft/mgt-element@4.0.0-next.mgt-chat.eeea1d6(transitive)