@nextgis/properties-filter
Advanced tools
Comparing version 1.0.0-alpha.7 to 1.0.0-alpha.8
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.8](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2020-10-06) | ||
**Note:** Version bump only for package @nextgis/properties-filter | ||
# [1.0.0-alpha.7](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-09-22) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.7; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.8; author: NextGIS */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.7; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.8; 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.7; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.8; 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.7; author: NextGIS */ | ||
/** Bundle of @nextgis/properties-filter; version: 1.0.0-alpha.8; author: NextGIS */ | ||
var PropertiesFilter = (function (exports) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
{ | ||
"name": "@nextgis/properties-filter", | ||
"version": "1.0.0-alpha.7", | ||
"version": "1.0.0-alpha.8", | ||
"description": "Filtering objects by its properties using expressions", | ||
@@ -11,7 +11,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"@nextgis/utils": "^1.0.0-alpha.7", | ||
"@nextgis/utils": "^1.0.0-alpha.8", | ||
"geojson": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@nextgis/build-tools": "^1.0.0-alpha.7" | ||
"@nextgis/build-tools": "^1.0.0-alpha.8" | ||
}, | ||
@@ -52,3 +52,3 @@ "buildOptions": { | ||
}, | ||
"gitHead": "d90c7d5a2bc01143221e8ec768ab5d0467fb5530" | ||
"gitHead": "90eba3ed1ebfc7d1d427f281a11578fd6ee91aee" | ||
} |
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
64916