@azure/identity 4.0.0-alpha.20231026.4 → 4.0.0-alpha.20231102.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
@@ -240,7 +240,7 @@ function credentialLogger(title, log = logger$n) {
240
240
  /**
241
241
  * Current version of the `@azure/identity` package.
242
242
  */
243
- const SDK_VERSION = `4.0.0-beta.1`;
243
+ const SDK_VERSION = `4.0.0-beta.2`;
244
244
  /**
245
245
  * The default client ID for authentication
246
246
  * @internal