uti 8.0.0 → 8.1.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uti",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -516,6 +516,18 @@ export default [
516
516
  mimeType: "image/webp",
517
517
  fileNameExtension: ".webp"
518
518
  },
519
+ {
520
+ name: "public.heic",
521
+ conformsTo: "public.image",
522
+ mimeType: "image/heic",
523
+ fileNameExtension: ".heic"
524
+ },
525
+ {
526
+ name: "public.avif",
527
+ conformsTo: "public.image",
528
+ mimeType: "image/avif",
529
+ fileNameExtension: ".avif"
530
+ },
519
531
  {
520
532
  name: "com.adobe.postscript",
521
533
  conformsTo: "public.image",