ac-file-extensions 2.0.18 → 2.0.19

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,4 +1,12 @@
1
1
 
2
+ ## [2.0.19](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.18..v2.0.19) (2026-02-26 16:18:51)
3
+
4
+
5
+ ### Bug Fix
6
+
7
+ * **App:** add matz file extension | VD | [63c4364b8d160e846b36d20240d8290dae221c7b](https://github.com/admiralcloud/ac-file-extensions/commit/63c4364b8d160e846b36d20240d8290dae221c7b)
8
+ add matz file extension
9
+
2
10
  ## [2.0.18](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.17..v2.0.18) (2026-02-24 16:11:59)
3
11
 
4
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.18",
4
+ "version": "2.0.19",
5
5
  "description": "Creates a list of file extensions and their \"real\" names",
6
6
  "main": "index.js",
7
7
  "scripts": {
package/sources/m.json CHANGED
@@ -59,6 +59,11 @@
59
59
  "name": "ASP.NET Master Page",
60
60
  "mimetype": "application/xml"
61
61
  },
62
+ {
63
+ "ext": "matz",
64
+ "name": "Material attribute package used by ARCHICAD",
65
+ "mimetype": "application/vnd.graphisoft.archicad.matz"
66
+ },
62
67
  {
63
68
  "ext": "mht",
64
69
  "name": "MHTML Web Archive",