uti 7.7.0 → 7.7.1

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.7.0",
3
+ "version": "7.7.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -344,11 +344,22 @@ export default [
344
344
  mimeType: "application/tar+gzip",
345
345
  fileNameExtension: [".tar.gz", ".tgz"]
346
346
  },
347
+ {
348
+ name: "public.tar-bzip2-archive",
349
+ conformsTo: "public.bzip2-archive",
350
+ fileNameExtension: [".tbz2", ".tbz"]
351
+ },
347
352
  {
348
353
  name: "com.apple.xar-archive",
349
354
  conformsTo: "public.archive",
350
355
  fileNameExtension: ".xar"
351
356
  },
357
+ {
358
+ name: "com.microsoft.cab-archive",
359
+ conformsTo: ["public.archive", "public.data"],
360
+ fileNameExtension: ".cab",
361
+ mimeType: "application/vnd.ms-cab-compressed"
362
+ },
352
363
  {
353
364
  name: "public.xz-archive",
354
365
  conformsTo: "public.archive",
@@ -394,7 +405,7 @@ export default [
394
405
  name: "public.deb-archive",
395
406
  conformsTo: "public.ar-archive",
396
407
  fileNameExtension: ".deb",
397
- mimeType: "application/vnd.debian.binary-package"
408
+ mimeType: ["application/vnd.debian.binary-package", "application/x-deb"]
398
409
  },
399
410
  {
400
411
  name: "public.arch-linux-archive",