Skip to content

Commit cc8ee6f

Browse files
fix(mime): revert jpeg extension overrides
1 parent 1d70c04 commit cc8ee6f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/mime/src/generated.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// thing:no-export
22
/**
3-
* generated @ 2024-02-17T12:09:59.003Z - DO NOT EDIT!
3+
* generated @ 2024-03-06T07:29:07.234Z - DO NOT EDIT!
44
*
55
* @internal
66
*/
@@ -421,7 +421,7 @@ export const DB: Record<string, Record<string, string>> = {
421421
ief: "ief",
422422
jls: "jls",
423423
jp2: "jp2,jpg2",
424-
jpeg: "jpg,jpeg,jpe",
424+
jpeg: "jpeg,jpg,jpe",
425425
jph: "jph",
426426
jphc: "jhc",
427427
jpm: "jpm,jpgm",

packages/mime/tools/convert.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ const dest: IObjectOf<IObjectOf<string>> = {
6565
aac: "aac,adts",
6666
},
6767
image: {
68-
jpeg: "jpg,jpeg,jpe",
6968
// https://github.com/phoboslab/qoi/issues/167
7069
qoi: "qoi",
7170
// http://fileformats.archiveteam.org/wiki/Radiance_HDR

0 commit comments

Comments
 (0)