@azure/msal-browser 3.11.0 → 3.11.1

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.
Files changed (72) hide show
  1. package/dist/app/IPublicClientApplication.mjs +1 -1
  2. package/dist/app/PublicClientApplication.mjs +1 -1
  3. package/dist/app/PublicClientNext.mjs +1 -1
  4. package/dist/broker/nativeBroker/NativeMessageHandler.mjs +1 -1
  5. package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  6. package/dist/cache/AsyncMemoryStorage.mjs +1 -1
  7. package/dist/cache/BrowserCacheManager.mjs +1 -1
  8. package/dist/cache/BrowserStorage.mjs +1 -1
  9. package/dist/cache/DatabaseStorage.mjs +1 -1
  10. package/dist/cache/MemoryStorage.mjs +1 -1
  11. package/dist/cache/TokenCache.mjs +1 -1
  12. package/dist/config/Configuration.mjs +1 -1
  13. package/dist/controllers/ControllerFactory.mjs +1 -1
  14. package/dist/controllers/NestedAppAuthController.mjs +1 -1
  15. package/dist/controllers/StandardController.mjs +1 -1
  16. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  17. package/dist/crypto/BrowserCrypto.mjs +1 -1
  18. package/dist/crypto/CryptoOps.mjs +1 -1
  19. package/dist/crypto/PkceGenerator.mjs +1 -1
  20. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  21. package/dist/encode/Base64Decode.mjs +1 -1
  22. package/dist/encode/Base64Encode.mjs +1 -1
  23. package/dist/error/BrowserAuthError.mjs +1 -1
  24. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  25. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  26. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  27. package/dist/error/NativeAuthError.mjs +1 -1
  28. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  29. package/dist/error/NestedAppAuthError.mjs +1 -1
  30. package/dist/event/EventHandler.mjs +1 -1
  31. package/dist/event/EventMessage.mjs +1 -1
  32. package/dist/event/EventType.mjs +1 -1
  33. package/dist/index.mjs +1 -1
  34. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  35. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  36. package/dist/interaction_client/NativeInteractionClient.mjs +1 -1
  37. package/dist/interaction_client/PopupClient.mjs +1 -1
  38. package/dist/interaction_client/RedirectClient.mjs +1 -1
  39. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  40. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  41. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  42. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  43. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  44. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  45. package/dist/interaction_handler/RedirectHandler.mjs +1 -1
  46. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  47. package/dist/naa/BridgeError.mjs +1 -1
  48. package/dist/naa/BridgeProxy.mjs +1 -1
  49. package/dist/naa/BridgeStatusCode.mjs +1 -1
  50. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  51. package/dist/navigation/NavigationClient.mjs +1 -1
  52. package/dist/network/FetchClient.mjs +1 -1
  53. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  54. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  55. package/dist/operatingcontext/TeamsAppOperatingContext.mjs +1 -1
  56. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  57. package/dist/packageMetadata.d.ts +1 -1
  58. package/dist/packageMetadata.mjs +2 -2
  59. package/dist/request/RequestHelpers.mjs +1 -1
  60. package/dist/response/ResponseHandler.mjs +1 -1
  61. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  62. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  63. package/dist/utils/BrowserConstants.mjs +1 -1
  64. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  65. package/dist/utils/BrowserUtils.mjs +1 -1
  66. package/lib/msal-browser.cjs +65 -65
  67. package/lib/msal-browser.cjs.map +1 -1
  68. package/lib/msal-browser.js +65 -65
  69. package/lib/msal-browser.js.map +1 -1
  70. package/lib/msal-browser.min.js +58 -58
  71. package/package.json +2 -2
  72. package/src/packageMetadata.ts +1 -1
