@uniformdev/files 19.214.1-alpha.32 → 20.0.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/dist/index.d.mts +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.esm.js +1 -3
- package/dist/index.js +1 -3
- package/dist/index.mjs +1 -3
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -58,9 +58,7 @@ var FILE_TYPES_IMAGE = [
|
|
|
58
58
|
".svg",
|
|
59
59
|
".webp",
|
|
60
60
|
".apng",
|
|
61
|
-
// AVIF is here for backwards compatibility reasons,
|
|
62
|
-
// out as Cloudflare does not support it as an input format, but it used to be
|
|
63
|
-
// allowed so it continues to be.
|
|
61
|
+
// AVIF is here for backwards compatibility reasons, as we used to allow it
|
|
64
62
|
".avif"
|
|
65
63
|
];
|
|
66
64
|
var FILE_MIME_TYPES_IMAGE = [
|
package/dist/index.js
CHANGED
|
@@ -99,9 +99,7 @@ var FILE_TYPES_IMAGE = [
|
|
|
99
99
|
".svg",
|
|
100
100
|
".webp",
|
|
101
101
|
".apng",
|
|
102
|
-
// AVIF is here for backwards compatibility reasons,
|
|
103
|
-
// out as Cloudflare does not support it as an input format, but it used to be
|
|
104
|
-
// allowed so it continues to be.
|
|
102
|
+
// AVIF is here for backwards compatibility reasons, as we used to allow it
|
|
105
103
|
".avif"
|
|
106
104
|
];
|
|
107
105
|
var FILE_MIME_TYPES_IMAGE = [
|
package/dist/index.mjs
CHANGED
|
@@ -58,9 +58,7 @@ var FILE_TYPES_IMAGE = [
|
|
|
58
58
|
".svg",
|
|
59
59
|
".webp",
|
|
60
60
|
".apng",
|
|
61
|
-
// AVIF is here for backwards compatibility reasons,
|
|
62
|
-
// out as Cloudflare does not support it as an input format, but it used to be
|
|
63
|
-
// allowed so it continues to be.
|
|
61
|
+
// AVIF is here for backwards compatibility reasons, as we used to allow it
|
|
64
62
|
".avif"
|
|
65
63
|
];
|
|
66
64
|
var FILE_MIME_TYPES_IMAGE = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/files",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.0",
|
|
4
4
|
"description": "Uniform Files helpers",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@uniformdev/context": "
|
|
39
|
+
"@uniformdev/context": "20.0.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "0b9d400da380979e899844d2c900fc05f2f34af8"
|
|
42
42
|
}
|