@eox/itemfilter
Advanced tools
Comparing version 0.6.3 to 0.7.0
{ | ||
"name": "@eox/itemfilter", | ||
"version": "0.6.3", | ||
"version": "0.7.0", | ||
"type": "module", | ||
"devDependencies": { | ||
"@eox/eslint-config": "^1.0.0", | ||
"@types/lodash.debounce": "^4.0.7", | ||
"@typescript-eslint/eslint-plugin": "^5.50.0", | ||
@@ -8,0 +9,0 @@ "@typescript-eslint/parser": "^5.50.0", |
@@ -123,3 +123,2 @@ import { EOxItemFilter } from "../src/main"; | ||
// matchAllWhenEmpty: true, | ||
exclusiveFilters: true, | ||
}; | ||
@@ -126,0 +125,0 @@ EOxItemFilter.apply(testItems); |
@@ -92,14 +92,3 @@ [ | ||
"timestamp": "2023-06-11T13:56:38+00:00", | ||
"datetime": ["2023-06-11T10:56:38+00:00", "2023-06-11T22:56:38+00:00"], | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[-180.0, 90.0], | ||
[-180.0, -90.0], | ||
[180.0, -90.0], | ||
[180.0, 90.0] | ||
] | ||
] | ||
} | ||
"datetime": ["2023-06-11T10:56:38+00:00", "2023-06-11T22:56:38+00:00"] | ||
}, | ||
@@ -106,0 +95,0 @@ { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
323344
6925
7