@paris-ias/trees 2.2.15 → 2.2.17

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
+ "latest.start||latest.year: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
+ "latest.start||latest.year: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
+ "latest.start||latest.year: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
+ "latest.start||latest.year:year": -1
150
150
  },
151
151
  {
152
152
  "lastname": 1
@@ -194,6 +194,7 @@ const data = {
194
194
  "Tool": "TOOL",
195
195
  "Project": "PROJECT"
196
196
  },
197
+ "multiple": true,
197
198
  "value": ""
198
199
  },
199
200
  "disciplines": {
@@ -192,6 +192,7 @@ const data = {
192
192
  "Tool": "TOOL",
193
193
  "Project": "PROJECT"
194
194
  },
195
+ "multiple": true,
195
196
  "value": ""
196
197
  },
197
198
  "disciplines": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.2.15",
3
+ "version": "2.2.17",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",