@nextgis/utils
Advanced tools
Comparing version 1.16.2 to 1.16.5
@@ -138,2 +138,4 @@ /// <reference types="node" /> | ||
export declare type ExtractFeatureProperties<F extends Feature = Feature> = FeatureProperties_<F> extends null ? FeatureProperties : FeatureProperties; | ||
export declare type FeatureProperties = { | ||
@@ -143,2 +145,4 @@ [name: string]: any; | ||
export declare type FeatureProperties_<F extends Feature = Feature> = F['properties']; | ||
export declare function fixUrlStr(url: string): string; | ||
@@ -243,3 +247,3 @@ | ||
*/ | ||
export declare type LngLatBoundsArray = [number, number, number, number] | number[]; | ||
export declare type LngLatBoundsArray = [west: number, south: number, east: number, north: number] | number[]; | ||
@@ -246,0 +250,0 @@ export declare function meters2degrees(x: number, y: number): LngLatArray; |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/utils; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/utils; version: 1.16.5; author: NextGIS */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/utils; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/utils; version: 1.16.5; author: NextGIS */ | ||
var isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined'; | ||
@@ -3,0 +3,0 @@ var type = isBrowser ? 'browser' : 'node'; |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/utils; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/utils; version: 1.16.5; author: NextGIS */ | ||
var isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined'; | ||
@@ -3,0 +3,0 @@ var type = isBrowser ? 'browser' : 'node'; |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/utils; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/utils; version: 1.16.5; author: NextGIS */ | ||
var Utils = (function (exports) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
{ | ||
"name": "@nextgis/utils", | ||
"version": "1.16.2", | ||
"version": "1.16.5", | ||
"description": "Common development tools", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@nextgis/build-tools": "^1.16.2", | ||
"@nextgis/build-tools": "^1.16.5", | ||
"@types/geojson": "^7946.0.8" | ||
@@ -50,3 +50,3 @@ }, | ||
}, | ||
"gitHead": "3bb21edf6017753d9d8148eaae2b8edf86bac00a" | ||
"gitHead": "62517973c613a7bfdc1851d99db1428b18a81b4d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
523659
3570