@@ -1,8 +1,8 @@
1
- /*! @azure/msal-browser v3.11.0 2024-03-22 */
1
+ /*! @azure/msal-browser v3.11.1 2024-03-27 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
5
- /*! @azure/msal-common v14.8.0 2024-03-22 */
5
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6
6
  /*
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
8
8
  * Licensed under the MIT License.
@@ -297,7 +297,7 @@ const JsonWebTokenTypes = {
297
297
  Pop: "pop",
298
298
  };
299
299
 
300
- /*! @azure/msal-common v14.8.0 2024-03-22 */
300
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
301
301
  /*
302
302
  * Copyright (c) Microsoft Corporation. All rights reserved.
303
303
  * Licensed under the MIT License.
@@ -314,7 +314,7 @@ var AuthErrorCodes = /*#__PURE__*/Object.freeze({
314
314
  unexpectedError: unexpectedError
315
315
  });
316
316
 
317
- /*! @azure/msal-common v14.8.0 2024-03-22 */
317
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
318
318
 
319
319
  /*
320
320
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -363,7 +363,7 @@ function createAuthError(code, additionalMessage) {
363
363
  : AuthErrorMessages[code]);
364
364
  }
365
365
 
366
- /*! @azure/msal-common v14.8.0 2024-03-22 */
366
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
367
367
  /*
368
368
  * Copyright (c) Microsoft Corporation. All rights reserved.
369
369
  * Licensed under the MIT License.
@@ -461,7 +461,7 @@ var ClientAuthErrorCodes = /*#__PURE__*/Object.freeze({
461
461
  userTimeoutReached: userTimeoutReached
462
462
  });
463
463
 
464
- /*! @azure/msal-common v14.8.0 2024-03-22 */
464
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
465
465
 
466
466
  /*
467
467
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -713,7 +713,7 @@ function createClientAuthError(errorCode, additionalMessage) {
713
713
  return new ClientAuthError(errorCode, additionalMessage);
714
714
  }
715
715
 
716
- /*! @azure/msal-common v14.8.0 2024-03-22 */
716
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
717
717
 
718
718
  /*
719
719
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -746,7 +746,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
746
746
  },
747
747
  };
748
748
 
749
- /*! @azure/msal-common v14.8.0 2024-03-22 */
749
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
750
750
 
751
751
  /*
752
752
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -937,12 +937,12 @@ class Logger {
937
937
  }
938
938
  }
939
939
 
940
- /*! @azure/msal-common v14.8.0 2024-03-22 */
940
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
941
941
  /* eslint-disable header/header */
942
942
  const name$1 = "@azure/msal-common";
943
- const version$1 = "14.8.0";
943
+ const version$1 = "14.8.1";
944
944
 
945
- /*! @azure/msal-common v14.8.0 2024-03-22 */
945
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
946
946
  /*
947
947
  * Copyright (c) Microsoft Corporation. All rights reserved.
948
948
  * Licensed under the MIT License.
@@ -962,7 +962,7 @@ const AzureCloudInstance = {
962
962
  AzureUsGovernment: "https://login.microsoftonline.us",
963
963
  };
964
964
 
965
- /*! @azure/msal-common v14.8.0 2024-03-22 */
965
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
966
966
 
967
967
  /*
968
968
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1023,7 +1023,7 @@ function checkMaxAge(authTime, maxAge) {
1023
1023
  }
1024
1024
  }
1025
1025
 
1026
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1026
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1027
1027
  /*
1028
1028
  * Copyright (c) Microsoft Corporation. All rights reserved.
1029
1029
  * Licensed under the MIT License.
@@ -1060,7 +1060,7 @@ function wasClockTurnedBack(cachedAt) {
1060
1060
  return cachedAtSec > nowSeconds();
1061
1061
  }
1062
1062
 
1063
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1063
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1064
1064
 
1065
1065
  /*
1066
1066
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1387,7 +1387,7 @@ function isAuthorityMetadataExpired(metadata) {
1387
1387
  return metadata.expiresAt <= nowSeconds();
1388
1388
  }
1389
1389
 
1390
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1390
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1391
1391
  /*
1392
1392
  * Copyright (c) Microsoft Corporation. All rights reserved.
1393
1393
  * Licensed under the MIT License.
@@ -1441,7 +1441,7 @@ var ClientConfigurationErrorCodes = /*#__PURE__*/Object.freeze({
1441
1441
  urlParseError: urlParseError
1442
1442
  });
