@azure/identity 2.0.2-alpha.20220131.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of @azure/identity might be problematic. Click here for more details.
- package/CHANGELOG.md +1 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 2.0.2 (
|
|
3
|
+
## 2.0.2 (2022-02-03)
|
|
4
4
|
|
|
5
5
|
### Features Added
|
|
6
6
|
|
|
7
7
|
- Improved the error message when `InteractiveBrowserCredential` is used with an unavailable port (such as when no `redirectUri` is provided, and the port `80` is busy) and when no browser is available.
|
|
8
8
|
|
|
9
|
-
### Breaking Changes
|
|
10
|
-
|
|
11
9
|
### Bugs Fixed
|
|
12
10
|
|
|
13
11
|
- Challenge claims now are properly being passed through to the outgoing token requests.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/identity",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "2.0.2
|
|
4
|
+
"version": "2.0.2",
|
|
5
5
|
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist-esm/src/index.js",
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@azure/keyvault-keys": "4.2.0",
|
|
124
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
125
|
-
"@azure/dev-tool": "
|
|
126
|
-
"@azure/test-utils": "
|
|
124
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
125
|
+
"@azure/dev-tool": "^1.0.0",
|
|
126
|
+
"@azure/test-utils": "^1.0.0",
|
|
127
127
|
"@azure-tools/test-recorder": "^1.0.0",
|
|
128
128
|
"@microsoft/api-extractor": "^7.18.11",
|
|
129
129
|
"@types/jws": "^3.2.2",
|