@paris-ias/trees 2.1.4 → 2.1.5

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.
@@ -230,10 +230,10 @@ const data = {
230
230
  "default": true,
231
231
  "switchIf": [
232
232
  {
233
- "groups": "news"
233
+ "groups": "NEWS"
234
234
  },
235
235
  {
236
- "type": "videos"
236
+ "type": "VIDEOS"
237
237
  }
238
238
  ],
239
239
  "disjonctive": false
@@ -278,10 +278,10 @@ const data = {
278
278
  "default": false,
279
279
  "switchIf": [
280
280
  {
281
- "groups": "news"
281
+ "groups": "NEWS"
282
282
  },
283
283
  {
284
- "type": "videos"
284
+ "type": "VIDEOS"
285
285
  }
286
286
  ],
287
287
  "disjonctive": false
@@ -302,7 +302,7 @@ const data = {
302
302
  "default": false,
303
303
  "switchIf": [
304
304
  {
305
- "type": "videos"
305
+ "type": "VIDEOS"
306
306
  }
307
307
  ],
308
308
  "disjonctive": false
@@ -341,7 +341,7 @@ const data = {
341
341
  "default": false,
342
342
  "switchIf": [
343
343
  {
344
- "type": "news"
344
+ "type": "NEWS"
345
345
  }
346
346
  ],
347
347
  "disjonctive": false
@@ -228,10 +228,10 @@ const data = {
228
228
  "default": true,
229
229
  "switchIf": [
230
230
  {
231
- "groups": "news"
231
+ "groups": "NEWS"
232
232
  },
233
233
  {
234
- "type": "videos"
234
+ "type": "VIDEOS"
235
235
  }
236
236
  ],
237
237
  "disjonctive": false
@@ -276,10 +276,10 @@ const data = {
276
276
  "default": false,
277
277
  "switchIf": [
278
278
  {
279
- "groups": "news"
279
+ "groups": "NEWS"
280
280
  },
281
281
  {
282
- "type": "videos"
282
+ "type": "VIDEOS"
283
283
  }
284
284
  ],
285
285
  "disjonctive": false
@@ -300,7 +300,7 @@ const data = {
300
300
  "default": false,
301
301
  "switchIf": [
302
302
  {
303
- "type": "videos"
303
+ "type": "VIDEOS"
304
304
  }
305
305
  ],
306
306
  "disjonctive": false
@@ -339,7 +339,7 @@ const data = {
339
339
  "default": false,
340
340
  "switchIf": [
341
341
  {
342
- "type": "news"
342
+ "type": "NEWS"
343
343
  }
344
344
  ],
345
345
  "disjonctive": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",