1443
1443
 
1444
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1444
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1445
1445
 
1446
1446
  /*
1447
1447
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1579,7 +1579,7 @@ function createClientConfigurationError(errorCode) {
1579
1579
  return new ClientConfigurationError(errorCode);
1580
1580
  }
1581
1581
 
1582
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1582
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1583
1583
  /*
1584
1584
  * Copyright (c) Microsoft Corporation. All rights reserved.
1585
1585
  * Licensed under the MIT License.
@@ -1676,7 +1676,7 @@ class StringUtils {
1676
1676
  }
1677
1677
  }
1678
1678
 
1679
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1679
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1680
1680
 
1681
1681
  /*
1682
1682
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1876,7 +1876,7 @@ class ScopeSet {
1876
1876
  }
1877
1877
  }
1878
1878
 
1879
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1879
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1880
1880
 
1881
1881
  /*
1882
1882
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1916,7 +1916,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
1916
1916
  };
1917
1917
  }
1918
1918
 
1919
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1919
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1920
1920
  /*
1921
1921
  * Copyright (c) Microsoft Corporation. All rights reserved.
1922
1922
  * Licensed under the MIT License.
@@ -1978,7 +1978,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
1978
1978
  return updatedAccountInfo;
1979
1979
  }
1980
1980
 
1981
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1981
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1982
1982
  /*
1983
1983
  * Copyright (c) Microsoft Corporation. All rights reserved.
1984
1984
  * Licensed under the MIT License.
@@ -1993,7 +1993,7 @@ const AuthorityType = {
1993
1993
  Ciam: 3,
1994
1994
  };
1995
1995
 
1996
- /*! @azure/msal-common v14.8.0 2024-03-22 */
1996
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
1997
1997
  /*
1998
1998
  * Copyright (c) Microsoft Corporation. All rights reserved.
1999
1999
  * Licensed under the MIT License.
@@ -2015,7 +2015,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
2015
2015
  return null;
2016
2016
  }
2017
2017
 
2018
- /*! @azure/msal-common v14.8.0 2024-03-22 */
2018
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
2019
2019
  /*
2020
2020
  * Copyright (c) Microsoft Corporation. All rights reserved.
2021
2021
  * Licensed under the MIT License.
@@ -2028,7 +2028,7 @@ const ProtocolMode = {
2028
2028
  OIDC: "OIDC",
2029
2029
  };
2030
2030
 
2031
- /*! @azure/msal-common v14.8.0 2024-03-22 */
2031
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
2032
2032
 
2033
2033
  /*
2034
2034
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2275,7 +2275,7 @@ class AccountEntity {
2275
2275
  }
2276
2276
  }
2277
2277
 
2278
- /*! @azure/msal-common v14.8.0 2024-03-22 */
2278
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
2279
2279
 
2280
2280
  /*
2281
2281
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2322,7 +2322,7 @@ function getDeserializedResponse(responseString) {
2322
2322
  return null;
2323
2323
  }
2324
2324
 
2325
- /*! @azure/msal-common v14.8.0 2024-03-22 */
2325
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
2326
2326
 
2327
2327
  /*
2328
2328
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2486,7 +2486,7 @@ class UrlString {
2486
2486
  }
2487
2487
  }
2488
2488
 
2489
- /*! @azure/msal-common v14.8.0 2024-03-22 */
2489
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
2490
2490
 
2491
2491
  /*
2492
2492
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2626,7 +2626,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
2626
2626
  return null;
2627
2627
  }
2628
2628
 
2629
- /*! @azure/msal-common v14.8.0 2024-03-22 */
2629
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
2630
2630
 
2631
2631
  /*
2632
2632
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3857,7 +3857,7 @@ class DefaultStorageClass extends CacheManager {
3857
3857
  }
3858
3858
  }
3859
3859
 
3860
- /*! @azure/msal-common v14.8.0 2024-03-22 */
3860
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
3861
3861
 
