@azure/msal-common 0.0.1-alpha.0 → 0.0.1-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/_virtual/_tslib.js +1 -1
  2. package/dist/account/AuthToken.js +1 -1
  3. package/dist/account/CcsCredential.js +1 -1
  4. package/dist/account/ClientInfo.js +1 -1
  5. package/dist/authority/Authority.js +1 -1
  6. package/dist/authority/AuthorityFactory.js +1 -1
  7. package/dist/authority/AuthorityMetadata.js +1 -1
  8. package/dist/authority/AuthorityOptions.js +1 -1
  9. package/dist/authority/AuthorityType.js +1 -1
  10. package/dist/authority/CloudInstanceDiscoveryResponse.js +1 -1
  11. package/dist/authority/OpenIdConfigResponse.js +1 -1
  12. package/dist/authority/ProtocolMode.js +1 -1
  13. package/dist/authority/RegionDiscovery.js +1 -1
  14. package/dist/cache/CacheManager.js +1 -1
  15. package/dist/cache/entities/AccessTokenEntity.js +1 -1
  16. package/dist/cache/entities/AccountEntity.js +1 -1
  17. package/dist/cache/entities/AppMetadataEntity.js +1 -1
  18. package/dist/cache/entities/AuthorityMetadataEntity.js +1 -1
  19. package/dist/cache/entities/CacheRecord.js +1 -1
  20. package/dist/cache/entities/CredentialEntity.js +1 -1
  21. package/dist/cache/entities/IdTokenEntity.js +1 -1
  22. package/dist/cache/entities/RefreshTokenEntity.js +1 -1
  23. package/dist/cache/entities/ServerTelemetryEntity.js +1 -1
  24. package/dist/cache/entities/ThrottlingEntity.js +1 -1
  25. package/dist/cache/persistence/TokenCacheContext.js +1 -1
  26. package/dist/client/AuthorizationCodeClient.js +1 -1
  27. package/dist/client/BaseClient.js +1 -1
  28. package/dist/client/ClientCredentialClient.js +1 -1
  29. package/dist/client/DeviceCodeClient.js +1 -1
  30. package/dist/client/OnBehalfOfClient.js +1 -1
  31. package/dist/client/RefreshTokenClient.js +1 -1
  32. package/dist/client/SilentFlowClient.js +1 -1
  33. package/dist/client/UsernamePasswordClient.js +1 -1
  34. package/dist/config/ClientConfiguration.js +1 -1
  35. package/dist/crypto/ICrypto.js +1 -1
  36. package/dist/crypto/JoseHeader.js +1 -1
  37. package/dist/crypto/PopTokenGenerator.js +1 -1
  38. package/dist/error/AuthError.js +1 -1
  39. package/dist/error/ClientAuthError.js +1 -1
  40. package/dist/error/ClientConfigurationError.js +1 -1
  41. package/dist/error/InteractionRequiredAuthError.js +1 -1
  42. package/dist/error/JoseHeaderError.js +1 -1
  43. package/dist/error/ServerError.js +1 -1
  44. package/dist/index.cjs.js +1 -1
  45. package/dist/index.js +1 -1
  46. package/dist/logger/Logger.js +1 -1
  47. package/dist/network/INetworkModule.js +1 -1
  48. package/dist/network/NetworkManager.js +1 -1
  49. package/dist/network/ThrottlingUtils.js +1 -1
  50. package/dist/packageMetadata.js +1 -1
  51. package/dist/request/AuthenticationHeaderParser.js +1 -1
  52. package/dist/request/RequestParameterBuilder.js +1 -1
  53. package/dist/request/RequestValidator.js +1 -1
  54. package/dist/request/ScopeSet.js +1 -1
  55. package/dist/response/ResponseHandler.js +1 -1
  56. package/dist/telemetry/performance/PerformanceClient.js +1 -1
  57. package/dist/telemetry/performance/PerformanceEvent.js +1 -1
  58. package/dist/telemetry/performance/StubPerformanceClient.js +1 -1
  59. package/dist/telemetry/server/ServerTelemetryManager.js +1 -1
  60. package/dist/url/UrlString.js +1 -1
  61. package/dist/utils/Constants.js +1 -1
  62. package/dist/utils/ProtocolUtils.js +1 -1
  63. package/dist/utils/StringUtils.js +1 -1
  64. package/dist/utils/TimeUtils.js +1 -1
  65. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  /*! *****************************************************************************
4
4
  Copyright (c) Microsoft Corporation.
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { ClientAuthError } from '../error/ClientAuthError.js';
4
4
  import { StringUtils } from '../utils/StringUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { ClientAuthError } from '../error/ClientAuthError.js';
4
4
  import { StringUtils } from '../utils/StringUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator, __assign } from '../_virtual/_tslib.js';
4
4
  import { AuthorityType } from './AuthorityType.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { Authority } from './Authority.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { RegionDiscoverySources, ResponseCodes, Constants } from '../utils/Constants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator, __extends } from '../_virtual/_tslib.js';
4
4
  import { Constants, CredentialType, AuthenticationScheme, CacheSchemaType, THE_FAMILY_ID, APP_METADATA, AUTHORITY_METADATA_CONSTANTS } from '../utils/Constants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../../_virtual/_tslib.js';
4
4
  import { CredentialEntity } from './CredentialEntity.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { Separators, CacheAccountType, CacheType, Constants } from '../../utils/Constants.js';
4
4
  import { buildClientInfo } from '../../account/ClientInfo.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { Separators, APP_METADATA } from '../../utils/Constants.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { AUTHORITY_METADATA_CONSTANTS } from '../../utils/Constants.js';
4
4
  import { TimeUtils } from '../../utils/TimeUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { CredentialType, CacheType, Constants, Separators, AuthenticationScheme } from '../../utils/Constants.js';
4
4
  import { ClientAuthError } from '../../error/ClientAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../../_virtual/_tslib.js';
4
4
  import { CredentialEntity } from './CredentialEntity.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../../_virtual/_tslib.js';
4
4
  import { CredentialEntity } from './CredentialEntity.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { SERVER_TELEM_CONSTANTS } from '../../utils/Constants.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { ThrottlingConstants } from '../../utils/Constants.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator, __assign, __spreadArrays } from '../_virtual/_tslib.js';
4
4
  import { BaseClient } from './BaseClient.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { buildClientConfiguration } from '../config/ClientConfiguration.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BaseClient } from './BaseClient.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BaseClient } from './BaseClient.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BaseClient } from './BaseClient.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator, __assign } from '../_virtual/_tslib.js';
4
4
  import { BaseClient } from './BaseClient.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BaseClient } from './BaseClient.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends, __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { BaseClient } from './BaseClient.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __assign, __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { DEFAULT_CRYPTO_IMPLEMENTATION } from '../crypto/ICrypto.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { AuthError } from '../error/AuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { JoseHeaderError } from '../error/JoseHeaderError.js';
4
4
  import { JsonTypes } from '../utils/Constants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator, __assign } from '../_virtual/_tslib.js';
4
4
  import { TimeUtils } from '../utils/TimeUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { Constants } from '../utils/Constants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { AuthError } from './AuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { ClientAuthError } from './ClientAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { AuthError } from './AuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { AuthError } from './AuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../_virtual/_tslib.js';
4
4
  import { AuthError } from './AuthError.js';
package/dist/index.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  'use strict';
4
4
 
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  export { AuthorizationCodeClient } from './client/AuthorizationCodeClient.js';
4
4
  export { DeviceCodeClient } from './client/DeviceCodeClient.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { StringUtils } from '../utils/StringUtils.js';
4
4
  import { Constants } from '../utils/Constants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { AuthError } from '../error/AuthError.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { ThrottlingUtils } from './ThrottlingUtils.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { ThrottlingConstants, CacheSchemaType, Constants, HeaderNames } from '../utils/Constants.js';
4
4
  import { ServerError } from '../error/ServerError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  /* eslint-disable header/header */
