@azure/msal-browser 2.19.1 → 2.19.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.
Files changed (53) hide show
  1. package/dist/_virtual/_tslib.js +1 -1
  2. package/dist/app/ClientApplication.js +1 -1
  3. package/dist/app/IPublicClientApplication.js +1 -1
  4. package/dist/app/PublicClientApplication.js +1 -1
  5. package/dist/cache/AsyncMemoryStorage.js +1 -1
  6. package/dist/cache/BrowserCacheManager.js +1 -1
  7. package/dist/cache/BrowserStorage.js +1 -1
  8. package/dist/cache/DatabaseStorage.js +1 -1
  9. package/dist/cache/MemoryStorage.js +1 -1
  10. package/dist/cache/TokenCache.js +1 -1
  11. package/dist/config/Configuration.js +1 -1
  12. package/dist/crypto/BrowserCrypto.js +1 -1
  13. package/dist/crypto/CryptoOps.js +1 -1
  14. package/dist/crypto/GuidGenerator.js +1 -1
  15. package/dist/crypto/PkceGenerator.js +1 -1
  16. package/dist/crypto/SignedHttpRequest.js +1 -1
  17. package/dist/encode/Base64Decode.js +1 -1
  18. package/dist/encode/Base64Encode.js +1 -1
  19. package/dist/error/BrowserAuthError.js +1 -1
  20. package/dist/error/BrowserConfigurationAuthError.js +1 -1
  21. package/dist/event/EventHandler.js +1 -1
  22. package/dist/event/EventMessage.js +1 -1
  23. package/dist/event/EventType.js +1 -1
  24. package/dist/index.cjs.js +54 -54
  25. package/dist/index.cjs.js.map +1 -1
  26. package/dist/index.js +1 -1
  27. package/dist/interaction_client/BaseInteractionClient.js +1 -1
  28. package/dist/interaction_client/PopupClient.js +1 -1
  29. package/dist/interaction_client/RedirectClient.js +1 -1
  30. package/dist/interaction_client/SilentCacheClient.js +1 -1
  31. package/dist/interaction_client/SilentIframeClient.js +1 -1
  32. package/dist/interaction_client/SilentRefreshClient.js +1 -1
  33. package/dist/interaction_client/StandardInteractionClient.js +1 -1
  34. package/dist/interaction_handler/InteractionHandler.js +1 -1
  35. package/dist/interaction_handler/PopupHandler.js +1 -1
  36. package/dist/interaction_handler/RedirectHandler.js +1 -1
  37. package/dist/interaction_handler/SilentHandler.js +1 -1
  38. package/dist/navigation/NavigationClient.js +1 -1
  39. package/dist/network/FetchClient.js +1 -1
  40. package/dist/network/XhrClient.js +1 -1
  41. package/dist/packageMetadata.d.ts +1 -1
  42. package/dist/packageMetadata.js +2 -2
  43. package/dist/packageMetadata.js.map +1 -1
  44. package/dist/utils/BrowserConstants.js +1 -1
  45. package/dist/utils/BrowserProtocolUtils.js +1 -1
  46. package/dist/utils/BrowserStringUtils.js +1 -1
  47. package/dist/utils/BrowserUtils.js +1 -1
  48. package/dist/utils/MathUtils.js +1 -1
  49. package/dist/utils/PopupUtils.js +1 -1
  50. package/lib/msal-browser.js +54 -54
  51. package/lib/msal-browser.js.map +1 -1
  52. package/lib/msal-browser.min.js +22 -22
  53. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  /*! *****************************************************************************
4
4
  Copyright (c) Microsoft Corporation.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { CryptoOps } from '../crypto/CryptoOps.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { BrowserConfigurationAuthError } from '../error/BrowserConfigurationAuthError.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { DEFAULT_REQUEST, InteractionType } from '../utils/BrowserConstants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { DatabaseStorage } from './DatabaseStorage.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends, __spread, __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { DEFAULT_CRYPTO_IMPLEMENTATION, AccountEntity, CacheManager, IdTokenEntity, AccessTokenEntity, RefreshTokenEntity, AppMetadataEntity, ServerTelemetryEntity, AuthorityMetadataEntity, PersistentCacheKeys, ThrottlingEntity, Constants, StringUtils, ProtocolUtils, CcsCredentialType, IdToken } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { BrowserConfigurationAuthError } from '../error/BrowserConfigurationAuthError.js';
4
4
  import { BrowserCacheLocation } from '../utils/BrowserConstants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BrowserAuthError } from '../error/BrowserAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { Authority, IdTokenEntity, AuthToken, AccountEntity, ScopeSet, AccessTokenEntity } from '@azure/msal-common';
4
4
  import { BrowserAuthError } from '../error/BrowserAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __assign } from '../_virtual/_tslib.js';
4
4
  import { DEFAULT_SYSTEM_OPTIONS, StubbedNetworkModule, Constants, ProtocolMode, LogLevel } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BrowserStringUtils } from '../utils/BrowserStringUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { GuidGenerator } from './GuidGenerator.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { MathUtils } from '../utils/MathUtils.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BrowserAuthError } from '../error/BrowserAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { CryptoOps } from './CryptoOps.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { BrowserStringUtils } from '../utils/BrowserStringUtils.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { BrowserStringUtils } from '../utils/BrowserStringUtils.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { StringUtils, AuthError } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { AuthError } from '@azure/msal-common';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { AccountEntity, CacheManager } from '@azure/msal-common';
4
4
  import { EventType } from './EventType.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  import { EventType } from './EventType.js';
4
4
  import { InteractionType, InteractionStatus } from '../utils/BrowserConstants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
package/dist/index.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-browser v2.19.1 2022-08-03 */
1
+ /*! @azure/msal-browser v2.19.2 2022-08-03 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
@@ -105,7 +105,7 @@ function __spread() {
105
105
  return ar;
106
106
  }
107
107
 
108
- /*! @azure/msal-common v5.1.1 2022-08-03 */
108
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
109
109
  /*! *****************************************************************************
110
110
  Copyright (c) Microsoft Corporation.
111
111
 
@@ -192,7 +192,7 @@ function __spreadArrays() {
192
192
  return r;
193
193
  }
194
194
 
195
- /*! @azure/msal-common v5.1.1 2022-08-03 */
195
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
196
196
 
