ac-file-extensions 2.0.15 → 2.0.17
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 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
|
|
2
|
-
## [2.0.
|
|
2
|
+
## [2.0.17](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.16..v2.0.17) (2026-01-23 13:41:16)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fix
|
|
3
6
|
|
|
7
|
+
* **App:** Package updates | MP | [8e0990661628d9d208d0964f26846d7d6d0c4c8e](https://github.com/admiralcloud/ac-file-extensions/commit/8e0990661628d9d208d0964f26846d7d6d0c4c8e)
|
|
8
|
+
Package updates
|
|
9
|
+
Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
|
|
10
|
+
* **App:** add more cad file mimetypes | VD | [09a90420e85205edec7eb03cd99d6d650fa11417](https://github.com/admiralcloud/ac-file-extensions/commit/09a90420e85205edec7eb03cd99d6d650fa11417)
|
|
11
|
+
add more cad file mimetypes
|
|
12
|
+
Related issues:
|
|
13
|
+
* **App:** add step/dxf file extensions | VD | [a9dd73eb0fc08988e5be61b8c4c3aefd58b202a9](https://github.com/admiralcloud/ac-file-extensions/commit/a9dd73eb0fc08988e5be61b8c4c3aefd58b202a9)
|
|
14
|
+
add step/dxf file extensions
|
|
15
|
+
Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
|
|
16
|
+
### Chores
|
|
17
|
+
|
|
18
|
+
* **release:** v2.0.15 [ci skip] | [b6fd313a9cd36371ddee7cb4c6ae889402499a28](https://github.com/admiralcloud/ac-file-extensions/commit/b6fd313a9cd36371ddee7cb4c6ae889402499a28)
|
|
19
|
+
|
|
20
|
+
* **release:** v2.0.14 [ci skip] | [d7b146dd9251b43f1084bdc370d3e3dd8acd8e00](https://github.com/admiralcloud/ac-file-extensions/commit/d7b146dd9251b43f1084bdc370d3e3dd8acd8e00)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [2.0.16](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.15..v2.0.16) (2026-01-23 13:38:07)
|
|
24
|
+
|
|
25
|
+
### Bug Fix
|
|
26
|
+
|
|
27
|
+
* **App:** Package updates | MP | [89942de8679c6eed6a267e761c18da8c9a9ac6f9](https://github.com/admiralcloud/ac-file-extensions/commit/89942de8679c6eed6a267e761c18da8c9a9ac6f9)
|
|
28
|
+
Package updates
|
|
29
|
+
|
|
30
|
+
## [2.0.15](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.14..v2.0.15) (2025-11-12 16:47:25)
|
|
4
31
|
|
|
5
32
|
### Bug Fix
|
|
6
33
|
|
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.17",
|
|
5
5
|
"description": "Creates a list of file extensions and their \"real\" names",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
},
|
|
11
11
|
"author": "Mark Poepping (https://www.admiralcloud.com)",
|
|
12
12
|
"contributors": [
|
|
13
|
-
"
|
|
13
|
+
"Virginijus Digrys/AdmiralCloud"
|
|
14
14
|
],
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"ac-semantic-release": "^0.4.
|
|
18
|
-
"lodash": "^4.17.
|
|
17
|
+
"ac-semantic-release": "^0.4.10",
|
|
18
|
+
"lodash": "^4.17.23"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"eslint": "^9.
|
|
21
|
+
"eslint": "^9.39.2"
|
|
22
22
|
},
|
|
23
23
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
24
24
|
}
|