@azure/msal-browser 5.15.0 → 5.16.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 (204) hide show
  1. package/dist/app/IPublicClientApplication.mjs +1 -1
  2. package/dist/app/PublicClientApplication.mjs +1 -1
  3. package/dist/broker/nativeBroker/NativeStatusCodes.mjs +1 -1
  4. package/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +1 -1
  5. package/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +1 -1
  6. package/dist/broker/nativeBroker/PlatformAuthProvider.mjs +1 -1
  7. package/dist/cache/AccountManager.mjs +1 -1
  8. package/dist/cache/AsyncMemoryStorage.mjs +1 -1
  9. package/dist/cache/BrowserCacheManager.mjs +4 -2
  10. package/dist/cache/BrowserCacheManager.mjs.map +1 -1
  11. package/dist/cache/CacheHelpers.mjs +1 -1
  12. package/dist/cache/CacheKeys.mjs +1 -1
  13. package/dist/cache/CookieStorage.mjs +1 -1
  14. package/dist/cache/DatabaseStorage.mjs +1 -1
  15. package/dist/cache/EncryptedData.mjs +1 -1
  16. package/dist/cache/LocalStorage.mjs +1 -1
  17. package/dist/cache/MemoryStorage.mjs +1 -1
  18. package/dist/cache/SessionStorage.mjs +1 -1
  19. package/dist/cache/TokenCache.mjs +1 -1
  20. package/dist/config/Configuration.mjs +1 -1
  21. package/dist/controllers/NestedAppAuthController.mjs +1 -1
  22. package/dist/controllers/StandardController.mjs +1 -1
  23. package/dist/crypto/BrowserCrypto.mjs +1 -1
  24. package/dist/crypto/CryptoOps.mjs +1 -1
  25. package/dist/crypto/PkceGenerator.mjs +1 -1
  26. package/dist/crypto/SignedHttpRequest.mjs +1 -1
  27. package/dist/custom_auth/CustomAuthConstants.mjs +1 -1
  28. package/dist/custom_auth/CustomAuthPublicClientApplication.mjs +1 -1
  29. package/dist/custom_auth/controller/CustomAuthStandardController.mjs +1 -1
  30. package/dist/custom_auth/core/CustomAuthAuthority.mjs +1 -1
  31. package/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +1 -1
  32. package/dist/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +1 -1
  33. package/dist/custom_auth/core/auth_flow/AuthFlowState.mjs +1 -1
  34. package/dist/custom_auth/core/auth_flow/AuthFlowStateTypes.mjs +1 -1
  35. package/dist/custom_auth/core/auth_flow/jit/error_type/AuthMethodRegistrationError.mjs +1 -1
  36. package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationChallengeMethodResult.mjs +1 -1
  37. package/dist/custom_auth/core/auth_flow/jit/result/AuthMethodRegistrationSubmitChallengeResult.mjs +1 -1
  38. package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationCompletedState.mjs +1 -1
  39. package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationFailedState.mjs +1 -1
  40. package/dist/custom_auth/core/auth_flow/jit/state/AuthMethodRegistrationState.mjs +1 -1
  41. package/dist/custom_auth/core/auth_flow/mfa/error_type/MfaError.mjs +1 -1
  42. package/dist/custom_auth/core/auth_flow/mfa/result/MfaRequestChallengeResult.mjs +1 -1
  43. package/dist/custom_auth/core/auth_flow/mfa/result/MfaSubmitChallengeResult.mjs +1 -1
  44. package/dist/custom_auth/core/auth_flow/mfa/state/MfaCompletedState.mjs +1 -1
  45. package/dist/custom_auth/core/auth_flow/mfa/state/MfaFailedState.mjs +1 -1
  46. package/dist/custom_auth/core/auth_flow/mfa/state/MfaState.mjs +1 -1
  47. package/dist/custom_auth/core/error/CustomAuthApiError.mjs +1 -1
  48. package/dist/custom_auth/core/error/CustomAuthError.mjs +1 -1
  49. package/dist/custom_auth/core/error/HttpError.mjs +1 -1
  50. package/dist/custom_auth/core/error/HttpErrorCodes.mjs +1 -1
  51. package/dist/custom_auth/core/error/InvalidArgumentError.mjs +1 -1
  52. package/dist/custom_auth/core/error/InvalidConfigurationError.mjs +1 -1
  53. package/dist/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +1 -1
  54. package/dist/custom_auth/core/error/MethodNotImplementedError.mjs +1 -1
  55. package/dist/custom_auth/core/error/MsalCustomAuthError.mjs +1 -1
  56. package/dist/custom_auth/core/error/NoCachedAccountFoundError.mjs +1 -1
  57. package/dist/custom_auth/core/error/ParsedUrlError.mjs +1 -1
  58. package/dist/custom_auth/core/error/ParsedUrlErrorCodes.mjs +1 -1
  59. package/dist/custom_auth/core/error/UnexpectedError.mjs +1 -1
  60. package/dist/custom_auth/core/error/UnsupportedEnvironmentError.mjs +1 -1
  61. package/dist/custom_auth/core/error/UserAccountAttributeError.mjs +1 -1
  62. package/dist/custom_auth/core/error/UserAlreadySignedInError.mjs +1 -1
  63. package/dist/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +1 -1
  64. package/dist/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +1 -1
  65. package/dist/custom_auth/core/interaction_client/jit/JitClient.mjs +1 -1
  66. package/dist/custom_auth/core/interaction_client/jit/result/JitActionResult.mjs +1 -1
  67. package/dist/custom_auth/core/interaction_client/mfa/MfaClient.mjs +1 -1
  68. package/dist/custom_auth/core/interaction_client/mfa/result/MfaActionResult.mjs +1 -1
  69. package/dist/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +1 -1
  70. package/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +1 -1
  71. package/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +1 -1
  72. package/dist/custom_auth/core/network_client/custom_auth_api/RegisterApiClient.mjs +1 -1
  73. package/dist/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +1 -1
  74. package/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +1 -1
  75. package/dist/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +1 -1
  76. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +1 -1
  77. package/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +1 -1
  78. package/dist/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +1 -1
  79. package/dist/custom_auth/core/network_client/http_client/IHttpClient.mjs +1 -1
  80. package/dist/custom_auth/core/telemetry/PublicApiId.mjs +1 -1
  81. package/dist/custom_auth/core/utils/ArgumentValidator.mjs +1 -1
  82. package/dist/custom_auth/core/utils/CustomHeaderUtils.mjs +1 -1
  83. package/dist/custom_auth/core/utils/UrlUtils.mjs +1 -1
  84. package/dist/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +1 -1
  85. package/dist/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +1 -1
  86. package/dist/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +1 -1
  87. package/dist/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +1 -1
  88. package/dist/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +1 -1
  89. package/dist/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +1 -1
  90. package/dist/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +1 -1
  91. package/dist/custom_auth/get_account/auth_flow/state/SignOutState.mjs +1 -1
  92. package/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +1 -1
  93. package/dist/custom_auth/index.mjs +1 -1
  94. package/dist/custom_auth/operating_context/CustomAuthOperatingContext.mjs +1 -1
  95. package/dist/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +1 -1
  96. package/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +1 -1
  97. package/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +1 -1
  98. package/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +1 -1
  99. package/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +1 -1
  100. package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +1 -1
  101. package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +1 -1
  102. package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +1 -1
  103. package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +1 -1
  104. package/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +1 -1
  105. package/dist/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +1 -1
  106. package/dist/custom_auth/sign_in/auth_flow/SignInScenario.mjs +1 -1
  107. package/dist/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +1 -1
  108. package/dist/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +1 -1
  109. package/dist/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +1 -1
  110. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +1 -1
  111. package/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +1 -1
  112. package/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +1 -1
  113. package/dist/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +1 -1
  114. package/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +1 -1
  115. package/dist/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +1 -1
  116. package/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +1 -1
  117. package/dist/custom_auth/sign_in/auth_flow/state/SignInState.mjs +1 -1
  118. package/dist/custom_auth/sign_in/interaction_client/SignInClient.mjs +1 -1
  119. package/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +1 -1
  120. package/dist/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +1 -1
  121. package/dist/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +1 -1
  122. package/dist/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +1 -1
  123. package/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +1 -1
  124. package/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +1 -1
  125. package/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +1 -1
  126. package/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +1 -1
  127. package/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +1 -1
  128. package/dist/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +1 -1
  129. package/dist/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +1 -1
  130. package/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +1 -1
  131. package/dist/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +1 -1
  132. package/dist/custom_auth/sign_up/interaction_client/SignUpClient.mjs +1 -1
  133. package/dist/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +1 -1
  134. package/dist/encode/Base64Decode.mjs +1 -1
  135. package/dist/encode/Base64Encode.mjs +1 -1
  136. package/dist/error/BrowserAuthError.mjs +1 -1
  137. package/dist/error/BrowserAuthErrorCodes.mjs +1 -1
  138. package/dist/error/BrowserConfigurationAuthError.mjs +1 -1
  139. package/dist/error/BrowserConfigurationAuthErrorCodes.mjs +1 -1
  140. package/dist/error/NativeAuthError.mjs +1 -1
  141. package/dist/error/NativeAuthErrorCodes.mjs +1 -1
  142. package/dist/error/NestedAppAuthError.mjs +1 -1
  143. package/dist/event/EventHandler.mjs +1 -1
  144. package/dist/event/EventMessage.mjs +1 -1
  145. package/dist/event/EventType.mjs +1 -1
  146. package/dist/index.mjs +1 -1
  147. package/dist/interaction_client/BaseInteractionClient.mjs +1 -1
  148. package/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +1 -1
  149. package/dist/interaction_client/PlatformAuthInteractionClient.mjs +1 -1
  150. package/dist/interaction_client/PopupClient.mjs +1 -1
  151. package/dist/interaction_client/RedirectClient.mjs +1 -1
  152. package/dist/interaction_client/SilentAuthCodeClient.mjs +1 -1
  153. package/dist/interaction_client/SilentCacheClient.mjs +1 -1
  154. package/dist/interaction_client/SilentIframeClient.mjs +1 -1
  155. package/dist/interaction_client/SilentRefreshClient.mjs +1 -1
  156. package/dist/interaction_client/StandardInteractionClient.mjs +1 -1
  157. package/dist/interaction_handler/InteractionHandler.mjs +1 -1
  158. package/dist/interaction_handler/SilentHandler.mjs +1 -1
  159. package/dist/log-strings-mapping.json +2 -2
  160. package/dist/naa/BridgeError.mjs +1 -1
  161. package/dist/naa/BridgeProxy.mjs +1 -1
  162. package/dist/naa/BridgeStatusCode.mjs +1 -1
  163. package/dist/naa/mapping/NestedAppAuthAdapter.mjs +1 -1
  164. package/dist/navigation/NavigationClient.mjs +1 -1
  165. package/dist/network/FetchClient.mjs +1 -1
  166. package/dist/operatingcontext/BaseOperatingContext.mjs +1 -1
  167. package/dist/operatingcontext/NestedAppOperatingContext.mjs +1 -1
  168. package/dist/operatingcontext/StandardOperatingContext.mjs +1 -1
  169. package/dist/packageMetadata.mjs +2 -2
  170. package/dist/protocol/Authorize.mjs +1 -1
  171. package/dist/redirect_bridge/index.mjs +1 -1
  172. package/dist/request/RequestHelpers.mjs +1 -1
  173. package/dist/response/ResponseHandler.mjs +1 -1
  174. package/dist/telemetry/BrowserPerformanceClient.mjs +1 -1
  175. package/dist/telemetry/BrowserPerformanceEvents.mjs +1 -1
  176. package/dist/telemetry/BrowserPerformanceMeasurement.mjs +1 -1
  177. package/dist/telemetry/BrowserRootPerformanceEvents.mjs +1 -1
  178. package/dist/utils/BrowserConstants.mjs +1 -1
  179. package/dist/utils/BrowserProtocolUtils.mjs +1 -1
  180. package/dist/utils/BrowserUtils.mjs +1 -1
  181. package/dist/utils/Helpers.mjs +1 -1
  182. package/dist/utils/MsalFrameStatsUtils.mjs +1 -1
  183. package/lib/custom-auth-path/log-strings-mapping.json +2 -2
  184. package/lib/custom-auth-path/msal-custom-auth.cjs +74 -68
  185. package/lib/custom-auth-path/msal-custom-auth.cjs.map +1 -1
  186. package/lib/custom-auth-path/msal-custom-auth.js +74 -68
  187. package/lib/custom-auth-path/msal-custom-auth.js.map +1 -1
  188. package/lib/log-strings-mapping.json +2 -2
  189. package/lib/msal-browser.cjs +95 -70
  190. package/lib/msal-browser.cjs.map +1 -1
  191. package/lib/msal-browser.js +95 -70
  192. package/lib/msal-browser.js.map +1 -1
  193. package/lib/msal-browser.min.js +2 -2
  194. package/lib/redirect-bridge/msal-redirect-bridge.cjs +10 -10
  195. package/lib/redirect-bridge/msal-redirect-bridge.cjs.map +1 -1
  196. package/lib/redirect-bridge/msal-redirect-bridge.js +10 -10
  197. package/lib/redirect-bridge/msal-redirect-bridge.js.map +1 -1
  198. package/lib/redirect-bridge/msal-redirect-bridge.min.js +1 -1
  199. package/package.json +2 -2
  200. package/src/cache/BrowserCacheManager.ts +3 -4
  201. package/src/packageMetadata.ts +1 -1
  202. package/types/cache/BrowserCacheManager.d.ts.map +1 -1
  203. package/types/custom_auth/CustomAuthConstants.d.ts +1 -1
  204. package/types/packageMetadata.d.ts +1 -1
