@nextgis/properties-filter
Advanced tools
Comparing version 1.16.2 to 1.16.5
@@ -20,4 +20,7 @@ import type { Feature } from 'geojson'; | ||
*/ | ||
export declare type Operations = 'gt' | 'lt' | 'ge' | 'le' | 'eq' | 'ne' | 'in' | 'notin' | 'like' | 'ilike'; | ||
export declare type Operation = 'gt' | 'lt' | 'ge' | 'le' | 'eq' | 'ne' | 'in' | 'notin' | 'like' | 'ilike'; | ||
/** @deprecated use {@link Operation} instead */ | ||
export declare type Operations = Operation; | ||
declare type Properties = { | ||
@@ -38,3 +41,3 @@ [name: string]: any; | ||
T extends null ? string : keyof T | `%${string & keyof T}` | `%${string & keyof T}%` | `${string & keyof T}%`, | ||
Operations, | ||
Operation, | ||
any | ||
@@ -41,0 +44,0 @@ ]; |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.16.5; author: NextGIS */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.16.5; author: NextGIS */ | ||
/****************************************************************************** | ||
@@ -3,0 +3,0 @@ Copyright (c) Microsoft Corporation. |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.16.5; author: NextGIS */ | ||
/****************************************************************************** | ||
@@ -3,0 +3,0 @@ Copyright (c) Microsoft Corporation. |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.16.2; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.16.5; author: NextGIS */ | ||
var PropertiesFilter = (function (exports) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
{ | ||
"name": "@nextgis/properties-filter", | ||
"version": "1.16.2", | ||
"version": "1.16.5", | ||
"description": "Filtering objects by its properties using expressions", | ||
@@ -11,7 +11,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"@nextgis/utils": "^1.16.2", | ||
"@nextgis/utils": "^1.16.5", | ||
"geojson": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@nextgis/build-tools": "^1.16.2" | ||
"@nextgis/build-tools": "^1.16.5" | ||
}, | ||
@@ -52,3 +52,3 @@ "buildOptions": { | ||
}, | ||
"gitHead": "3bb21edf6017753d9d8148eaae2b8edf86bac00a" | ||
"gitHead": "62517973c613a7bfdc1851d99db1428b18a81b4d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
83029
538
Updated@nextgis/utils@^1.16.5