ac-file-extensions 2.0.18 → 2.0.21
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 +28 -0
- package/package.json +3 -3
- package/sources/m.json +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
|
|
2
|
+
## [2.0.21](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.20..v2.0.21) (2026-03-21 11:41:21)
|
|
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
|
+
### Chores
|
|
10
|
+
|
|
11
|
+
* **release:** v2.0.19 [ci skip] | [d53d41e808030c3fd921122f050af1528eef0157](https://github.com/admiralcloud/ac-file-extensions/commit/d53d41e808030c3fd921122f050af1528eef0157)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.0.20](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.19..v2.0.20) (2026-03-21 11:39:22)
|
|
15
|
+
|
|
16
|
+
### Bug Fix
|
|
17
|
+
|
|
18
|
+
* **Misc:** Package updates | MP | [b470fd23e6c9d3d13cae131805a08ab55ebcbb6b](https://github.com/admiralcloud/ac-file-extensions/commit/b470fd23e6c9d3d13cae131805a08ab55ebcbb6b)
|
|
19
|
+
Package updates
|
|
20
|
+
Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
|
|
21
|
+
|
|
22
|
+
## [2.0.19](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.18..v2.0.19) (2026-02-26 16:18:51)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fix
|
|
26
|
+
|
|
27
|
+
* **App:** add matz file extension | VD | [63c4364b8d160e846b36d20240d8290dae221c7b](https://github.com/admiralcloud/ac-file-extensions/commit/63c4364b8d160e846b36d20240d8290dae221c7b)
|
|
28
|
+
add matz file extension
|
|
29
|
+
|
|
2
30
|
## [2.0.18](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.17..v2.0.18) (2026-02-24 16:11:59)
|
|
3
31
|
|
|
4
32
|
|
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.
|
|
4
|
+
"version": "2.0.21",
|
|
5
5
|
"description": "Creates a list of file extensions and their \"real\" names",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"lodash": "^4.17.23"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"eslint": "^10.0
|
|
22
|
-
"globals": "^17.
|
|
21
|
+
"eslint": "^10.1.0",
|
|
22
|
+
"globals": "^17.4.0"
|
|
23
23
|
},
|
|
24
24
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
25
25
|
}
|
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",
|