4
4
  var name = "@azure/msal-common";
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { ClientConfigurationError } from '../error/ClientConfigurationError.js';
4
4
  import { HeaderNames, Constants } from '../utils/Constants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __spreadArrays } from '../_virtual/_tslib.js';
4
4
  import { AADServerParamKeys, Constants, ResponseMode, OIDC_DEFAULT_SCOPES, SSOTypes, HeaderNames, CLIENT_INFO, ClaimsRequestKeys, PasswordGrantConstants, AuthenticationScheme, ThrottlingConstants } from '../utils/Constants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { StringUtils } from '../utils/StringUtils.js';
4
4
  import { ClientConfigurationError } from '../error/ClientConfigurationError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __spreadArrays } from '../_virtual/_tslib.js';
4
4
  import { ClientConfigurationError } from '../error/ClientConfigurationError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __awaiter, __generator } from '../_virtual/_tslib.js';
4
4
  import { buildClientInfo } from '../account/ClientInfo.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __assign } from '../../_virtual/_tslib.js';
4
4
  import { PerformanceEventStatus } from './PerformanceEvent.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 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-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __extends } from '../../_virtual/_tslib.js';
4
4
  import { PerformanceClient } from './PerformanceClient.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { SERVER_TELEM_CONSTANTS, CacheOutcome, Constants, Separators } from '../../utils/Constants.js';
4
4
  import { ServerTelemetryEntity } from '../../cache/entities/ServerTelemetryEntity.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { ClientConfigurationError } from '../error/ClientConfigurationError.js';
4
4
  import { ClientAuthError } from '../error/ClientAuthError.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { __spreadArrays } from '../_virtual/_tslib.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { StringUtils } from './StringUtils.js';
4
4
  import { Constants } from './Constants.js';
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  import { ClientAuthError } from '../error/ClientAuthError.js';
4
4
 
@@ -1,4 +1,4 @@
1
- /*! @azure/msal-common v0.0.1-alpha.0 2022-08-02 */
1
+ /*! @azure/msal-common v0.0.1-alpha.1 2022-08-03 */
2
2
  'use strict';
3
3
  /*
4
4
  * Copyright (c) Microsoft Corporation. All rights reserved.
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "type": "git",
11
11
  "url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
12
12
  },
13
- "version": "0.0.1-alpha.0",
13
+ "version": "0.0.1-alpha.1",
14
14
  "description": "Microsoft Authentication Library for js",
15
15
  "keywords": [
16
16
  "implicit",