ac-file-extensions 2.0.19 → 2.0.23

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,40 @@
1
+ ## [2.0.23](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.22..v2.0.23) (2026-04-24 18:54:26)
2
+
3
+
4
+ ### Bug Fix
5
+
6
+
7
+ * **App:** Package updates | MP | [d34a783a3381b98f02124abd2e14288a10932cea](https://github.com/admiralcloud/ac-file-extensions/commit/d34a783a3381b98f02124abd2e14288a10932cea)
8
+ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9
+ ## [2.0.22](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.21..v2.0.22) (2026-04-04 08:57:17)
10
+
11
+
12
+ ### Bug Fix
13
+
14
+
15
+ * **App:** Package updates | MP | [63bfe612705a52fdfe51229be009674a9e428efc](https://github.com/admiralcloud/ac-file-extensions/commit/63bfe612705a52fdfe51229be009674a9e428efc)
16
+ Package updates
17
+ Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
18
+
19
+ ## [2.0.21](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.20..v2.0.21) (2026-03-21 11:41:21)
20
+
21
+
22
+ ### Bug Fix
23
+
24
+ * **App:** add matz file extension | VD | [63c4364b8d160e846b36d20240d8290dae221c7b](https://github.com/admiralcloud/ac-file-extensions/commit/63c4364b8d160e846b36d20240d8290dae221c7b)
25
+ add matz file extension
26
+ ### Chores
27
+
28
+ * **release:** v2.0.19 [ci skip] | [d53d41e808030c3fd921122f050af1528eef0157](https://github.com/admiralcloud/ac-file-extensions/commit/d53d41e808030c3fd921122f050af1528eef0157)
29
+
30
+
31
+ ## [2.0.20](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.19..v2.0.20) (2026-03-21 11:39:22)
32
+
33
+ ### Bug Fix
34
+
35
+ * **Misc:** Package updates | MP | [b470fd23e6c9d3d13cae131805a08ab55ebcbb6b](https://github.com/admiralcloud/ac-file-extensions/commit/b470fd23e6c9d3d13cae131805a08ab55ebcbb6b)
36
+ Package updates
37
+ Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
1
38
 
2
39
  ## [2.0.19](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.18..v2.0.19) (2026-02-26 16:18:51)
3
40
 
package/README.md CHANGED
@@ -5,6 +5,8 @@ Use it to determine mimetype from extenstion, a prettyfied name or vice versa.
5
5
 
6
6
  Currently support more than 300 file types.
7
7
 
8
+ [![CodeQL](https://github.com/AdmiralCloud/ac-file-extensions/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/AdmiralCloud/ac-file-extensions/actions/workflows/github-code-scanning/codeql)
9
+
8
10
  # BREAKING CHANGES Version 2
9
11
  If you upgrade to version 2, please note that there a breaking changes. While version 1 only provided a list of file extensions, version 2 can be used to easily query extensions.
10
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ac-file-extensions",
3
3
  "repository": "https://github.com/AdmiralCloud/ac-file-extensions",
4
- "version": "2.0.19",
4
+ "version": "2.0.23",
5
5
  "description": "Creates a list of file extensions and their \"real\" names",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -14,12 +14,12 @@
14
14
  ],
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "ac-semantic-release": "^0.4.10",
18
- "lodash": "^4.17.23"
17
+ "ac-semantic-release": "^1.0.2",
18
+ "lodash": "^4.18.1"
19
19
  },
20
20
  "devDependencies": {
21
- "eslint": "^10.0.2",
22
- "globals": "^17.3.0"
21
+ "eslint": "^10.2.1",
22
+ "globals": "^17.5.0"
23
23
  },
24
24
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
25
25
  }