@transcommerce/cwm-shared 1.1.81 → 1.1.82

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.
@@ -197,7 +197,7 @@ class ClassLoggerService {
197
197
  * Determines what level of verbosity you want this service to log with.
198
198
  * This can be set to 'None', 'Error', 'Warn', 'Info', 'Debug', or 'Trace'.
199
199
  */
200
- logLevel = "Info"; // Default verbosity
200
+ logLevel = "Debug"; // Default verbosity
201
201
  /*
202
202
  * Determine if method entry and exit points should be logged in collapsed groups
203
203
  */
@@ -383,12 +383,12 @@ function msalInstanceFactory(authConfig, injector) {
383
383
  postLogoutRedirectUri: authConfig.logout_redirect_uri
384
384
  },
385
385
  cache: {
386
- cacheLocation: 'localStorage',
386
+ cacheLocation: 'sessionStorage',
387
387
  temporaryCacheLocation: 'sessionStorage',
388
- storeAuthStateInCookie: window.navigator.userAgent.indexOf('MSIE ') > -1 || window.navigator.userAgent.indexOf('Trident/') > -1,
388
+ storeAuthStateInCookie: false,
389
389
  secureCookies: true,
390
- cacheMigrationEnabled: true,
391
- claimsBasedCachingEnabled: true
390
+ cacheMigrationEnabled: false,
391
+ claimsBasedCachingEnabled: false
392
392
  },
393
393
  system: {
394
394
  tokenRenewalOffsetSeconds: 30,
@@ -456,7 +456,7 @@ function msalInstanceFactory(authConfig, injector) {
456
456
  telemetry: {
457
457
  application: {
458
458
  appName: "cwm-digital-menu",
459
- appVersion: "1.1.33"
459
+ appVersion: "1.1.82"
460
460
  },
461
461
  }
462
462
  });
@@ -1288,7 +1288,7 @@ const API_CONFIG_SCHEMA = {
1288
1288
  };
1289
1289
 
1290
1290
  const DEFAULT_AUTH_CONFIG = {
1291
- logLevel: "Info",
1291
+ logLevel: "Debug",
1292
1292
  clientId: "af1486e0-a27f-4c8d-8503-0752d90ce72d",
1293
1293
  tenantId: "445012c4-563a-4795-84d0-f7473a3197e0",
1294
1294
  authority: "https://login.microsoft.com/common",