@nextgis/properties-filter
Advanced tools
Comparing version 1.0.0-alpha.9 to 1.0.0-alpha.11
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.11](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2020-11-02) | ||
**Note:** Version bump only for package @nextgis/properties-filter | ||
# [1.0.0-alpha.9](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-alpha.8...v1.0.0-alpha.9) (2020-10-15) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.9; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.11; author: NextGIS */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.9; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.11; author: NextGIS */ | ||
function reEscape(s) { | ||
@@ -3,0 +3,0 @@ return s.replace(/[-/\\^$*+?.()|[\]{}]/g, '\\$&'); |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.9; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.11; author: NextGIS */ | ||
import { reEscape } from '@nextgis/utils'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.9; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.11; author: NextGIS */ | ||
var PropertiesFilter = (function (exports) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
{ | ||
"name": "@nextgis/properties-filter", | ||
"version": "1.0.0-alpha.9", | ||
"version": "1.0.0-alpha.11", | ||
"description": "Filtering objects by its properties using expressions", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@nextgis/utils": "^1.0.0-alpha.9", | ||
"@nextgis/utils": "^1.0.0-alpha.11", | ||
"geojson": "^0.5.0" | ||
@@ -52,3 +52,3 @@ }, | ||
}, | ||
"gitHead": "0acf36cfd6d527f7f1ea5c5243ba231d9547e9a8" | ||
"gitHead": "6913d69310247bba7b06cab73d209cd233120603" | ||
} |
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
65303