@paris-ias/trees 2.2.9 → 2.2.11

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.
@@ -41,6 +41,8 @@ query getPeople($appId: ID = "iea", $itemId: ID = "", $lang: String = "en") {
41
41
  theme
42
42
  url
43
43
  year
44
+ start
45
+ stop
44
46
  }
45
47
  ... on Position {
46
48
  role
@@ -54,6 +54,8 @@ query listPeople(
54
54
  theme
55
55
  url
56
56
  year
57
+ start
58
+ stop
57
59
  }
58
60
  ... on Position {
59
61
  role
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.2.9",
3
+ "version": "2.2.11",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",