@overmap-ai/core 1.0.60-sdk-refactor.13 → 1.0.60-sdk-refactor.14

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.
@@ -15524,8 +15524,9 @@ Defaulting to \`${$89eedd556c436f6a$var$DEFAULT_ORIENTATION}\`.`;
15524
15524
  return secondsUntilExpiry < EXPIRING_SOON_THRESHOLD;
15525
15525
  }
15526
15526
  getAuthHeader() {
15527
- const accesseToken = this.getAccessToken();
15528
- return `Bearer ${accesseToken}`;
15527
+ const accessToken = this.getAccessToken();
15528
+ console.debug("getAuthHeader", accessToken);
15529
+ return `Bearer ${accessToken}`;
15529
15530
  }
15530
15531
  async prepareAuth() {
15531
15532
  if (!this.tokenIsExpiringSoon())