@paris-ias/trees 2.2.6 → 2.2.7

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.
@@ -24,7 +24,7 @@ export interface Projects {
24
24
  color?: string
25
25
  date?: Date
26
26
  featured?: Date
27
- state: projectStates | projectStatesAdmin
27
+ state: projectStates | projectStateAdmin
28
28
  type: projectTypes
29
29
  }
30
30
 
@@ -24,7 +24,7 @@ export interface Projects {
24
24
  color?: string
25
25
  date?: Date
26
26
  featured?: Date
27
- state: projectStates | projectStatesAdmin
27
+ state: projectStates | projectStateAdmin
28
28
  type: projectTypes
29
29
  }
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",