ac-file-extensions 2.0.2 → 2.0.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ <a name="2.0.3"></a>
2
+
3
+ ## [2.0.3](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.2..v2.0.3) (2022-01-21 13:14:24)
4
+
5
+
6
+ ### Bug Fix
7
+
8
+ * **App:** Fix mimetype for AVIF extension | VD | [48b65b6a070710e2d376ba23a2f9e698df67222d](https://github.com/admiralcloud/ac-file-extensions/commit/48b65b6a070710e2d376ba23a2f9e698df67222d)
9
+ Fix mimetype for AVIF extension
1
10
  <a name="2.0.2"></a>
2
11
 
3
12
  ## [2.0.2](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.1..v2.0.2) (2022-01-20 15:25:01)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ac-file-extensions",
3
3
  "repository": "admiralcloud/ac-file-extensions",
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "description": "Creates a list of file extensions and their \"real\" names",
6
6
  "main": "index.js",
7
7
  "scripts": {
package/sources/a.json CHANGED
@@ -107,6 +107,6 @@
107
107
  {
108
108
  "ext": "avif",
109
109
  "name": "AV1 Image file Format",
110
- "mimetype": "video/avif"
110
+ "mimetype": "image/avif"
111
111
  }
112
112
  ]