197
197
  /*
198
198
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -553,7 +553,7 @@ var CacheOutcome;
553
553
  CacheOutcome["REFRESH_CACHED_ACCESS_TOKEN"] = "4";
554
554
  })(CacheOutcome || (CacheOutcome = {}));
555
555
 
556
- /*! @azure/msal-common v5.1.1 2022-08-03 */
556
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
557
557
 
558
558
  /*
559
559
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -597,7 +597,7 @@ var AuthError = /** @class */ (function (_super) {
597
597
  return AuthError;
598
598
  }(Error));
599
599
 
600
- /*! @azure/msal-common v5.1.1 2022-08-03 */
600
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
601
601
 
602
602
  /*
603
603
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -663,7 +663,7 @@ var DEFAULT_CRYPTO_IMPLEMENTATION = {
663
663
  }
664
664
  };
665
665
 
666
- /*! @azure/msal-common v5.1.1 2022-08-03 */
666
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
667
667
 
668
668
  /*
669
669
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1125,7 +1125,7 @@ var ClientAuthError = /** @class */ (function (_super) {
1125
1125
  return ClientAuthError;
1126
1126
  }(AuthError));
1127
1127
 
1128
- /*! @azure/msal-common v5.1.1 2022-08-03 */
1128
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
1129
1129
 
1130
1130
  /*
1131
1131
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1250,7 +1250,7 @@ var StringUtils = /** @class */ (function () {
1250
1250
  return StringUtils;
1251
1251
  }());
1252
1252
 
