@azure/identity 2.0.1 → 2.0.2-alpha.20211028.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/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -332,7 +332,7 @@ function getIdentityClientAuthorityHost(options) {
|
|
|
332
332
|
class IdentityClient extends coreClient.ServiceClient {
|
|
333
333
|
constructor(options) {
|
|
334
334
|
var _a;
|
|
335
|
-
const packageDetails = `azsdk-js-identity/2.0.
|
|
335
|
+
const packageDetails = `azsdk-js-identity/2.0.2`;
|
|
336
336
|
const userAgentPrefix = ((_a = options === null || options === void 0 ? void 0 : options.userAgentOptions) === null || _a === void 0 ? void 0 : _a.userAgentPrefix)
|
|
337
337
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
338
338
|
: `${packageDetails}`;
|