@@ -1,8 +1,8 @@
1
- /*! @azure/msal-browser v5.15.0 2026-06-23 */
1
+ /*! @azure/msal-browser v5.16.0 2026-06-30 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
5
- /*! @azure/msal-common v16.10.0 2026-06-23 */
5
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
6
6
  /*
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
8
8
  * Licensed under the MIT License.
@@ -233,7 +233,7 @@ const JsonWebTokenTypes = {
233
233
  // Token renewal offset default in seconds
234
234
  const DEFAULT_TOKEN_RENEWAL_OFFSET_SEC = 300;
235
235
 
236
- /*! @azure/msal-common v16.10.0 2026-06-23 */
236
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
237
237
  /*
238
238
  * Copyright (c) Microsoft Corporation. All rights reserved.
239
239
  * Licensed under the MIT License.
@@ -285,7 +285,7 @@ const EAR_JWE_CRYPTO = "ear_jwe_crypto";
285
285
  const RESOURCE = "resource";
286
286
  const CLI_DATA = "clidata";
287
287
 
288
- /*! @azure/msal-common v16.10.0 2026-06-23 */
288
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
289
289
  /*
290
290
  * Copyright (c) Microsoft Corporation. All rights reserved.
291
291
  * Licensed under the MIT License.
@@ -314,7 +314,7 @@ function createAuthError(code, correlationId, additionalMessage) {
314
314
  return new AuthError(code, correlationId, additionalMessage || getDefaultErrorMessage$1(code));
315
315
  }
316
316
 
317
- /*! @azure/msal-common v16.10.0 2026-06-23 */
317
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
318
318
 