1253
- /*! @azure/msal-common v5.1.1 2022-08-03 */
1253
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
1254
1254
 
1255
1255
  /*
1256
1256
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1430,12 +1430,12 @@ var Logger = /** @class */ (function () {
1430
1430
  return Logger;
1431
1431
  }());
1432
1432
 
1433
- /*! @azure/msal-common v5.1.1 2022-08-03 */
1433
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
1434
1434
  /* eslint-disable header/header */
1435
1435
  var name$1 = "@azure/msal-common";
1436
- var version$1 = "5.1.0";
1436
+ var version$1 = "5.1.2";
1437
1437
 
1438
- /*! @azure/msal-common v5.1.1 2022-08-03 */
1438
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
1439
1439
 
1440
1440
  /*
1441
1441
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1579,7 +1579,7 @@ var CredentialEntity = /** @class */ (function () {
1579
1579
  return CredentialEntity;
1580
1580
  }());
1581
1581
 
1582
- /*! @azure/msal-common v5.1.1 2022-08-03 */
1582
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
1583
1583
 
1584
1584
  /*
1585
1585
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1824,7 +1824,7 @@ var ClientConfigurationError = /** @class */ (function (_super) {
1824
1824
  return ClientConfigurationError;
1825
1825
  }(ClientAuthError));
1826
1826
 
1827
- /*! @azure/msal-common v5.1.1 2022-08-03 */
1827
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
1828
1828
 
1829
1829
  /*
1830
1830
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2008,7 +2008,7 @@ var ScopeSet = /** @class */ (function () {
2008
2008
  return ScopeSet;
2009
2009
  }());
2010
2010
 
2011
- /*! @azure/msal-common v5.1.1 2022-08-03 */
2011
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
2012
2012
 
2013
2013
  /*
2014
2014
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2046,7 +2046,7 @@ function buildClientInfoFromHomeAccountId(homeAccountId) {
2046
2046
  };
2047
2047
  }
2048
2048
 
2049
- /*! @azure/msal-common v5.1.1 2022-08-03 */
2049
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
2050
2050
  /*
2051
2051
  * Copyright (c) Microsoft Corporation. All rights reserved.
2052
2052
  * Licensed under the MIT License.
@@ -2060,7 +2060,7 @@ var AuthorityType;
2060
2060
  AuthorityType[AuthorityType["Adfs"] = 1] = "Adfs";
2061
2061
  })(AuthorityType || (AuthorityType = {}));
2062
2062
 
2063
- /*! @azure/msal-common v5.1.1 2022-08-03 */
2063
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
2064
2064
 
2065
2065
  /*
2066
2066
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2294,7 +2294,7 @@ var AccountEntity = /** @class */ (function () {
2294
2294
  return AccountEntity;
2295
2295
  }());
2296
2296
 
2297
- /*! @azure/msal-common v5.1.1 2022-08-03 */
2297
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
2298
2298
 
2299
2299
  /*
2300
2300
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2332,7 +2332,7 @@ var AuthToken = /** @class */ (function () {
2332
2332
  return AuthToken;
2333
2333
  }());
2334
2334
 
2335
- /*! @azure/msal-common v5.1.1 2022-08-03 */
2335
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
2336
2336
 
2337
2337
  /*
2338
2338
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3173,7 +3173,7 @@ var DefaultStorageClass = /** @class */ (function (_super) {
3173
3173
  return DefaultStorageClass;
3174
3174
  }(CacheManager));
3175
3175
 
3176
- /*! @azure/msal-common v5.1.1 2022-08-03 */
3176
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
3177
3177
 
3178
3178
  /*
3179
3179
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3255,7 +3255,7 @@ function buildAuthOptions(authOptions) {
3255
3255
  return __assign({ clientCapabilities: [] }, authOptions);
3256
3256
  }
3257
3257
 
3258
- /*! @azure/msal-common v5.1.1 2022-08-03 */
3258
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
3259
3259
 
