@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.
@@ -3377,6 +3377,7 @@ var __publicField = (obj, key, value) => {
3377
3377
  requestToSend = requestToSend.set(headers);
3378
3378
  }
3379
3379
  try {
3380
+ debugLog("Sending request:", requestDetails, "with params:", queryParams);
3380
3381
  return await requestToSend.query(queryParams);
3381
3382
  } catch (error) {
3382
3383
  console.error(error);
@@ -5774,6 +5775,7 @@ var __publicField = (obj, key, value) => {
5774
5775
  exports2.coordinatesToUrlText = coordinatesToUrlText;
5775
5776
  exports2.createOfflineAction = createOfflineAction;
5776
5777
  exports2.createPointMarker = createPointMarker;
5778
+ exports2.debugLog = debugLog;
5777
5779
  exports2.defaultBadgeColor = defaultBadgeColor;
5778
5780
  exports2.defaultStore = defaultStore;
5779
5781
  exports2.deleteComponentType = deleteComponentType;