@paris-ias/trees 2.0.39 → 2.0.40

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.
@@ -136,7 +136,7 @@ const data = {
136
136
  "text": "by-vintage-from-old-to-recent",
137
137
  "value": [
138
138
  {
139
- "groups.vintage.year": -1
139
+ "groups.vintage.year": 1
140
140
  },
141
141
  {
142
142
  "lastname": 1
@@ -148,7 +148,7 @@ const data = {
148
148
  "text": "by-vintage-from-recent-to-old",
149
149
  "value": [
150
150
  {
151
- "groups.vintage.year": 1
151
+ "groups.vintage.year": -1
152
152
  },
153
153
  {
154
154
  "lastname": 1
@@ -134,7 +134,7 @@ const data = {
134
134
  "text": "by-vintage-from-old-to-recent",
135
135
  "value": [
136
136
  {
137
- "groups.vintage.year": -1
137
+ "groups.vintage.year": 1
138
138
  },
139
139
  {
140
140
  "lastname": 1
@@ -146,7 +146,7 @@ const data = {
146
146
  "text": "by-vintage-from-recent-to-old",
147
147
  "value": [
148
148
  {
149
- "groups.vintage.year": 1
149
+ "groups.vintage.year": -1
150
150
  },
151
151
  {
152
152
  "lastname": 1
@@ -118,7 +118,10 @@ const data = {
118
118
  "text": "by-name-from-a-to-z",
119
119
  "value": [
120
120
  {
121
- "title": 1
121
+ "name": 1
122
+ },
123
+ {
124
+ "date": 1
122
125
  }
123
126
  ]
124
127
  },
@@ -127,7 +130,10 @@ const data = {
127
130
  "text": "by-name-from-z-to-a",
128
131
  "value": [
129
132
  {
130
- "title": -1
133
+ "name": -1
134
+ },
135
+ {
136
+ "date": 1
131
137
  }
132
138
  ]
133
139
  },
@@ -116,7 +116,10 @@ const data = {
116
116
  "text": "by-name-from-a-to-z",
117
117
  "value": [
118
118
  {
119
- "title": 1
119
+ "name": 1
120
+ },
121
+ {
122
+ "date": 1
120
123
  }
121
124
  ]
122
125
  },
@@ -125,7 +128,10 @@ const data = {
125
128
  "text": "by-name-from-z-to-a",
126
129
  "value": [
127
130
  {
128
- "title": -1
131
+ "name": -1
132
+ },
133
+ {
134
+ "date": 1
129
135
  }
130
136
  ]
131
137
  },
@@ -119,6 +119,9 @@ const data = {
119
119
  "value": [
120
120
  {
121
121
  "name": 1
122
+ },
123
+ {
124
+ "date": 1
122
125
  }
123
126
  ]
124
127
  },
@@ -128,6 +131,9 @@ const data = {
128
131
  "value": [
129
132
  {
130
133
  "name": -1
134
+ },
135
+ {
136
+ "date": 1
131
137
  }
132
138
  ]
133
139
  },
@@ -137,6 +143,9 @@ const data = {
137
143
  "value": [
138
144
  {
139
145
  "date": -1
146
+ },
147
+ {
148
+ "name": 1
140
149
  }
141
150
  ],
142
151
  "default": true
@@ -147,6 +156,9 @@ const data = {
147
156
  "value": [
148
157
  {
149
158
  "date": 1
159
+ },
160
+ {
161
+ "name": 1
150
162
  }
151
163
  ]
152
164
  }
@@ -117,6 +117,9 @@ const data = {
117
117
  "value": [
118
118
  {
119
119
  "name": 1
120
+ },
121
+ {
122
+ "date": 1
120
123
  }
121
124
  ]
122
125
  },
@@ -126,6 +129,9 @@ const data = {
126
129
  "value": [
127
130
  {
128
131
  "name": -1
132
+ },
133
+ {
134
+ "date": 1
129
135
  }
130
136
  ]
131
137
  },
@@ -135,6 +141,9 @@ const data = {
135
141
  "value": [
136
142
  {
137
143
  "date": -1
144
+ },
145
+ {
146
+ "name": 1
138
147
  }
139
148
  ],
140
149
  "default": true
@@ -145,6 +154,9 @@ const data = {
145
154
  "value": [
146
155
  {
147
156
  "date": 1
157
+ },
158
+ {
159
+ "name": 1
148
160
  }
149
161
  ]
150
162
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.39",
3
+ "version": "2.0.40",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",