3260
3260
  /*
3261
3261
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3275,7 +3275,7 @@ var ServerError = /** @class */ (function (_super) {
3275
3275
  return ServerError;
3276
3276
  }(AuthError));
3277
3277
 
3278
- /*! @azure/msal-common v5.1.1 2022-08-03 */
3278
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
3279
3279
 
3280
3280
  /*
3281
3281
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3371,7 +3371,7 @@ var ThrottlingUtils = /** @class */ (function () {
3371
3371
  return ThrottlingUtils;
3372
3372
  }());
3373
3373
 
3374
- /*! @azure/msal-common v5.1.1 2022-08-03 */
3374
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
3375
3375
 
3376
3376
  /*
3377
3377
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3420,7 +3420,7 @@ var NetworkManager = /** @class */ (function () {
3420
3420
  return NetworkManager;
3421
3421
  }());
3422
3422
 
3423
- /*! @azure/msal-common v5.1.1 2022-08-03 */
3423
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
3424
3424
  /*
3425
3425
  * Copyright (c) Microsoft Corporation. All rights reserved.
3426
3426
  * Licensed under the MIT License.
@@ -3431,7 +3431,7 @@ var CcsCredentialType;
3431
3431
  CcsCredentialType["UPN"] = "UPN";
3432
3432
  })(CcsCredentialType || (CcsCredentialType = {}));
3433
3433
 
3434
- /*! @azure/msal-common v5.1.1 2022-08-03 */
3434
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
3435
3435
 
3436
3436
  /*
3437
3437
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3520,7 +3520,7 @@ var BaseClient = /** @class */ (function () {
3520
3520
  return BaseClient;
3521
3521
  }());
3522
3522
 
3523
- /*! @azure/msal-common v5.1.1 2022-08-03 */
3523
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
3524
3524
 
3525
3525
  /*
3526
3526
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3606,7 +3606,7 @@ var RequestValidator = /** @class */ (function () {
3606
3606
  return RequestValidator;
3607
3607
  }());
3608
3608
 
3609
- /*! @azure/msal-common v5.1.1 2022-08-03 */
3609
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
3610
3610
 
3611
3611
  /*
3612
3612
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -3946,7 +3946,7 @@ var RequestParameterBuilder = /** @class */ (function () {
3946
3946
  return RequestParameterBuilder;
3947
3947
  }());
3948
3948
 
3949
- /*! @azure/msal-common v5.1.1 2022-08-03 */
3949
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
3950
3950
 
3951
3951
  /*
3952
3952
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4011,7 +4011,7 @@ var IdTokenEntity = /** @class */ (function (_super) {
4011
4011
  return IdTokenEntity;
4012
4012
  }(CredentialEntity));
4013
4013
 
4014
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4014
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4015
4015
  /*
4016
4016
  * Copyright (c) Microsoft Corporation. All rights reserved.
4017
4017
  * Licensed under the MIT License.
@@ -4061,7 +4061,7 @@ var TimeUtils = /** @class */ (function () {
4061
4061
  return TimeUtils;
4062
4062
  }());
4063
4063
 
4064
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4064
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4065
4065
 
4066
4066
  /*
4067
4067
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4168,7 +4168,7 @@ var AccessTokenEntity = /** @class */ (function (_super) {
4168
4168
  return AccessTokenEntity;
4169
4169
  }(CredentialEntity));
4170
4170
 
4171
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4171
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4172
4172
 
4173
4173
  /*
4174
4174
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4235,7 +4235,7 @@ var RefreshTokenEntity = /** @class */ (function (_super) {
4235
4235
  return RefreshTokenEntity;
4236
4236
  }(CredentialEntity));
4237
4237
 
4238
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4238
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4239
4239
 
4240
4240
  /*
4241
4241
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4299,7 +4299,7 @@ var InteractionRequiredAuthError = /** @class */ (function (_super) {
4299
4299
  return InteractionRequiredAuthError;
4300
4300
  }(AuthError));
4301
4301
 
