@azure/identity 3.4.1 → 3.4.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 CHANGED
@@ -254,7 +254,7 @@ function credentialLogger(title, log = logger$n) {
254
254
  /**
255
255
  * Current version of the `@azure/identity` package.
256
256
  */
257
- const SDK_VERSION = `3.4.1`;
257
+ const SDK_VERSION = `3.4.2`;
258
258
  /**
259
259
  * The default client ID for authentication
260
260
  * @internal