@hastehaul/common 3.6.0 → 3.7.0

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.
@@ -98,6 +98,7 @@ function isPointInGeoJSON(latLng, fileName) {
98
98
  // Load and parse GeoJSON data only if not already cached
99
99
  if (!cachedGeoJsonData) {
100
100
  const geoJsonData = yield loadAssetStream(fileName);
101
+ console.log(geoJsonData);
101
102
  cachedGeoJsonData = JSON.parse(geoJsonData);
102
103
  }
103
104
  // !NB points take the form longitude, latitude
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",