4302
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4302
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4303
4303
  /*
4304
4304
  * Copyright (c) Microsoft Corporation. All rights reserved.
4305
4305
  * Licensed under the MIT License.
@@ -4315,7 +4315,7 @@ var CacheRecord = /** @class */ (function () {
4315
4315
  return CacheRecord;
4316
4316
  }());
4317
4317
 
4318
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4318
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4319
4319
 
4320
4320
  /*
4321
4321
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4386,7 +4386,7 @@ var ProtocolUtils = /** @class */ (function () {
4386
4386
  return ProtocolUtils;
4387
4387
  }());
4388
4388
 
4389
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4389
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4390
4390
 
4391
4391
  /*
4392
4392
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4587,7 +4587,7 @@ var UrlString = /** @class */ (function () {
4587
4587
  return UrlString;
4588
4588
  }());
4589
4589
 
4590
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4590
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4591
4591
 
4592
4592
  /*
4593
4593
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4662,7 +4662,7 @@ var PopTokenGenerator = /** @class */ (function () {
4662
4662
  return PopTokenGenerator;
4663
4663
  }());
4664
4664
 
4665
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4665
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4666
4666
 
4667
4667
  /*
4668
4668
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -4732,7 +4732,7 @@ var AppMetadataEntity = /** @class */ (function () {
4732
4732
  return AppMetadataEntity;
4733
4733
  }());
4734
4734
 
4735
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4735
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4736
4736
  /*
4737
4737
  * Copyright (c) Microsoft Corporation. All rights reserved.
4738
4738
  * Licensed under the MIT License.
@@ -4768,7 +4768,7 @@ var AppMetadataEntity = /** @class */ (function () {
4768
4768
  return TokenCacheContext;
4769
4769
  }());
4770
4770
 
4771
- /*! @azure/msal-common v5.1.1 2022-08-03 */
4771
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
4772
4772
 
4773
4773
  /*
4774
4774
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5032,7 +5032,7 @@ var ResponseHandler = /** @class */ (function () {
5032
5032
  return ResponseHandler;
5033
5033
  }());
5034
5034
 
5035
- /*! @azure/msal-common v5.1.1 2022-08-03 */
5035
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
5036
5036
 
5037
5037
  /*
5038
5038
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5433,7 +5433,7 @@ var AuthorizationCodeClient = /** @class */ (function (_super) {
5433
5433
  return AuthorizationCodeClient;
5434
5434
  }(BaseClient));
5435
5435
 
5436
- /*! @azure/msal-common v5.1.1 2022-08-03 */
5436
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
5437
5437
 
5438
5438
  /*
5439
5439
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5644,7 +5644,7 @@ var RefreshTokenClient = /** @class */ (function (_super) {
5644
5644
  return RefreshTokenClient;
5645
5645
  }(BaseClient));
5646
5646
 
5647
- /*! @azure/msal-common v5.1.1 2022-08-03 */
5647
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
5648
5648
 
5649
5649
  /*
5650
5650
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5767,7 +5767,7 @@ var SilentFlowClient = /** @class */ (function (_super) {
5767
5767
  return SilentFlowClient;
5768
5768
  }(BaseClient));
5769
5769
 
5770
- /*! @azure/msal-common v5.1.1 2022-08-03 */
5770
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
5771
5771
  /*
5772
5772
  * Copyright (c) Microsoft Corporation. All rights reserved.
5773
5773
  * Licensed under the MIT License.
@@ -5778,7 +5778,7 @@ function isOpenIdConfigResponse(response) {
5778
5778
  response.hasOwnProperty("issuer"));
5779
5779
  }
5780
5780
 
5781
- /*! @azure/msal-common v5.1.1 2022-08-03 */
5781
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
5782
5782
  /*
5783
5783
  * Copyright (c) Microsoft Corporation. All rights reserved.
5784
5784
  * Licensed under the MIT License.
@@ -5792,7 +5792,7 @@ exports.ProtocolMode = void 0;
5792
5792
  ProtocolMode["OIDC"] = "OIDC";
5793
5793
  })(exports.ProtocolMode || (exports.ProtocolMode = {}));
5794
5794
 
5795
- /*! @azure/msal-common v5.1.1 2022-08-03 */
5795
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
5796
5796
 