319
319
  /*
320
320
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -334,7 +334,7 @@ function createClientConfigurationError(errorCode, correlationId) {
334
334
  return new ClientConfigurationError(errorCode, correlationId);
335
335
  }
336
336
 
337
- /*! @azure/msal-common v16.10.0 2026-06-23 */
337
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
338
338
  /*
339
339
  * Copyright (c) Microsoft Corporation. All rights reserved.
340
340
  * Licensed under the MIT License.
@@ -414,7 +414,7 @@ class StringUtils {
414
414
  }
415
415
  }
416
416
 
417
- /*! @azure/msal-common v16.10.0 2026-06-23 */
417
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
418
418
 
419
419
  /*
420
420
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -437,7 +437,7 @@ function createClientAuthError(errorCode, correlationId, additionalMessage) {
437
437
  return new ClientAuthError(errorCode, correlationId, additionalMessage);
438
438
  }
439
439
 
440
- /*! @azure/msal-common v16.10.0 2026-06-23 */
440
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
441
441
  /*
442
442
  * Copyright (c) Microsoft Corporation. All rights reserved.
443
443
  * Licensed under the MIT License.
@@ -463,7 +463,7 @@ const invalidRequestMethodForEAR = "invalid_request_method_for_EAR";
463
463
  const invalidPlatformBrokerConfiguration = "invalid_platform_broker_configuration";
464
464
  const issuerValidationFailed = "issuer_validation_failed";
465
465
 
466
- /*! @azure/msal-common v16.10.0 2026-06-23 */
466
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
467
467
  /*
468
468
  * Copyright (c) Microsoft Corporation. All rights reserved.
469
469
  * Licensed under the MIT License.
@@ -500,7 +500,7 @@ const methodNotImplemented = "method_not_implemented";
500
500
  const resourceParameterRequired = "resource_parameter_required";
501
501
  const misplacedResourceParam = "misplaced_resource_parameter";
502
502
 
503
- /*! @azure/msal-common v16.10.0 2026-06-23 */
503
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
504
504
 
