uti 7.2.0 → 7.3.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": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -423,8 +423,10 @@ export default [
423
423
  conformsTo: ["public.data", "public.composite-content"]
424
424
  },
425
425
  {
426
- name: "public.image",
427
- conformsTo: ["public.data", "public.content"]
426
+ name: "public.svg",
427
+ conformsTo: ["public.image", "public.xml"],
428
+ mimeType: "image/svg+xml",
429
+ fileNameExtension: "*.svg"
428
430
  },
429
431
  {
430
432
  name: "public.jpeg",