5797
5797
  /*
5798
5798
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5867,7 +5867,7 @@ var AuthorityMetadataEntity = /** @class */ (function () {
5867
5867
  return AuthorityMetadataEntity;
5868
5868
  }());
5869
5869
 
5870
- /*! @azure/msal-common v5.1.1 2022-08-03 */
5870
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
5871
5871
  /*
5872
5872
  * Copyright (c) Microsoft Corporation. All rights reserved.
5873
5873
  * Licensed under the MIT License.
@@ -5877,7 +5877,7 @@ function isCloudInstanceDiscoveryResponse(response) {
5877
5877
  response.hasOwnProperty("metadata"));
5878
5878
  }
5879
5879
 
5880
- /*! @azure/msal-common v5.1.1 2022-08-03 */
5880
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
5881
5881
 
5882
5882
  /*
5883
5883
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -5991,7 +5991,7 @@ var RegionDiscovery = /** @class */ (function () {
5991
5991
  return RegionDiscovery;
5992
5992
  }());
5993
5993
 
5994
- /*! @azure/msal-common v5.1.1 2022-08-03 */
5994
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
5995
5995
 
5996
5996
  /*
5997
5997
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6557,7 +6557,7 @@ var Authority = /** @class */ (function () {
6557
6557
  return Authority;
6558
6558
  }());
6559
6559
 
6560
- /*! @azure/msal-common v5.1.1 2022-08-03 */
6560
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
6561
6561
 
6562
6562
  /*
6563
6563
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6618,7 +6618,7 @@ var AuthorityFactory = /** @class */ (function () {
6618
6618
  return AuthorityFactory;
6619
6619
  }());
6620
6620
 
6621
- /*! @azure/msal-common v5.1.1 2022-08-03 */
6621
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
6622
6622
 
6623
6623
  /*
6624
6624
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6649,7 +6649,7 @@ var ServerTelemetryEntity = /** @class */ (function () {
6649
6649
  return ServerTelemetryEntity;
6650
6650
  }());
6651
6651
 
6652
- /*! @azure/msal-common v5.1.1 2022-08-03 */
6652
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
6653
6653
 
6654
6654
  /*
6655
6655
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6677,7 +6677,7 @@ var ThrottlingEntity = /** @class */ (function () {
6677
6677
  return ThrottlingEntity;
6678
6678
  }());
6679
6679
 
6680
- /*! @azure/msal-common v5.1.1 2022-08-03 */
6680
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
6681
6681
 
6682
6682
  /*
6683
6683
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6694,7 +6694,7 @@ var StubbedNetworkModule = {
6694
6694
  }
6695
6695
  };
6696
6696
 
6697
- /*! @azure/msal-common v5.1.1 2022-08-03 */
6697
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
6698
6698
 
6699
6699
  /*
6700
6700
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -6753,7 +6753,7 @@ var AuthenticationHeaderParser = /** @class */ (function () {
6753
6753
  return AuthenticationHeaderParser;
6754
6754
  }());
6755
6755
 
6756
- /*! @azure/msal-common v5.1.1 2022-08-03 */
6756
+ /*! @azure/msal-common v5.1.2 2022-08-03 */
6757
6757
 
6758
6758
  /*
6759
6759
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -8890,7 +8890,7 @@ var EventMessageUtils = /** @class */ (function () {
8890
8890
 
8891
8891
  /* eslint-disable header/header */
8892
8892
  var name = "@azure/msal-browser";
8893
- var version = "2.19.0";
8893
+ var version = "2.19.2";
8894
8894
 
8895
8895
  /*
8896
8896
  * Copyright (c) Microsoft Corporation. All rights reserved.