ac-file-extensions 2.0.0 → 2.0.1

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,13 @@
1
+ <a name="2.0.1"></a>
2
+
3
+ ## [2.0.1](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.0..v2.0.1) (2022-01-20 13:21:55)
4
+
5
+
6
+ ### Bug Fix
7
+
8
+ * **App:** Add support for webp extension | VD | [8dc0e60eafb745130ad6e0e209d19c73a47218d6](https://github.com/admiralcloud/ac-file-extensions/commit/8dc0e60eafb745130ad6e0e209d19c73a47218d6)
9
+ Add support for webp extension
10
+ Related issues: [browse/AC-2507#AC-2507](https://admiralcloud.atlassian.net/browse/AC-2507)
1
11
  <a name="2.0.0"></a>
2
12
 
3
13
  # [2.0.0](https://github.com/admiralcloud/ac-file-extensions/compare/v1.2.1..v2.0.0) (2021-11-06 14:48:05)
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.0",
4
+ "version": "2.0.1",
5
5
  "description": "Creates a list of file extensions and their \"real\" names",
6
6
  "main": "index.js",
7
7
  "scripts": {
package/sources/w.json CHANGED
@@ -39,6 +39,11 @@
39
39
  "name": "Multimedia Container",
40
40
  "mimetype": "video/webm"
41
41
  },
42
+ {
43
+ "ext": "webp",
44
+ "name": "Web picture format",
45
+ "mimetype": "image/webp"
46
+ },
42
47
  {
43
48
  "ext": "wiz",
44
49
  "name": "Microsoft Wizard",