@paris-ias/trees 2.0.11 → 2.0.12

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.
@@ -10,7 +10,6 @@ query getProject($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
10
10
  createdAt
11
11
  fileType
12
12
  hash
13
- slug
14
13
  image {
15
14
  alt
16
15
  backgroundColor
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",