@azure/msal-browser
Advanced tools
Comparing version 3.7.0 to 3.7.1
export declare const name = "@azure/msal-browser"; | ||
export declare const version = "3.7.0"; | ||
export declare const version = "3.7.1"; | ||
//# sourceMappingURL=packageMetadata.d.ts.map |
@@ -31,4 +31,5 @@ import { AccountInfo, CommonSilentFlowRequest, StringDict } from "@azure/msal-common"; | ||
prompt?: string; | ||
state?: string; | ||
tokenBodyParameters?: StringDict; | ||
}; | ||
//# sourceMappingURL=SilentRequest.d.ts.map |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"description": "Microsoft Authentication Library for js", | ||
@@ -105,4 +105,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@azure/msal-common": "14.6.0" | ||
"@azure/msal-common": "14.6.1" | ||
} | ||
} |
@@ -34,2 +34,3 @@ /* | ||
import { base64Decode } from "../encode/Base64Decode"; | ||
import * as BrowserCrypto from "../crypto/BrowserCrypto"; | ||
@@ -146,3 +147,4 @@ export type LoadTokenOptions = { | ||
authorityOptions, | ||
this.logger | ||
this.logger, | ||
request.correlationId || BrowserCrypto.createNewGuid() | ||
); | ||
@@ -149,0 +151,0 @@ |
@@ -282,26 +282,14 @@ /* | ||
if (requestAuthority) { | ||
this.logger.verbose( | ||
"Creating discovered authority with request authority" | ||
); | ||
return AuthorityFactory.createDiscoveredInstance( | ||
requestAuthority, | ||
this.config.system.networkClient, | ||
this.browserStorage, | ||
authorityOptions, | ||
this.logger | ||
); | ||
} | ||
this.logger.verbose( | ||
"Creating discovered authority with configured authority" | ||
); | ||
const authority = requestAuthority || this.config.auth.authority; | ||
this.logger.verbose(`Creating discovered authority with ${authority}`); | ||
return AuthorityFactory.createDiscoveredInstance( | ||
this.config.auth.authority, | ||
authority, | ||
this.config.system.networkClient, | ||
this.browserStorage, | ||
authorityOptions, | ||
this.logger | ||
this.logger, | ||
this.correlationId, | ||
this.performanceClient | ||
); | ||
} | ||
} |
@@ -334,4 +334,4 @@ /* | ||
this.logger, | ||
this.performanceClient, | ||
this.correlationId | ||
this.correlationId, | ||
this.performanceClient | ||
); | ||
@@ -338,0 +338,0 @@ } |
/* eslint-disable header/header */ | ||
export const name = "@azure/msal-browser"; | ||
export const version = "3.7.0"; | ||
export const version = "3.7.1"; |
@@ -48,3 +48,4 @@ /* | ||
prompt?: string; | ||
state?: string; | ||
tokenBodyParameters?: StringDict; | ||
}; |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
5344959
68190
34
+ Added@azure/msal-common@14.6.1(transitive)
- Removed@azure/msal-common@14.6.0(transitive)
Updated@azure/msal-common@14.6.1