3862
3862
  /*
3863
3863
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3957,7 +3957,7 @@ function isOidcProtocolMode(config) {
3957
3957
  return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
3958
3958
  }
3959
3959
 
3960
- /*! @azure/msal-common v14.8.0 2024-03-22 */
3960
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
3961
3961
 
3962
3962
  /*
3963
3963
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3974,7 +3974,7 @@ class ServerError extends AuthError {
3974
3974
  }
3975
3975
  }
3976
3976
 
3977
- /*! @azure/msal-common v14.8.0 2024-03-22 */
3977
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
3978
3978
 
3979
3979
  /*
3980
3980
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4072,7 +4072,7 @@ class ThrottlingUtils {
4072
4072
  }
4073
4073
  }
4074
4074
 
4075
- /*! @azure/msal-common v14.8.0 2024-03-22 */
4075
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
4076
4076
 
4077
4077
  /*
4078
4078
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4109,7 +4109,7 @@ class NetworkManager {
4109
4109
  }
4110
4110
  }
4111
4111
 
4112
- /*! @azure/msal-common v14.8.0 2024-03-22 */
4112
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
4113
4113
  /*
4114
4114
  * Copyright (c) Microsoft Corporation. All rights reserved.
4115
4115
  * Licensed under the MIT License.
@@ -4119,7 +4119,7 @@ const CcsCredentialType = {
4119
4119
  UPN: "UPN",
4120
4120
  };
4121
4121
 
4122
- /*! @azure/msal-common v14.8.0 2024-03-22 */
4122
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
4123
4123
  /*
4124
4124
  * Copyright (c) Microsoft Corporation. All rights reserved.
4125
4125
  * Licensed under the MIT License.
@@ -4166,7 +4166,7 @@ const SID = "sid";
4166
4166
  const LOGIN_HINT = "login_hint";
4167
4167
  const DOMAIN_HINT = "domain_hint";
4168
4168
 
4169
- /*! @azure/msal-common v14.8.0 2024-03-22 */
4169
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
4170
4170
 
4171
4171
  /*
4172
4172
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4250,7 +4250,7 @@ class RequestValidator {
4250
4250
  }
4251
4251
  }
4252
4252
 
4253
- /*! @azure/msal-common v14.8.0 2024-03-22 */
4253
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
4254
4254
 
4255
4255
  /*
4256
4256
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4634,7 +4634,7 @@ class RequestParameterBuilder {
4634
4634
  }
4635
4635
  }
4636
4636
 
4637
- /*! @azure/msal-common v14.8.0 2024-03-22 */
4637
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
4638
4638
  /*
4639
4639
  * Copyright (c) Microsoft Corporation. All rights reserved.
4640
4640
  * Licensed under the MIT License.
@@ -4646,7 +4646,7 @@ function isOpenIdConfigResponse(response) {
4646
4646
  response.hasOwnProperty("jwks_uri"));
4647
4647
  }
4648
4648
 
4649
- /*! @azure/msal-common v14.8.0 2024-03-22 */
4649
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
4650
4650
  /*
4651
4651
  * Copyright (c) Microsoft Corporation. All rights reserved.
4652
4652
  * Licensed under the MIT License.
@@ -4656,7 +4656,7 @@ function isCloudInstanceDiscoveryResponse(response) {
4656
4656
  response.hasOwnProperty("metadata"));
4657
4657
  }
4658
4658
 
4659
- /*! @azure/msal-common v14.8.0 2024-03-22 */
4659
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
4660
4660
  /*
4661
4661
  * Copyright (c) Microsoft Corporation. All rights reserved.
4662
4662
  * Licensed under the MIT License.
@@ -4666,7 +4666,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
4666
4666
  response.hasOwnProperty("error_description"));
4667
4667
  }
4668
4668
 
4669
- /*! @azure/msal-common v14.8.0 2024-03-22 */
4669
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
4670
4670
  /*
4671
4671
  * Copyright (c) Microsoft Corporation. All rights reserved.
4672
4672
  * Licensed under the MIT License.
@@ -5140,7 +5140,7 @@ const IntFields = new Set([
5140
5140
  "multiMatchedRT",
5141
5141
  ]);
5142
5142
 
5143
- /*! @azure/msal-common v14.8.0 2024-03-22 */
5143
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
5144
5144
  /*
5145
5145
  * Copyright (c) Microsoft Corporation. All rights reserved.
5146
5146
  * Licensed under the MIT License.
@@ -5236,7 +5236,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
5236
5236
  };
5237
5237
  };
5238
5238
 
5239
- /*! @azure/msal-common v14.8.0 2024-03-22 */
5239
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
5240
5240
 
5241
5241
  /*
5242
5242
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5345,7 +5345,7 @@ RegionDiscovery.IMDS_OPTIONS = {
5345
5345
  },
5346
5346
  };
5347
5347
 
5348
- /*! @azure/msal-common v14.8.0 2024-03-22 */
5348
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
5349
5349
 
5350
5350
  /*
5351
5351
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6180,7 +6180,7 @@ function buildStaticAuthorityOptions(authOptions) {
6180
6180
  };
6181
6181
  }
6182
6182
 
6183
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6183
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6184
6184
 
6185
6185
  /*
6186
6186
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6211,7 +6211,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
6211
6211
  }
6212
6212
  }
6213
6213
 
6214
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6214
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6215
6215
 
6216
6216
  /*
6217
6217
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6314,7 +6314,7 @@ class BaseClient {
6314
6314
  }
6315
6315
  }
6316
6316
 
6317
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6317
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6318
6318
  /*
6319
6319
  * Copyright (c) Microsoft Corporation. All rights reserved.
6320
6320
  * Licensed under the MIT License.
@@ -6340,7 +6340,7 @@ var InteractionRequiredAuthErrorCodes = /*#__PURE__*/Object.freeze({
6340
6340
  refreshTokenExpired: refreshTokenExpired
6341
6341
  });
6342
6342
 
6343
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6343
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6344
6344
 
6345
6345
  /*
6346
6346
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6427,7 +6427,7 @@ function createInteractionRequiredAuthError(errorCode) {
6427
6427
  return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
6428
6428
  }
6429
6429
 
6430
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6430
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6431
6431
  /*
6432
6432
  * Copyright (c) Microsoft Corporation. All rights reserved.
6433
6433
  * Licensed under the MIT License.
@@ -6443,7 +6443,7 @@ class CacheRecord {
6443
6443
  }
6444
6444
  }
6445
6445
 
6446
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6446
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6447
6447
 
6448
6448
  /*
6449
6449
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6515,7 +6515,7 @@ class ProtocolUtils {
6515
6515
  }
6516
6516
  }
6517
6517
 
6518
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6518
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6519
6519
 
6520
6520
  /*
6521
6521
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6600,7 +6600,7 @@ class PopTokenGenerator {
6600
6600
  }
6601
6601
  }
6602
6602
 
6603
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6603
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6604
6604
  /*
6605
6605
  * Copyright (c) Microsoft Corporation. All rights reserved.
6606
6606
  * Licensed under the MIT License.
@@ -6627,7 +6627,7 @@ class PopTokenGenerator {
6627
6627
  }
6628
6628
  }
6629
6629
 
6630
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6630
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6631
6631
 
6632
6632
  /*
6633
6633
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6980,7 +6980,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, idTokenClai
6980
6980
  return baseAccount;
6981
6981
  }
6982
6982
 
6983
- /*! @azure/msal-common v14.8.0 2024-03-22 */
6983
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
6984
6984
 
6985
6985
  /*
6986
6986
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7385,7 +7385,7 @@ class AuthorizationCodeClient extends BaseClient {
7385
7385
  }
7386
7386
  }
7387
7387
 
7388
- /*! @azure/msal-common v14.8.0 2024-03-22 */
7388
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
7389
7389
 
