@timardex/cluemart-shared 1.4.22 → 1.4.23

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
@@ -5737,7 +5737,7 @@ var useLocationSearch = (googleApi) => {
5737
5737
  "https://places.googleapis.com/v1/places:autocomplete",
5738
5738
  {
5739
5739
  body: JSON.stringify({
5740
- input: text,
5740
+ input: `${text} New Zealand`,
5741
5741
  languageCode: "en",
5742
5742
  regionCode: "nz"
5743
5743
  }),