uti 8.11.0 → 8.11.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": "8.11.0",
3
+ "version": "8.11.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -134,6 +134,11 @@ export default [
134
134
  conformsTo: "public.data",
135
135
  fileNameExtension: ".log"
136
136
  },
137
+ {
138
+ name: "systemd.journal",
139
+ conformsTo: "public.log",
140
+ mimeType: "application/vnd.fdo.journal"
141
+ },
137
142
  {
138
143
  name: "public.file-url",
139
144
  conformsTo: "public.url"
@@ -36,18 +36,18 @@ declare const _default: ({
36
36
  } | {
37
37
  name: string;
38
38
  conformsTo: string;
39
- fileNameExtension: string[];
40
39
  mimeType: string;
40
+ fileNameExtension?: undefined;
41
41
  } | {
42
42
  name: string;
43
43
  conformsTo: string;
44
- fileNameExtension: string;
45
- mimeType: string[];
44
+ fileNameExtension: string[];
45
+ mimeType: string;
46
46
  } | {
47
47
  name: string;
48
48
  conformsTo: string;
49
- mimeType: string;
50
- fileNameExtension?: undefined;
49
+ fileNameExtension: string;
50
+ mimeType: string[];
51
51
  } | {
52
52
  name: string;
53
53
  conformsTo: string;