@paris-ias/trees 2.0.12 → 2.0.13

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.
@@ -628,7 +628,7 @@ const data = {
628
628
  },
629
629
  "meta": "biography",
630
630
  "transformers": [
631
- "OPTIONS"
631
+ "CANDIDATES"
632
632
  ]
633
633
  },
634
634
  "image": {
@@ -626,7 +626,7 @@ const data = {
626
626
  },
627
627
  "meta": "biography",
628
628
  "transformers": [
629
- "OPTIONS"
629
+ "CANDIDATES"
630
630
  ]
631
631
  },
632
632
  "image": {
@@ -144,7 +144,7 @@ const data = {
144
144
  },
145
145
  "meta": "biography",
146
146
  "transformers": [
147
- "OPTIONS"
147
+ "CANDIDATES"
148
148
  ]
149
149
  },
150
150
  "image": {
@@ -142,7 +142,7 @@ const data = {
142
142
  },
143
143
  "meta": "biography",
144
144
  "transformers": [
145
- "OPTIONS"
145
+ "CANDIDATES"
146
146
  ]
147
147
  },
148
148
  "image": {
@@ -96,7 +96,7 @@ const data = {
96
96
  "text": "by-date-most-recent-first",
97
97
  "value": [
98
98
  "start",
99
- 1
99
+ -1
100
100
  ],
101
101
  "default": true
102
102
  },
@@ -196,7 +196,7 @@ const data = {
196
196
  "start"
197
197
  ],
198
198
  "sortDesc": [
199
- 1
199
+ -1
200
200
  ]
201
201
  };
202
202
 
@@ -94,7 +94,7 @@ const data = {
94
94
  "text": "by-date-most-recent-first",
95
95
  "value": [
96
96
  "start",
97
- 1
97
+ -1
98
98
  ],
99
99
  "default": true
100
100
  },
@@ -194,7 +194,7 @@ const data = {
194
194
  "start"
195
195
  ],
196
196
  "sortDesc": [
197
- 1
197
+ -1
198
198
  ]
199
199
  };
200
200
 
@@ -96,7 +96,7 @@ const data = {
96
96
  "text": "by-vintage-from-old-to-recent",
97
97
  "value": [
98
98
  "groups.vintage.year",
99
- 1
99
+ -1
100
100
  ]
101
101
  },
102
102
  "vintageasc": {
@@ -104,7 +104,7 @@ const data = {
104
104
  "text": "by-vintage-from-recent-to-old",
105
105
  "value": [
106
106
  "groups.vintage.year",
107
- -1
107
+ 1
108
108
  ],
109
109
  "default": true
110
110
  }
@@ -186,7 +186,7 @@ const data = {
186
186
  "groups.vintage.year"
187
187
  ],
188
188
  "sortDesc": [
189
- -1
189
+ 1
190
190
  ]
191
191
  };
192
192
 
@@ -94,7 +94,7 @@ const data = {
94
94
  "text": "by-vintage-from-old-to-recent",
95
95
  "value": [
96
96
  "groups.vintage.year",
97
- 1
97
+ -1
98
98
  ]
99
99
  },
100
100
  "vintageasc": {
@@ -102,7 +102,7 @@ const data = {
102
102
  "text": "by-vintage-from-recent-to-old",
103
103
  "value": [
104
104
  "groups.vintage.year",
105
- -1
105
+ 1
106
106
  ],
107
107
  "default": true
108
108
  }
@@ -184,7 +184,7 @@ const data = {
184
184
  "groups.vintage.year"
185
185
  ],
186
186
  "sortDesc": [
187
- -1
187
+ 1
188
188
  ]
189
189
  };
190
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",