This commit is contained in:
Daniel Rodríguez 2021-05-19 19:34:55 -04:00 коммит произвёл GitHub
Родитель 8a3f670703
Коммит 469d9638a5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,9 @@
# 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
- Pass user provided `tokenCache` option to `withUsernamePasswordWithAuthResponse` and `withServicePrincipalSecretWithAuthResponse` methods to the credentials being created.

Просмотреть файл

@ -5,7 +5,7 @@
"email": "azsdkteam@microsoft.com",
"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.",
"keywords": [
"node",
@ -30,7 +30,7 @@
"dependencies": {
"@azure/ms-rest-azure-env": "^2.0.0",
"@azure/ms-rest-js": "^2.0.4",
"adal-node": "^0.1.28"
"adal-node": "^0.2.2"
},
"license": "MIT",
"devDependencies": {