505
505
  /*
506
506
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -696,7 +696,7 @@ class ScopeSet {
696
696
  }
697
697
  }
698
698
 
699
- /*! @azure/msal-common v16.10.0 2026-06-23 */
699
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
700
700
 
701
701
  /*
702
702
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1111,7 +1111,7 @@ function addResource(parameters, resource) {
1111
1111
  }
1112
1112
  }
1113
1113
 
1114
- /*! @azure/msal-common v16.10.0 2026-06-23 */
1114
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
1115
1115
 
1116
1116
  /*
1117
1117
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1233,7 +1233,7 @@ function validateUrl(url, logger, correlationId) {
1233
1233
  }
1234
1234
  }
1235
1235
 
1236
- /*! @azure/msal-common v16.10.0 2026-06-23 */
1236
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
1237
1237
 
1238
1238
  /*
1239
1239
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1272,7 +1272,7 @@ const DEFAULT_CRYPTO_IMPLEMENTATION = {
1272
1272
  },
1273
1273
  };
1274
1274
 
1275
- /*! @azure/msal-common v16.10.0 2026-06-23 */
1275
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
1276
1276
  /*
1277
1277
  * Copyright (c) Microsoft Corporation. All rights reserved.
1278
1278
  * Licensed under the MIT License.
@@ -1547,12 +1547,12 @@ class Logger {
1547
1547
  }
1548
1548
  }
1549
1549
 
1550
- /*! @azure/msal-common v16.10.0 2026-06-23 */
1550
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
1551
1551
  /* eslint-disable header/header */
1552
1552
  const name$1 = "@azure/msal-common";
