uti 7.3.1 → 7.4.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 +1 -1
- package/src/well-known-utis.mjs +6 -0
package/package.json
CHANGED
package/src/well-known-utis.mjs
CHANGED
|
@@ -272,6 +272,12 @@ export default [
|
|
|
272
272
|
fileNameExtension: ".tar",
|
|
273
273
|
mimeType: ["application/x-tar", "application/tar"]
|
|
274
274
|
},
|
|
275
|
+
{
|
|
276
|
+
name: "public.brotli",
|
|
277
|
+
conformsTo: "public.archive",
|
|
278
|
+
fileNameExtension: ".br",
|
|
279
|
+
mimeType: "application/brotli"
|
|
280
|
+
},
|
|
275
281
|
{
|
|
276
282
|
name: "org.gnu.gnu-zip-archive",
|
|
277
283
|
conformsTo: "public.archive",
|