@azure/msal-browser 3.8.1-beta.0 → 3.9.0

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 (73) 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/CryptoKeyStore.mjs +1 -1
  10. package/dist/cache/DatabaseStorage.mjs +1 -1
  11. package/dist/cache/MemoryStorage.mjs +1 -1
  12. package/dist/cache/TokenCache.mjs +1 -1
  13. package/dist/config/Configuration.mjs +1 -1
  14. package/dist/controllers/ControllerFactory.mjs +1 -1
  15. package/dist/controllers/NestedAppAuthController.mjs +1 -1
  16. package/dist/controllers/StandardController.mjs +1 -1
  17. package/dist/controllers/UnknownOperatingContextController.mjs +1 -1
  18. package/dist/crypto/BrowserCrypto.mjs +1 -1
  19. package/dist/crypto/CryptoOps.mjs +1 -1
  20. package/dist/crypto/PkceGenerator.mjs +1 -1
  21. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  22. package/dist/encode/Base64Decode.mjs +1 -1
  23. package/dist/encode/Base64Encode.mjs +1 -1
  24. package/dist/error/BrowserAuthError.mjs +1 -1
  25. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  26. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  27. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  28. package/dist/error/NativeAuthError.mjs +1 -1
  29. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  30. package/dist/error/NestedAppAuthError.mjs +1 -1
  31. package/dist/event/EventHandler.mjs +1 -1
  32. package/dist/event/EventMessage.mjs +1 -1
  33. package/dist/event/EventType.mjs +1 -1
  34. package/dist/index.mjs +1 -1
  35. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  36. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  37. package/dist/interaction_client/NativeInteractionClient.mjs +1 -1
  38. package/dist/interaction_client/PopupClient.mjs +1 -1
  39. package/dist/interaction_client/RedirectClient.mjs +1 -1
  40. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  41. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  42. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  43. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  44. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  45. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  46. package/dist/interaction_handler/RedirectHandler.mjs +1 -1
  47. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  48. package/dist/naa/BridgeError.mjs +1 -1
  49. package/dist/naa/BridgeProxy.mjs +1 -1
  50. package/dist/naa/BridgeStatusCode.mjs +1 -1
  51. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  52. package/dist/navigation/NavigationClient.mjs +1 -1
  53. package/dist/network/FetchClient.mjs +1 -1
  54. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  55. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  56. package/dist/operatingcontext/TeamsAppOperatingContext.mjs +1 -1
  57. package/dist/operatingcontext/UnknownOperatingContext.mjs +1 -1
  58. package/dist/packageMetadata.d.ts +1 -1
  59. package/dist/packageMetadata.d.ts.map +1 -1
  60. package/dist/packageMetadata.mjs +2 -2
  61. package/dist/response/ResponseHandler.mjs +1 -1
  62. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  63. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  64. package/dist/utils/BrowserConstants.mjs +1 -1
  65. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  66. package/dist/utils/BrowserUtils.mjs +1 -1
  67. package/lib/msal-browser.cjs +64 -64
  68. package/lib/msal-browser.cjs.map +1 -1
  69. package/lib/msal-browser.js +64 -64
  70. package/lib/msal-browser.js.map +1 -1
  71. package/lib/msal-browser.min.js +58 -58
  72. package/package.json +2 -2
  73. package/src/packageMetadata.ts +1 -1
@@ -1,8 +1,8 @@
1
- /*! @azure/msal-browser v3.8.1-beta.0 2024-02-07 */
1
+ /*! @azure/msal-browser v3.9.0 2024-02-07 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
5
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
5
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
300
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
317
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
366
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
464
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
716
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
749
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
940
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
941
941
  /* eslint-disable header/header */
942
942
  const name$1 = "@azure/msal-common";
943
- const version$1 = "14.6.2-beta.0";
943
+ const version$1 = "14.7.0";
944
944
 
945
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
945
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
965
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
1026
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
1063
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
1390
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
1444
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
1582
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
1679
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
1879
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
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.6.2-beta.0 2024-02-07 */
1919
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
1920
1920
  /*
1921
1921
  * Copyright (c) Microsoft Corporation. All rights reserved.
1922
1922
  * Licensed under the MIT License.
@@ -1977,7 +1977,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
1977
1977
  return updatedAccountInfo;
1978
1978
  }
1979
1979
 
1980
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
1980
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
1981
1981
  /*
1982
1982
  * Copyright (c) Microsoft Corporation. All rights reserved.
1983
1983
  * Licensed under the MIT License.
@@ -1992,7 +1992,7 @@ const AuthorityType = {
1992
1992
  Ciam: 3,
1993
1993
  };
1994
1994
 
1995
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
1995
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
1996
1996
  /*
1997
1997
  * Copyright (c) Microsoft Corporation. All rights reserved.
1998
1998
  * Licensed under the MIT License.
@@ -2014,7 +2014,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
2014
2014
  return null;
2015
2015
  }
2016
2016
 
2017
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
2017
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
2018
2018
  /*
2019
2019
  * Copyright (c) Microsoft Corporation. All rights reserved.
2020
2020
  * Licensed under the MIT License.
@@ -2027,7 +2027,7 @@ const ProtocolMode = {
2027
2027
  OIDC: "OIDC",
2028
2028
  };
2029
2029
 
2030
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
2030
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
2031
2031
 
2032
2032
  /*
2033
2033
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2274,7 +2274,7 @@ class AccountEntity {
2274
2274
  }
2275
2275
  }
2276
2276
 
2277
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
2277
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
2278
2278
 
2279
2279
  /*
2280
2280
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2321,7 +2321,7 @@ function getDeserializedResponse(responseString) {
2321
2321
  return null;
2322
2322
  }
2323
2323
 
2324
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
2324
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
2325
2325
 
2326
2326
  /*
2327
2327
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2485,7 +2485,7 @@ class UrlString {
2485
2485
  }
2486
2486
  }
2487
2487
 
2488
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
2488
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
2489
2489
 
2490
2490
  /*
2491
2491
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2625,7 +2625,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
2625
2625
  return null;
2626
2626
  }
2627
2627
 
2628
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
2628
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
2629
2629
 
2630
2630
  /*
2631
2631
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3865,7 +3865,7 @@ class DefaultStorageClass extends CacheManager {
3865
3865
  }
3866
3866
  }
3867
3867
 
3868
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
3868
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
3869
3869
 
3870
3870
  /*
3871
3871
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3965,7 +3965,7 @@ function isOidcProtocolMode(config) {
3965
3965
  return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
3966
3966
  }
3967
3967
 
3968
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
3968
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
3969
3969
 
3970
3970
  /*
3971
3971
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3982,7 +3982,7 @@ class ServerError extends AuthError {
3982
3982
  }
3983
3983
  }
3984
3984
 
3985
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
3985
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
3986
3986
 
3987
3987
  /*
3988
3988
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4080,7 +4080,7 @@ class ThrottlingUtils {
4080
4080
  }
4081
4081
  }
4082
4082
 
4083
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4083
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4084
4084
 
4085
4085
  /*
4086
4086
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4117,7 +4117,7 @@ class NetworkManager {
4117
4117
  }
4118
4118
  }
4119
4119
 
4120
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4120
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4121
4121
  /*
4122
4122
  * Copyright (c) Microsoft Corporation. All rights reserved.
4123
4123
  * Licensed under the MIT License.
@@ -4127,7 +4127,7 @@ const CcsCredentialType = {
4127
4127
  UPN: "UPN",
4128
4128
  };
4129
4129
 
4130
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4130
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4131
4131
  /*
4132
4132
  * Copyright (c) Microsoft Corporation. All rights reserved.
4133
4133
  * Licensed under the MIT License.
@@ -4174,7 +4174,7 @@ const SID = "sid";
4174
4174
  const LOGIN_HINT = "login_hint";
4175
4175
  const DOMAIN_HINT = "domain_hint";
4176
4176
 
4177
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4177
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4178
4178
 
4179
4179
  /*
4180
4180
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4258,7 +4258,7 @@ class RequestValidator {
4258
4258
  }
4259
4259
  }
4260
4260
 
4261
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4261
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4262
4262
 
4263
4263
  /*
4264
4264
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4642,7 +4642,7 @@ class RequestParameterBuilder {
4642
4642
  }
4643
4643
  }
4644
4644
 
4645
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4645
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4646
4646
  /*
4647
4647
  * Copyright (c) Microsoft Corporation. All rights reserved.
4648
4648
  * Licensed under the MIT License.
@@ -4654,7 +4654,7 @@ function isOpenIdConfigResponse(response) {
4654
4654
  response.hasOwnProperty("jwks_uri"));
4655
4655
  }
4656
4656
 
4657
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4657
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4658
4658
  /*
4659
4659
  * Copyright (c) Microsoft Corporation. All rights reserved.
4660
4660
  * Licensed under the MIT License.
@@ -4664,7 +4664,7 @@ function isCloudInstanceDiscoveryResponse(response) {
4664
4664
  response.hasOwnProperty("metadata"));
4665
4665
  }
4666
4666
 
4667
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4667
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4668
4668
  /*
4669
4669
  * Copyright (c) Microsoft Corporation. All rights reserved.
4670
4670
  * Licensed under the MIT License.
@@ -4674,7 +4674,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
4674
4674
  response.hasOwnProperty("error_description"));
4675
4675
  }
4676
4676
 
4677
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4677
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4678
4678
  /*
4679
4679
  * Copyright (c) Microsoft Corporation. All rights reserved.
4680
4680
  * Licensed under the MIT License.
@@ -4935,7 +4935,7 @@ const IntFields = new Set([
4935
4935
  "multiMatchedRT",
4936
4936
  ]);
4937
4937
 
4938
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
4938
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
4939
4939
  /*
4940
4940
  * Copyright (c) Microsoft Corporation. All rights reserved.
4941
4941
  * Licensed under the MIT License.
@@ -5031,7 +5031,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
5031
5031
  };
5032
5032
  };
5033
5033
 
5034
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
5034
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
5035
5035
 
5036
5036
  /*
5037
5037
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5140,7 +5140,7 @@ RegionDiscovery.IMDS_OPTIONS = {
5140
5140
  },
5141
5141
  };
5142
5142
 
5143
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
5143
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
5144
5144
 
5145
5145
  /*
5146
5146
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5973,7 +5973,7 @@ function buildStaticAuthorityOptions(authOptions) {
5973
5973
  };
5974
5974
  }
5975
5975
 
5976
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
5976
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
5977
5977
 
5978
5978
  /*
5979
5979
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6004,7 +6004,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
6004
6004
  }
6005
6005
  }
6006
6006
 
6007
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
6007
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
6008
6008
 
6009
6009
  /*
6010
6010
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6107,7 +6107,7 @@ class BaseClient {
6107
6107
  }
6108
6108
  }
6109
6109
 
6110
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
6110
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
6111
6111
  /*
6112
6112
  * Copyright (c) Microsoft Corporation. All rights reserved.
6113
6113
  * Licensed under the MIT License.
@@ -6133,7 +6133,7 @@ var InteractionRequiredAuthErrorCodes = /*#__PURE__*/Object.freeze({
6133
6133
  refreshTokenExpired: refreshTokenExpired
6134
6134
  });
6135
6135
 
6136
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
6136
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
6137
6137
 
6138
6138
  /*
6139
6139
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6220,7 +6220,7 @@ function createInteractionRequiredAuthError(errorCode) {
6220
6220
  return new InteractionRequiredAuthError(errorCode, InteractionRequiredAuthErrorMessages[errorCode]);
6221
6221
  }
6222
6222
 
6223
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
6223
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
6224
6224
  /*
6225
6225
  * Copyright (c) Microsoft Corporation. All rights reserved.
6226
6226
  * Licensed under the MIT License.
@@ -6236,7 +6236,7 @@ class CacheRecord {
6236
6236
  }
6237
6237
  }
6238
6238
 
6239
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
6239
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
6240
6240
 
6241
6241
  /*
6242
6242
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6308,7 +6308,7 @@ class ProtocolUtils {
6308
6308
  }
6309
6309
  }
6310
6310
 
6311
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
6311
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
6312
6312
 
6313
6313
  /*
6314
6314
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6393,7 +6393,7 @@ class PopTokenGenerator {
6393
6393
  }
6394
6394
  }
6395
6395
 
6396
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
6396
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
6397
6397
  /*
6398
6398
  * Copyright (c) Microsoft Corporation. All rights reserved.
6399
6399
  * Licensed under the MIT License.
@@ -6420,7 +6420,7 @@ class PopTokenGenerator {
6420
6420
  }
6421
6421
  }
6422
6422
 
6423
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
6423
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
6424
6424
 
6425
6425
  /*
6426
6426
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6773,7 +6773,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, idTokenClai
6773
6773
  return baseAccount;
6774
6774
  }
6775
6775
 
6776
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
6776
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
6777
6777
 
6778
6778
  /*
6779
6779
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7178,7 +7178,7 @@ class AuthorizationCodeClient extends BaseClient {
7178
7178
  }
7179
7179
  }
7180
7180
 
7181
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7181
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7182
7182
 
7183
7183
  /*
7184
7184
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7385,7 +7385,7 @@ class RefreshTokenClient extends BaseClient {
7385
7385
  }
7386
7386
  }
7387
7387
 
7388
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7388
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7389
7389
 
7390
7390
  /*
7391
7391
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7516,7 +7516,7 @@ class SilentFlowClient extends BaseClient {
7516
7516
  }
7517
7517
  }
7518
7518
 
7519
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7519
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7520
7520
 
7521
7521
  /*
7522
7522
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7531,7 +7531,7 @@ const StubbedNetworkModule = {
7531
7531
  },
7532
7532
  };
7533
7533
 
7534
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7534
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7535
7535
  /*
7536
7536
  * Copyright (c) Microsoft Corporation. All rights reserved.
7537
7537
  * Licensed under the MIT License.
@@ -7539,7 +7539,7 @@ const StubbedNetworkModule = {
7539
7539
  const missingKidError = "missing_kid_error";
7540
7540
  const missingAlgError = "missing_alg_error";
7541
7541
 
7542
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7542
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7543
7543
 
7544
7544
  /*
7545
7545
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7564,7 +7564,7 @@ function createJoseHeaderError(code) {
7564
7564
  return new JoseHeaderError(code, JoseHeaderErrorMessages[code]);
7565
7565
  }
7566
7566
 
7567
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7567
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7568
7568
 
7569
7569
  /*
7570
7570
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7604,7 +7604,7 @@ class JoseHeader {
7604
7604
  }
7605
7605
  }
7606
7606
 
7607
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7607
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7608
7608
 
7609
7609
  /*
7610
7610
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7662,7 +7662,7 @@ class AuthenticationHeaderParser {
7662
7662
  }
7663
7663
  }
7664
7664
 
7665
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7665
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7666
7666
 
7667
7667
  /*
7668
7668
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7866,7 +7866,7 @@ class ServerTelemetryManager {
7866
7866
  }
7867
7867
  }
7868
7868
 
7869
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7869
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7870
7870
 
7871
7871
  /*
7872
7872
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7945,7 +7945,7 @@ class StubPerformanceClient {
7945
7945
  }
7946
7946
  }
7947
7947
 
7948
- /*! @azure/msal-common v14.6.2-beta.0 2024-02-07 */
7948
+ /*! @azure/msal-common v14.7.0 2024-02-07 */
7949
7949
 
7950
7950
  /*
7951
7951
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -9345,7 +9345,7 @@ function buildConfiguration({ auth: userInputAuth, cache: userInputCache, system
9345
9345
 
9346
9346
  /* eslint-disable header/header */
9347
9347
  const name = "@azure/msal-browser";
9348
- const version = "3.8.1-beta.0";
9348
+ const version = "3.9.0";
9349
9349
 
9350
9350
  /*
9351
9351
  * Copyright (c) Microsoft Corporation. All rights reserved.