7390
7390
  /*
7391
7391
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7592,7 +7592,7 @@ class RefreshTokenClient extends BaseClient {
7592
7592
  }
7593
7593
  }
7594
7594
 
7595
- /*! @azure/msal-common v14.8.0 2024-03-22 */
7595
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
7596
7596
 
7597
7597
  /*
7598
7598
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7728,7 +7728,7 @@ class SilentFlowClient extends BaseClient {
7728
7728
  }
7729
7729
  }
7730
7730
 
7731
- /*! @azure/msal-common v14.8.0 2024-03-22 */
7731
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
7732
7732
 
7733
7733
  /*
7734
7734
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7743,7 +7743,7 @@ const StubbedNetworkModule = {
7743
7743
  },
7744
7744
  };
7745
7745
 
7746
- /*! @azure/msal-common v14.8.0 2024-03-22 */
7746
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
7747
7747
  /*
7748
7748
  * Copyright (c) Microsoft Corporation. All rights reserved.
7749
7749
  * Licensed under the MIT License.
@@ -7751,7 +7751,7 @@ const StubbedNetworkModule = {
7751
7751
  const missingKidError = "missing_kid_error";
7752
7752
  const missingAlgError = "missing_alg_error";
7753
7753
 
7754
- /*! @azure/msal-common v14.8.0 2024-03-22 */
7754
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
7755
7755
 
7756
7756
  /*
7757
7757
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7776,7 +7776,7 @@ function createJoseHeaderError(code) {
7776
7776
  return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
7777
7777
  }
7778
7778
 
7779
- /*! @azure/msal-common v14.8.0 2024-03-22 */
7779
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
7780
7780
 
7781
7781
  /*
7782
7782
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7816,7 +7816,7 @@ class JoseHeader {
7816
7816
  }
7817
7817
  }
7818
7818
 
7819
- /*! @azure/msal-common v14.8.0 2024-03-22 */
7819
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
7820
7820
 
7821
7821
  /*
7822
7822
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7874,7 +7874,7 @@ class AuthenticationHeaderParser {
7874
7874
  }
7875
7875
  }
7876
7876
 
7877
- /*! @azure/msal-common v14.8.0 2024-03-22 */
7877
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
7878
7878
 
7879
7879
  /*
7880
7880
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8078,7 +8078,7 @@ class ServerTelemetryManager {
8078
8078
  }
8079
8079
  }
8080
8080
 
8081
- /*! @azure/msal-common v14.8.0 2024-03-22 */
8081
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
8082
8082
 
8083
8083
  /*
8084
8084
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8157,7 +8157,7 @@ class StubPerformanceClient {
8157
8157
  }
8158
8158
  }
8159
8159
 
8160
- /*! @azure/msal-common v14.8.0 2024-03-22 */
8160
+ /*! @azure/msal-common v14.8.1 2024-03-27 */
8161
8161
 
8162
8162
  /*
8163
8163
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8530,7 +8530,7 @@ class PerformanceClient {
8530
8530
  manuallyCompletedCount: 0,
8531
8531
  };
8532
8532
  event.durationMs = Math.round(event.durationMs || this.getDurationMs(event.startTimeMs));
8533
- const context = endContext(event, this.abbreviations, this.eventStack.get(rootEvent.correlationId), error);
8533
+ const context = JSON.stringify(endContext(event, this.abbreviations, this.eventStack.get(rootEvent.correlationId), error));
8534
8534
  if (isRoot) {
8535
8535
  queueInfo = this.getQueueInfo(event.correlationId);
8536
8536
  this.discardCache(rootEvent.correlationId);
@@ -10013,7 +10013,7 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
10013
10013
 
10014
10014
  /* eslint-disable header/header */
10015
10015
  const name = "@azure/msal-browser";
10016
- const version = "3.11.0";
10016
+ const version = "3.11.1";
10017
10017
 
10018
10018
  /*
10019
10019
  * Copyright (c) Microsoft Corporation. All rights reserved.