@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 CHANGED
@@ -68,8 +68,6 @@ interface paths {
68
68
  requestBody: {
69
69
  content: {
70
70
  "application/json": {
71
- /** Format: uuid */
72
- id?: string;
73
71
  /** Format: uuid */
74
72
  projectId?: string;
75
73
  sourceId?: string;
package/dist/index.d.ts CHANGED
@@ -68,8 +68,6 @@ interface paths {
68
68
  requestBody: {
69
69
  content: {
70
70
  "application/json": {
71
- /** Format: uuid */
72
- id?: string;
73
71
  /** Format: uuid */
74
72
  projectId?: string;
75
73
  sourceId?: string;
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, ideally we would throw it
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, ideally we would throw it
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, ideally we would throw it
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": "19.214.1-alpha.32+fb2084b713",
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": "19.214.1-alpha.32+fb2084b713"
39
+ "@uniformdev/context": "20.0.0"
40
40
  },
41
- "gitHead": "fb2084b713e551eb79a28c6d8a372f3b3038d02e"
41
+ "gitHead": "0b9d400da380979e899844d2c900fc05f2f34af8"
42
42
  }