@paris-ias/trees 2.0.26 → 2.0.27

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.
@@ -16,7 +16,7 @@ export interface Files {
16
16
  url: URL
17
17
  size: number
18
18
  fileType: string
19
- catetgory: FileCategory
19
+ category: FileCategory
20
20
  hash: string
21
21
  path: string
22
22
  thumb: URL
@@ -16,7 +16,7 @@ export interface Files {
16
16
  url: URL
17
17
  size: number
18
18
  fileType: string
19
- catetgory: FileCategory
19
+ category: FileCategory
20
20
  hash: string
21
21
  path: string
22
22
  thumb: URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",