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.
|
|
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.
|
|
43
|
+
"browser-ava": "^2.3.53",
|
|
44
44
|
"c8": "^10.1.3",
|
|
45
45
|
"documentation": "^14.0.3",
|
|
46
|
-
"semantic-release": "^25.0.
|
|
46
|
+
"semantic-release": "^25.0.3",
|
|
47
47
|
"typescript": "^5.9.3"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|
package/src/well-known-utis.mjs
CHANGED
|
@@ -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
|
|
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
|
];
|