@road-labs/map-sdk 0.0.24 → 0.0.25

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.
package/dist/index.mjs CHANGED
@@ -699,7 +699,7 @@ const un = Dr({
699
699
  return t.options.apiRoot;
700
700
  switch (t.options.version) {
701
701
  case "v2":
702
- return "http://localhost:8080";
702
+ return "https://roaming.road.io/v2/map-search";
703
703
  default:
704
704
  return "https://api.road.io";
705
705
  }