uti 8.7.4 → 8.8.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 +4 -4
- package/src/well-known-utis.mjs +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uti",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.8.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"ava": "^6.3.0",
|
|
42
|
-
"browser-ava": "^2.3.
|
|
42
|
+
"browser-ava": "^2.3.31",
|
|
43
43
|
"c8": "^10.1.3",
|
|
44
44
|
"documentation": "^14.0.3",
|
|
45
|
-
"semantic-release": "^24.2.
|
|
45
|
+
"semantic-release": "^24.2.4",
|
|
46
46
|
"typescript": "^5.8.3"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
|
-
"node": ">=22.15.
|
|
49
|
+
"node": ">=22.15.1",
|
|
50
50
|
"bun": ">=1.2.12"
|
|
51
51
|
},
|
|
52
52
|
"repository": {
|
package/src/well-known-utis.mjs
CHANGED
|
@@ -439,6 +439,11 @@ export default [
|
|
|
439
439
|
mimeType: "application/wasm",
|
|
440
440
|
fileNameExtension: ".wasm"
|
|
441
441
|
},
|
|
442
|
+
{
|
|
443
|
+
name: "public.wasm-text",
|
|
444
|
+
conformsTo: ["public.text"],
|
|
445
|
+
fileNameExtension: ".wat"
|
|
446
|
+
},
|
|
442
447
|
{
|
|
443
448
|
name: "com.apple.application-bundle",
|
|
444
449
|
conformsTo: "com.apple.application",
|
|
@@ -565,7 +570,7 @@ export default [
|
|
|
565
570
|
},
|
|
566
571
|
{
|
|
567
572
|
name: "public.mdx",
|
|
568
|
-
conformsTo: ["net.daringfireball.markdown","public.jsx"],
|
|
573
|
+
conformsTo: ["net.daringfireball.markdown", "public.jsx"],
|
|
569
574
|
fileNameExtension: [".mdx"],
|
|
570
575
|
mimeType: "text/mdx"
|
|
571
576
|
},
|