@azure/msal-common
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -5,2 +5,17 @@ { | ||
{ | ||
"date": "Thu, 18 Feb 2021 00:34:32 GMT", | ||
"tag": "@azure/msal-common_v4.0.1", | ||
"version": "4.0.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Clarify Device Code Timeout units (#3031)", | ||
"author": "hemoral@microsoft.com", | ||
"commit": "af97180664ec257f2fdb6f04ab0921affeb9a8f3", | ||
"package": "@azure/msal-common" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 09 Feb 2021 01:48:22 GMT", | ||
@@ -7,0 +22,0 @@ "tag": "@azure/msal-common_v4.0.0", |
# Change Log - @azure/msal-common | ||
This log was last generated on Tue, 09 Feb 2021 01:48:22 GMT and should not be manually modified. | ||
This log was last generated on Thu, 18 Feb 2021 00:34:32 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 4.0.1 | ||
Thu, 18 Feb 2021 00:34:32 GMT | ||
### Patches | ||
- Clarify Device Code Timeout units (#3031) (hemoral@microsoft.com) | ||
## 4.0.0 | ||
@@ -8,0 +16,0 @@ |
export declare const name = "@azure/msal-common"; | ||
export declare const version = "4.0.0"; | ||
export declare const version = "4.0.1"; | ||
//# sourceMappingURL=packageMetadata.d.ts.map |
@@ -12,3 +12,3 @@ import { DeviceCodeResponse } from "../response/DeviceCodeResponse"; | ||
* - resourceRequestUri - URI that token will be used for. Used for proof-of-possession flows. | ||
* - timeout - Period in which the user explicitly configures for the polling of the device code endpoint. At the end of this period; assuming the device code has not expired yet; the device code polling is stopped and the request cancelled. The device code expiration window will always take precedence over this set period. | ||
* - timeout - Timeout period in seconds which the user explicitly configures for the polling of the device code endpoint. At the end of this period; assuming the device code has not expired yet; the device code polling is stopped and the request cancelled. The device code expiration window will always take precedence over this set period. | ||
*/ | ||
@@ -15,0 +15,0 @@ export declare type CommonDeviceCodeRequest = BaseAuthRequest & { |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Microsoft Authentication Library for js", | ||
@@ -16,0 +16,0 @@ "keywords": [ |
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
2014514
21661