@heycar/heycars-map 2.20.0-pointSource → 2.20.0-pointSource2

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.
@@ -186,7 +186,7 @@ const useGmapPlace = (props) => {
186
186
  console.error(err);
187
187
  const name = emptyPlaceName;
188
188
  const displayName = emptyPlaceName;
189
- resolve({ lng, lat, name, displayName, pointSource: PointSource.GOOGLE });
189
+ resolve({ lng, lat, name, displayName, pointSource: PointSource.OTHERS });
190
190
  };
191
191
  readyPromise.then(() => {
192
192
  const geocoder = new google.maps.Geocoder();
@@ -1,6 +1,6 @@
1
1
  const availableLogKeys = /* @__PURE__ */ new Set();
2
2
  const pkgName = "@heycar/heycars-map";
3
- const pkgVersion = "2.20.0-pointSource";
3
+ const pkgVersion = "2.20.0-pointSource2";
4
4
  const spaceLogSessionKey = "wiajlf;jwiatitruiq3jrlw";
5
5
  const enableSessionLogKey = (key) => {
6
6
  const sessionParam = new URLSearchParams(sessionStorage.getItem(spaceLogSessionKey) || void 0);
@@ -186,7 +186,7 @@ const useGmapPlace = (props) => {
186
186
  console.error(err);
187
187
  const name = emptyPlaceName;
188
188
  const displayName = emptyPlaceName;
189
- resolve({ lng, lat, name, displayName, pointSource: PointSource.GOOGLE });
189
+ resolve({ lng, lat, name, displayName, pointSource: PointSource.OTHERS });
190
190
  };
191
191
  readyPromise.then(() => {
192
192
  const geocoder = new google.maps.Geocoder();
@@ -1,6 +1,6 @@
1
1
  const availableLogKeys = /* @__PURE__ */ new Set();
2
2
  const pkgName = "@heycar/heycars-map";
3
- const pkgVersion = "2.20.0-pointSource";
3
+ const pkgVersion = "2.20.0-pointSource2";
4
4
  const spaceLogSessionKey = "wiajlf;jwiatitruiq3jrlw";
5
5
  const enableSessionLogKey = (key) => {
6
6
  const sessionParam = new URLSearchParams(sessionStorage.getItem(spaceLogSessionKey) || void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heycar/heycars-map",
3
- "version": "2.20.0-pointSource",
3
+ "version": "2.20.0-pointSource2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "checkVersion": "./bin/checkVersion.js",