1553
- const version$1 = "16.10.0";
1553
+ const version$1 = "16.11.0";
1554
1554
 
1555
- /*! @azure/msal-common v16.10.0 2026-06-23 */
1555
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
1556
1556
  /*
1557
1557
  * Copyright (c) Microsoft Corporation. All rights reserved.
1558
1558
  * Licensed under the MIT License.
@@ -1561,7 +1561,7 @@ const AzureCloudInstance = {
1561
1561
  // AzureCloudInstance is not specified.
1562
1562
  None: "none"};
1563
1563
 
1564
- /*! @azure/msal-common v16.10.0 2026-06-23 */
1564
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
1565
1565
 
1566
1566
  /*
1567
1567
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1627,7 +1627,7 @@ function getJWSPayload(authToken, correlationId) {
1627
1627
  return matches[2];
1628
1628
  }
1629
1629
 
1630
- /*! @azure/msal-common v16.10.0 2026-06-23 */
1630
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
1631
1631
 
1632
1632
  /*
1633
1633
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1715,7 +1715,7 @@ function updateAccountTenantProfileData(baseAccountInfo, tenantProfile, idTokenC
1715
1715
  return updatedAccountInfo;
1716
1716
  }
1717
1717
 
1718
- /*! @azure/msal-common v16.10.0 2026-06-23 */
1718
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
1719
1719
 
1720
1720
  /*
1721
1721
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1873,7 +1873,7 @@ class UrlString {
1873
1873
  }
1874
1874
  }
1875
1875
 
1876
- /*! @azure/msal-common v16.10.0 2026-06-23 */
1876
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
1877
1877
 
1878
1878
  /*
1879
1879
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2039,7 +2039,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
2039
2039
  return null;
2040
2040
  }
2041
2041
 
2042
- /*! @azure/msal-common v16.10.0 2026-06-23 */
2042
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
2043
2043
  /*
2044
2044
  * Copyright (c) Microsoft Corporation. All rights reserved.
2045
2045
  * Licensed under the MIT License.
@@ -2047,7 +2047,7 @@ function getCloudDiscoveryMetadataFromNetworkResponse(response, authorityHost) {
2047
2047
  const cacheQuotaExceeded = "cache_quota_exceeded";
2048
2048
  const cacheErrorUnknown = "cache_error_unknown";
2049
2049
 
2050
- /*! @azure/msal-common v16.10.0 2026-06-23 */
2050
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
2051
2051
 
2052
2052
  /*
2053
2053
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2085,7 +2085,7 @@ function createCacheError(e) {
2085
2085
  }
2086
2086
  }
2087
2087
 
2088
- /*! @azure/msal-common v16.10.0 2026-06-23 */
2088
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
2089
2089
 
2090
2090
  /*
2091
2091
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2123,7 +2123,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
2123
2123
  };
2124
2124
  }
2125
2125
 
2126
- /*! @azure/msal-common v16.10.0 2026-06-23 */
2126
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
2127
2127
  /*
2128
2128
  * Copyright (c) Microsoft Corporation. All rights reserved.
2129
2129
  * Licensed under the MIT License.
@@ -2138,7 +2138,7 @@ const AuthorityType = {
2138
2138
  Ciam: 3,
2139
2139
  };
2140
2140
 
2141
- /*! @azure/msal-common v16.10.0 2026-06-23 */
2141
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
2142
2142
  /*
2143
2143
  * Copyright (c) Microsoft Corporation. All rights reserved.
2144
2144
  * Licensed under the MIT License.
@@ -2160,7 +2160,7 @@ function getTenantIdFromIdTokenClaims(idTokenClaims) {
2160
2160
  return null;
2161
2161
  }
2162
2162
 
2163
- /*! @azure/msal-common v16.10.0 2026-06-23 */
2163
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
2164
2164
  /*
2165
2165
  * Copyright (c) Microsoft Corporation. All rights reserved.
2166
2166
  * Licensed under the MIT License.
@@ -2184,7 +2184,7 @@ const ProtocolMode = {
2184
2184
  EAR: "EAR",
2185
2185
  };
2186
2186
 
2187
- /*! @azure/msal-common v16.10.0 2026-06-23 */
2187
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
2188
2188
  /**
2189
2189
  * Returns the AccountInfo interface for this account.
2190
2190
  * @internal
@@ -2373,7 +2373,7 @@ function isAccountEntity(entity) {
2373
2373
  entity.hasOwnProperty("authorityType"));
2374
2374
  }
2375
2375
 
2376
- /*! @azure/msal-common v16.10.0 2026-06-23 */
2376
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
2377
2377
 
