Adal update (#126)
This commit is contained in:
Родитель
8a3f670703
Коммит
469d9638a5
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.0.10 - 2021/05/20
|
||||||
|
|
||||||
|
- Updated the dependency `adal-node` to version `^0.2.0`. This fixes customer issue: [125](https://github.com/Azure/ms-rest-nodeauth/issues/125).
|
||||||
|
|
||||||
## 3.0.9 - 2021/03/31
|
## 3.0.9 - 2021/03/31
|
||||||
|
|
||||||
- Pass user provided `tokenCache` option to `withUsernamePasswordWithAuthResponse` and `withServicePrincipalSecretWithAuthResponse` methods to the credentials being created.
|
- Pass user provided `tokenCache` option to `withUsernamePasswordWithAuthResponse` and `withServicePrincipalSecretWithAuthResponse` methods to the credentials being created.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"email": "azsdkteam@microsoft.com",
|
"email": "azsdkteam@microsoft.com",
|
||||||
"url": "https://github.com/Azure/ms-rest-nodeauth"
|
"url": "https://github.com/Azure/ms-rest-nodeauth"
|
||||||
},
|
},
|
||||||
"version": "3.0.9",
|
"version": "3.0.10",
|
||||||
"description": "Azure Authentication library in node.js with type definitions.",
|
"description": "Azure Authentication library in node.js with type definitions.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node",
|
"node",
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure/ms-rest-azure-env": "^2.0.0",
|
"@azure/ms-rest-azure-env": "^2.0.0",
|
||||||
"@azure/ms-rest-js": "^2.0.4",
|
"@azure/ms-rest-js": "^2.0.4",
|
||||||
"adal-node": "^0.1.28"
|
"adal-node": "^0.2.2"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче