ac-file-extensions 1.2.0 → 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/package.json CHANGED
@@ -1,22 +1,23 @@
1
1
  {
2
2
  "name": "ac-file-extensions",
3
- "version": "1.2.0",
3
+ "repository": "admiralcloud/ac-file-extensions",
4
+ "version": "2.0.2",
4
5
  "description": "Creates a list of file extensions and their \"real\" names",
5
6
  "main": "index.js",
6
7
  "scripts": {
7
8
  "test": "echo \"Error: no test specified\" && exit 1",
8
9
  "postinstall": "node createFile.js"
9
10
  },
10
- "author": "Mark Poepping/mmpro",
11
+ "author": "Mark Poepping (https://www.admiralcloud.com)",
11
12
  "contributors": [
12
- "Florian Timme/mmpro"
13
+ "Florian Timme/AdmiralCloud"
13
14
  ],
14
15
  "license": "MIT",
15
16
  "dependencies": {
16
- "ac-semantic-release": "^0.2.5",
17
- "lodash": "^4.17.20"
17
+ "ac-semantic-release": "^0.2.7",
18
+ "lodash": "^4.17.21"
18
19
  },
19
20
  "devDependencies": {
20
- "eslint": "^7.12.1"
21
+ "eslint": "^8.2.0"
21
22
  }
22
23
  }
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
  ]
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",