@paris-ias/trees 2.0.20 → 2.0.21

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.
@@ -378,7 +378,7 @@ type File {
378
378
  createdAt: AWSDateTime!
379
379
  updatedAt: AWSDateTime!
380
380
  score: Float
381
- slug: string
381
+ slug: String
382
382
  alt: String
383
383
  caption: String
384
384
  copyright: String
@@ -211,7 +211,7 @@ type File {
211
211
  createdAt: AWSDateTime!
212
212
  updatedAt: AWSDateTime!
213
213
  score: Float
214
- slug: string
214
+ slug: String
215
215
  alt: String
216
216
  caption: String
217
217
  copyright: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paris-ias/trees",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",