@paris-ias/trees 2.2.4 → 2.2.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.
@@ -469,7 +469,7 @@ enum organiserType {
469
469
  EXTERNAL
470
470
  }
471
471
 
472
- enum projectStatus {
472
+ enum projectStates {
473
473
  PLANNED
474
474
  IN_PROGRESS
475
475
  FINISHED
@@ -261,7 +261,7 @@ enum organiserType {
261
261
  EXTERNAL
262
262
  }
263
263
 
264
- enum projectStatus {
264
+ enum projectStates {
265
265
  PLANNED
266
266
  IN_PROGRESS
267
267
  FINISHED
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",