@overmap-ai/core 1.0.16-fix-misc-issues.0 → 1.0.16-fix-misc-issues.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.
@@ -3389,6 +3389,7 @@ async function performRequest(action, client) {
3389
3389
  requestToSend = requestToSend.set(headers);
3390
3390
  }
3391
3391
  try {
3392
+ debugLog("Sending request:", requestDetails, "with params:", queryParams);
3392
3393
  return await requestToSend.query(queryParams);
3393
3394
  } catch (error) {
3394
3395
  console.error(error);
@@ -5788,6 +5789,7 @@ export {
5788
5789
  coordinatesToUrlText,
5789
5790
  createOfflineAction,
5790
5791
  createPointMarker,
5792
+ debugLog,
5791
5793
  defaultBadgeColor,
5792
5794
  defaultStore,
5793
5795
  deleteComponentType,