Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,6 @@ | ||
Version 0.2.0 | ||
------------------ | ||
Release Date: 23 August 2019 | ||
* Add support for user provided api version | ||
Version 0.1.28 | ||
@@ -2,0 +7,0 @@ -------------- |
@@ -279,3 +279,3 @@ import * as http from "http"; | ||
*/ | ||
constructor(authority: string, validateAuthority?: boolean, cache?: TokenCache); | ||
constructor(authority: string, validateAuthority?: boolean, cache?: TokenCache, aadApiVersion?: string); | ||
@@ -282,0 +282,0 @@ /** |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Windows Azure Active Directory Client Library for node", | ||
@@ -16,0 +16,0 @@ "keywords": [ |
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
226615