@microsoft/teamsfx 2.3.1 → 2.3.2-beta.2024031405.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.
@@ -476,7 +476,7 @@ class OnBehalfOfUserCredential {
476
476
  }
477
477
  }
478
478
 
479
- /******************************************************************************
479
+ /*! *****************************************************************************
480
480
  Copyright (c) Microsoft Corporation.
481
481
 
482
482
  Permission to use, copy, modify, and/or distribute this software for any
@@ -499,12 +499,7 @@ function __awaiter(thisArg, _arguments, P, generator) {
499
499
  function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
500
500
  step((generator = generator.apply(thisArg, _arguments || [])).next());
501
501
  });
502
- }
503
-
504
- typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
505
- var e = new Error(message);
506
- return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
507
- };
502
+ }
508
503
 
509
504
  // Copyright (c) Microsoft Corporation.
510
505
  const tokenRefreshTimeSpanInMillisecond = 5 * 60 * 1000;