2378
2378
  /*
2379
2379
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3520,7 +3520,7 @@ class DefaultStorageClass extends CacheManager {
3520
3520
  }
3521
3521
  }
3522
3522
 
3523
- /*! @azure/msal-common v16.10.0 2026-06-23 */
3523
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
3524
3524
  /*
3525
3525
  * Copyright (c) Microsoft Corporation. All rights reserved.
3526
3526
  * Licensed under the MIT License.
@@ -3534,7 +3534,7 @@ class DefaultStorageClass extends CacheManager {
3534
3534
  const PerformanceEventStatus = {
3535
3535
  InProgress: 1};
3536
3536
 
3537
- /*! @azure/msal-common v16.10.0 2026-06-23 */
3537
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
3538
3538
 
3539
3539
  /*
3540
3540
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3581,6 +3581,9 @@ class StubPerformanceClient {
3581
3581
  addFields() {
3582
3582
  return;
3583
3583
  }
3584
+ addGlobalFields() {
3585
+ return;
3586
+ }
3584
3587
  incrementFields() {
3585
3588
  return;
3586
3589
  }
@@ -3589,7 +3592,7 @@ class StubPerformanceClient {
3589
3592
  }
3590
3593
  }
3591
3594
 
3592
- /*! @azure/msal-common v16.10.0 2026-06-23 */
3595
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
3593
3596
 
3594
3597
  /*
3595
3598
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3685,7 +3688,7 @@ function isOidcProtocolMode(config) {
3685
3688
  return (config.authOptions.authority.options.protocolMode === ProtocolMode.OIDC);
3686
3689
  }
3687
3690
 
3688
- /*! @azure/msal-common v16.10.0 2026-06-23 */
3691
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
3689
3692
  /*
3690
3693
  * Copyright (c) Microsoft Corporation. All rights reserved.
3691
3694
  * Licensed under the MIT License.
@@ -3712,7 +3715,7 @@ function isOidcProtocolMode(config) {
3712
3715
  }
3713
3716
  }
3714
3717
 
3715
- /*! @azure/msal-common v16.10.0 2026-06-23 */
3718
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
3716
3719
  /*
3717
3720
  * Copyright (c) Microsoft Corporation. All rights reserved.
3718
3721
  * Licensed under the MIT License.
@@ -3777,7 +3780,7 @@ function wasClockTurnedBack(cachedAt) {
3777
3780
  return cachedAtSec > nowSeconds();
3778
3781
  }
3779
3782
 
3780
- /*! @azure/msal-common v16.10.0 2026-06-23 */
3783
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
3781
3784
 
3782
3785
  /*
3783
3786
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4044,7 +4047,7 @@ function isAuthorityMetadataExpired(metadata) {
4044
4047
  return metadata.expiresAt <= nowSeconds();
4045
4048
  }
4046
4049
 
4047
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4050
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4048
4051
  /*
4049
4052
  * Copyright (c) Microsoft Corporation. All rights reserved.
4050
4053
  * Licensed under the MIT License.
@@ -4115,7 +4118,7 @@ const RegionDiscoveryGetCurrentVersion = "regionDiscoveryGetCurrentVersion";
4115
4118
  const CacheManagerGetRefreshToken = "cacheManagerGetRefreshToken";
4116
4119
  const SetUserData = "setUserData";
4117
4120
 
4118
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4121
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4119
4122
  /*
4120
4123
  * Copyright (c) Microsoft Corporation. All rights reserved.
4121
4124
  * Licensed under the MIT License.
@@ -4208,7 +4211,7 @@ const invokeAsync = (callback, eventName, logger, telemetryClient, correlationId
4208
4211
  };
4209
4212
  };
4210
4213
 
4211
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4214
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4212
4215
 
4213
4216
  /*
4214
4217
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4288,7 +4291,7 @@ class PopTokenGenerator {
4288
4291
  }
4289
4292
  }
4290
4293
 
4291
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4294
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4292
4295
  /*
4293
4296
  * Copyright (c) Microsoft Corporation. All rights reserved.
4294
4297
  * Licensed under the MIT License.
@@ -4339,7 +4342,7 @@ const badToken = "bad_token";
4339
4342
  */
4340
4343
  const interruptedUser = "interrupted_user";
4341
4344
 
4342
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4345
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4343
4346
 
