@paris-ias/trees 2.0.22 → 2.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,13 +170,7 @@ const data = {
170
170
  "default": 20
171
171
  }
172
172
  },
173
- "filters": {
174
- "year": {
175
- "type": "Select",
176
- "items": "",
177
- "value": ""
178
- }
179
- },
173
+ "filters": {},
180
174
  "limit": 20,
181
175
  "sortBy": [
182
176
  "date"
@@ -168,13 +168,7 @@ const data = {
168
168
  "default": 20
169
169
  }
170
170
  },
171
- "filters": {
172
- "year": {
173
- "type": "Select",
174
- "items": "",
175
- "value": ""
176
- }
177
- },
171
+ "filters": {},
178
172
  "limit": 20,
179
173
  "sortBy": [
180
174
  "date"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",