@hastehaul/common 3.9.0 → 3.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ export declare function getValueFromSettings(settings: Setting[], key: string, e
11
11
  export declare function loadAsset(relativePath: string): Promise<string | null>;
12
12
  export declare function loadAssetStream(relativePath: string): Promise<any>;
13
13
  export declare function isPointInGeoJSON(latLng: number[], cachedGeoJsonData: {
14
+ type: string;
14
15
  features: any;
15
16
  }): Promise<{
16
17
  isInside: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "3.9.0",
3
+ "version": "3.10.0",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",