@azure/identity 4.0.1 → 4.0.2-alpha.20240122.4

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 CHANGED
@@ -242,7 +242,7 @@ function credentialLogger(title, log = logger$n) {
242
242
  /**
243
243
  * Current version of the `@azure/identity` package.
244
244
  */
245
- const SDK_VERSION = `4.0.1`;
245
+ const SDK_VERSION = `4.0.2`;
246
246
  /**
247
247
  * The default client ID for authentication
248
248
  * @internal