4344
4347
  /*
4345
4348
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4406,7 +4409,7 @@ function createInteractionRequiredAuthError(errorCode, correlationId, errorMessa
4406
4409
  return new InteractionRequiredAuthError(errorCode, correlationId, errorMessage);
4407
4410
  }
4408
4411
 
4409
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4412
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4410
4413
 
4411
4414
  /*
4412
4415
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4425,7 +4428,7 @@ class ServerError extends AuthError {
4425
4428
  }
4426
4429
  }
4427
4430
 
4428
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4431
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4429
4432
 
4430
4433
  /*
4431
4434
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4496,7 +4499,7 @@ function parseRequestState(base64Decode, state, correlationId) {
4496
4499
  }
4497
4500
  }
4498
4501
 
4499
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4502
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4500
4503
 
4501
4504
  /*
4502
4505
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4847,7 +4850,7 @@ function buildAccountToCache(cacheStorage, authority, homeAccountId, base64Decod
4847
4850
  return baseAccount;
4848
4851
  }
4849
4852
 
4850
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4853
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4851
4854
  /*
4852
4855
  * Copyright (c) Microsoft Corporation. All rights reserved.
4853
4856
  * Licensed under the MIT License.
@@ -4857,7 +4860,7 @@ const CcsCredentialType = {
4857
4860
  UPN: "UPN",
4858
4861
  };
4859
4862
 
4860
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4863
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4861
4864
  /*
4862
4865
  * Copyright (c) Microsoft Corporation. All rights reserved.
4863
4866
  * Licensed under the MIT License.
@@ -4876,7 +4879,7 @@ async function getClientAssertion(clientAssertion, clientId, tokenEndpoint, fmiP
4876
4879
  }
4877
4880
  }
4878
4881
 
4879
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4882
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4880
4883
  /*
4881
4884
  * Copyright (c) Microsoft Corporation. All rights reserved.
4882
4885
  * Licensed under the MIT License.
@@ -4894,10 +4897,11 @@ function getRequestThumbprint(clientId, request, homeAccountId) {
4894
4897
  shrClaims: request.shrClaims,
4895
4898
  sshKid: request.sshKid,
4896
4899
  embeddedClientId: request.embeddedClientId || request.extraParameters?.clientId,
4900
+ resource: request.resource,
4897
4901
  };
4898
4902
  }
4899
4903
 
4900
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4904
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4901
4905
 
4902
4906
  /*
4903
4907
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4983,7 +4987,7 @@ class ThrottlingUtils {
4983
4987
  }
4984
4988
  }
4985
4989
 
4986
- /*! @azure/msal-common v16.10.0 2026-06-23 */
4990
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
4987
4991
 
4988
4992
  /*
4989
4993
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5014,7 +5018,7 @@ function createNetworkError(error, httpStatus, responseHeaders, additionalError)
5014
5018
  return new NetworkError(error, httpStatus, responseHeaders);
5015
5019
  }
5016
5020
 
5017
- /*! @azure/msal-common v16.10.0 2026-06-23 */
5021
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
5018
5022
 
5019
5023
  /*
5020
5024
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5130,7 +5134,7 @@ async function sendPostRequest(thumbprint, tokenEndpoint, options, correlationId
5130
5134
  return response;
5131
5135
  }
5132
5136
 
5133
- /*! @azure/msal-common v16.10.0 2026-06-23 */
5137
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
5134
5138
  /*
5135
5139
  * Copyright (c) Microsoft Corporation. All rights reserved.
5136
5140
  * Licensed under the MIT License.
@@ -5142,7 +5146,7 @@ function isOpenIdConfigResponse(response) {
5142
5146
  response.hasOwnProperty("jwks_uri"));
5143
5147
  }
5144
5148
 
5145
- /*! @azure/msal-common v16.10.0 2026-06-23 */
5149
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
5146
5150
  /*
5147
5151
  * Copyright (c) Microsoft Corporation. All rights reserved.
5148
5152
  * Licensed under the MIT License.
@@ -5152,7 +5156,7 @@ function isCloudInstanceDiscoveryResponse(response) {
5152
5156
  response.hasOwnProperty("metadata"));
5153
5157
  }
5154
5158
 
5155
- /*! @azure/msal-common v16.10.0 2026-06-23 */
5159
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
5156
5160
  /*
5157
5161
  * Copyright (c) Microsoft Corporation. All rights reserved.
5158
5162
  * Licensed under the MIT License.
@@ -5162,7 +5166,7 @@ function isCloudInstanceDiscoveryErrorResponse(response) {
5162
5166
  response.hasOwnProperty("error_description"));
5163
5167
  }
5164
5168
 
5165
- /*! @azure/msal-common v16.10.0 2026-06-23 */
5169
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
5166
5170
 
5167
5171
  /*
5168
5172
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5273,7 +5277,7 @@ RegionDiscovery.IMDS_OPTIONS = {
5273
5277
  },
5274
5278
  };
5275
5279
 
5276
- /*! @azure/msal-common v16.10.0 2026-06-23 */
5280
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
5277
5281
 
5278
5282
  /*
5279
5283
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6243,7 +6247,7 @@ function buildStaticAuthorityOptions(authOptions) {
6243
6247
  };
6244
6248
  }
6245
6249
 
6246
- /*! @azure/msal-common v16.10.0 2026-06-23 */
6250
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
6247
6251
 
6248
6252
  /*
6249
6253
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6277,7 +6281,7 @@ async function createDiscoveredInstance(authorityUri, networkClient, cacheManage
6277
6281
  }
6278
6282
  }
6279
6283
 
6280
- /*! @azure/msal-common v16.10.0 2026-06-23 */
6284
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
6281
6285
 
