uti 8.10.5 → 8.10.7

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.10.5",
3
+ "version": "8.10.7",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -40,10 +40,10 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "ava": "^6.4.1",
43
- "browser-ava": "^2.3.50",
43
+ "browser-ava": "^2.3.53",
44
44
  "c8": "^10.1.3",
45
45
  "documentation": "^14.0.3",
46
- "semantic-release": "^25.0.2",
46
+ "semantic-release": "^25.0.3",
47
47
  "typescript": "^5.9.3"
48
48
  },
49
49
  "engines": {
@@ -63,7 +63,7 @@ export default [
63
63
  conformsTo: ["public.executable", "public.data"],
64
64
  fileNameExtension: ".node"
65
65
  },
66
- {
66
+ {
67
67
  name: "public.bare-dynamic-link-library",
68
68
  conformsTo: ["public.executable", "public.data"],
69
69
  fileNameExtension: ".bare"
@@ -148,7 +148,7 @@ export default [
148
148
  conformsTo: "public.plain-text"
149
149
  },
150
150
  {
151
- name: "public.utf16-external-plain-​text",
151
+ name: "public.utf16-external-plain-text",
152
152
  conformsTo: "public.plain-text"
153
153
  },
154
154
  {
@@ -749,7 +749,7 @@ export default [
749
749
  },
750
750
  {
751
751
  name: "public.webmanifest",
752
- conformsTo: "public.json",
752
+ conformsTo: ["public.json", "public.configuration"],
753
753
  fileNameExtension: ".webmanifest",
754
754
  mimeType: "application/manifest+json"
755
755
  },
@@ -765,10 +765,12 @@ export default [
765
765
  },
766
766
  {
767
767
  name: "public.c-plus-plus-header",
768
+ conformsTo: "public.source-code",
768
769
  fileNameExtension: [".hh", ".hp", ".hpp", ".hxx", ".h++", ".ipp"]
769
770
  },
770
771
  {
771
772
  name: "public.c-plus-plus-source",
773
+ conformsTo: "public.source-code",
772
774
  fileNameExtension: [".cc", ".cp", ".cpp", ".cxx", ".c++"]
773
775
  }
774
776
  ];
@@ -73,10 +73,5 @@ declare const _default: ({
73
73
  conformsTo: string[];
74
74
  mimeType: string;
75
75
  fileNameExtension: string[];
76
- } | {
77
- name: string;
78
- fileNameExtension: string[];
79
- conformsTo?: undefined;
80
- mimeType?: undefined;
81
76
  })[];
82
77
  export default _default;