@azure/identity 2.0.2-alpha.20211221.3 → 2.0.3-alpha.20220210.1
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 +13 -3
- package/dist/index.js +205 -173
- package/dist/index.js.map +1 -1
- package/dist-esm/src/client/identityClient.js +1 -1
- package/dist-esm/src/client/identityClient.js.map +1 -1
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,30 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
## 2.0.
|
|
3
|
+
## 2.0.3 (Unreleased)
|
|
4
4
|
|
|
5
5
|
### Features Added
|
|
6
6
|
|
|
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
|
-
|
|
9
7
|
### Breaking Changes
|
|
10
8
|
|
|
11
9
|
### Bugs Fixed
|
|
12
10
|
|
|
11
|
+
### Other Changes
|
|
12
|
+
|
|
13
|
+
## 2.0.2 (2022-02-03)
|
|
14
|
+
|
|
15
|
+
### Features Added
|
|
16
|
+
|
|
17
|
+
- 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.
|
|
18
|
+
|
|
19
|
+
### Bugs Fixed
|
|
20
|
+
|
|
13
21
|
- Challenge claims now are properly being passed through to the outgoing token requests.
|
|
14
22
|
- The `ManagedIdentityCredential` now properly parses expiration dates from token exchange requests.
|
|
15
23
|
|
|
16
24
|
### Other Changes
|
|
17
25
|
|
|
26
|
+
- Moved the `@types/stoppable` dependency to the `devDependencies`.
|
|
27
|
+
|
|
18
28
|
## 2.0.1 (2021-10-28)
|
|
19
29
|
|
|
20
30
|
### Features Added
|