ac-file-extensions 2.0.1 → 2.0.2

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.2"></a>
2
+
3
+ ## [2.0.2](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.1..v2.0.2) (2022-01-20 15:25:01)
4
+
5
+
6
+ ### Bug Fix
7
+
8
+ * **App:** Add support for avif extension | VD | [064b109d53237f32bbeeb1dc70c51d107a76e694](https://github.com/admiralcloud/ac-file-extensions/commit/064b109d53237f32bbeeb1dc70c51d107a76e694)
9
+ Add support for avif extension
1
10
  <a name="2.0.1"></a>
2
11
 
3
12
  ## [2.0.1](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.0..v2.0.1) (2022-01-20 13:21:55)
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.1",
4
+ "version": "2.0.2",
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
@@ -103,5 +103,10 @@
103
103
  "ext": "avi",
104
104
  "name": "Audio Video Interleave",
105
105
  "mimetype": "video/avi"
106
+ },
107
+ {
108
+ "ext": "avif",
109
+ "name": "AV1 Image file Format",
110
+ "mimetype": "video/avif"
106
111
  }
107
112
  ]