@azure/identity 2.1.0 → 2.1.1-alpha.20220712.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist-esm/src/constants.js +1 -1
- package/dist-esm/src/constants.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -189,7 +189,7 @@ function getIdentityTokenEndpointSuffix(tenantId) {
|
|
|
189
189
|
/**
|
|
190
190
|
* Current version of the `@azure/identity` package.
|
|
191
191
|
*/
|
|
192
|
-
const SDK_VERSION = `2.1.
|
|
192
|
+
const SDK_VERSION = `2.1.1`;
|
|
193
193
|
/**
|
|
194
194
|
* The default client ID for authentication
|
|
195
195
|
* @internal
|