6282
6286
  /*
6283
6287
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6534,7 +6538,7 @@ class AuthorizationCodeClient {
6534
6538
  }
6535
6539
  }
6536
6540
 
6537
- /*! @azure/msal-common v16.10.0 2026-06-23 */
6541
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
6538
6542
 
6539
6543
  /*
6540
6544
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6755,7 +6759,7 @@ class RefreshTokenClient {
6755
6759
  }
6756
6760
  }
6757
6761
 
6758
- /*! @azure/msal-common v16.10.0 2026-06-23 */
6762
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
6759
6763
 
6760
6764
  /*
6761
6765
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6863,7 +6867,7 @@ class SilentFlowClient {
6863
6867
  }
6864
6868
  }
6865
6869
 
6866
- /*! @azure/msal-common v16.10.0 2026-06-23 */
6870
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
6867
6871
 
6868
6872
  /*
6869
6873
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6879,7 +6883,7 @@ const StubbedNetworkModule = {
6879
6883
  },
6880
6884
  };
6881
6885
 
6882
- /*! @azure/msal-common v16.10.0 2026-06-23 */
6886
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
6883
6887
 
6884
6888
  /*
6885
6889
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7106,7 +7110,7 @@ function extractLoginHint(account) {
7106
7110
  return account.loginHint || account.idTokenClaims?.login_hint || null;
7107
7111
  }
7108
7112
 
7109
- /*! @azure/msal-common v16.10.0 2026-06-23 */
7113
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
7110
7114
 
7111
7115
  /*
7112
7116
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7139,7 +7143,7 @@ function containsResourceParam(params) {
7139
7143
  return Object.prototype.hasOwnProperty.call(params, "resource");
7140
7144
  }
7141
7145
 
7142
- /*! @azure/msal-common v16.10.0 2026-06-23 */
7146
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
7143
7147
  /*
7144
7148
  * Copyright (c) Microsoft Corporation. All rights reserved.
7145
7149
  * Licensed under the MIT License.
@@ -7149,7 +7153,7 @@ function containsResourceParam(params) {
7149
7153
  */
7150
7154
  const unexpectedError = "unexpected_error";
7151
7155
 
7152
- /*! @azure/msal-common v16.10.0 2026-06-23 */
7156
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
7153
7157
 
7154
7158
  /*
7155
7159
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7442,7 +7446,7 @@ class StubServerTelemetryManager extends ServerTelemetryManager {
7442
7446
  clearNativeBrokerErrorCode() { }
7443
7447
  }
7444
7448
 
7445
- /*! @azure/msal-common v16.10.0 2026-06-23 */
7449
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
7446
7450
 
7447
7451
  /*
7448
7452
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7463,7 +7467,7 @@ function createJoseHeaderError(code, correlationId) {
7463
7467
  return new JoseHeaderError(code, correlationId);
7464
7468
  }
7465
7469
 
7466
- /*! @azure/msal-common v16.10.0 2026-06-23 */
7470
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
7467
7471
  /*
7468
7472
  * Copyright (c) Microsoft Corporation. All rights reserved.
7469
7473
  * Licensed under the MIT License.
@@ -7471,7 +7475,7 @@ function createJoseHeaderError(code, correlationId) {
7471
7475
  const missingKidError = "missing_kid_error";
7472
7476
  const missingAlgError = "missing_alg_error";
7473
7477
 
7474
- /*! @azure/msal-common v16.10.0 2026-06-23 */
7478
+ /*! @azure/msal-common v16.11.0 2026-06-30 */
7475
7479
 
7476
7480
  /*
7477
7481
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -7906,7 +7910,7 @@ function ensureArgumentIsJSONString(argName, argValue, correlationId) {
7906
7910
 
7907
7911
  /* eslint-disable header/header */
7908
7912
  const name = "@azure/msal-browser";
7909
- const version = "5.15.0";
7913
+ const version = "5.16.0";
7910
7914
 
7911
7915
  /*
7912
7916
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -15600,7 +15604,9 @@ class BrowserCacheManager extends CacheManager {
15600
15604
  const previousVersion = this.browserStorage.getItem(VERSION_CACHE_KEY);
15601
15605
  if (previousVersion) {
15602
15606
  this.logger.info(`1wuc87 ${previousVersion}`, correlationId);
15603
- this.performanceClient.addFields({ previousLibraryVersion: previousVersion }, correlationId);
15607
+ this.performanceClient.addGlobalFields({
15608
+ previousLibraryVersion: previousVersion,
15609
+ });
15604
15610
  }
15605
15611
  if (previousVersion !== version) {
15606
15612
  this.setItem(VERSION_CACHE_KEY, version, correlationId);