ac-file-extensions 2.0.8 → 2.0.10
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 +36 -0
- package/package.json +2 -2
- package/sources/c.json +5 -0
- package/sources/d.json +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
<a name="2.0.10"></a>
|
|
2
|
+
|
|
3
|
+
## [2.0.10](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.9..v2.0.10) (2024-07-22 09:58:33)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fix
|
|
7
|
+
|
|
8
|
+
* **App:** add cclibs file extentsion | VD | [2390f4adcef14068b253d12372da8aa5a4cc3b48](https://github.com/admiralcloud/ac-file-extensions/commit/2390f4adcef14068b253d12372da8aa5a4cc3b48)
|
|
9
|
+
add cclibs file extension
|
|
10
|
+
fix package with high vulnarability
|
|
11
|
+
Related issues: [AC-5803/issues#undefined](https://github.com/AC-5803/issues/undefined)
|
|
12
|
+
### Chores
|
|
13
|
+
|
|
14
|
+
* **release:** v2.0.10 [ci skip] | [b3956a8c48fb926fc4c4ef5e2d31dbdaa02bcf46](https://github.com/admiralcloud/ac-file-extensions/commit/b3956a8c48fb926fc4c4ef5e2d31dbdaa02bcf46)
|
|
15
|
+
|
|
16
|
+
<a name="2.0.10"></a>
|
|
17
|
+
|
|
18
|
+
## [2.0.10](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.9..v2.0.10) (2024-07-17 13:44:50)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fix
|
|
22
|
+
|
|
23
|
+
* **App:** add cclibs file extentsion | VD | [2390f4adcef14068b253d12372da8aa5a4cc3b48](https://github.com/admiralcloud/ac-file-extensions/commit/2390f4adcef14068b253d12372da8aa5a4cc3b48)
|
|
24
|
+
add cclibs file extension
|
|
25
|
+
fix package with high vulnarability
|
|
26
|
+
Related issues: [AC-5803/issues#undefined](https://github.com/AC-5803/issues/undefined)
|
|
27
|
+
<a name="2.0.9"></a>
|
|
28
|
+
|
|
29
|
+
## [2.0.9](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.8..v2.0.9) (2024-06-03 15:29:36)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fix
|
|
33
|
+
|
|
34
|
+
* **App:** Add DWG file extension | VD | [38aac39cd5ea0653bc49f5c3079e5b118032de69](https://github.com/admiralcloud/ac-file-extensions/commit/38aac39cd5ea0653bc49f5c3079e5b118032de69)
|
|
35
|
+
Add DWG file extension
|
|
36
|
+
Related issues: [browse/AC-2653#AC-2653](https://admiralcloud.atlassian.net/browse/AC-2653)
|
|
1
37
|
<a name="2.0.8"></a>
|
|
2
38
|
|
|
3
39
|
## [2.0.8](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.7..v2.0.8) (2023-12-20 12:51:03)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ac-file-extensions",
|
|
3
|
-
"repository": "
|
|
4
|
-
"version": "2.0.
|
|
3
|
+
"repository": "https://github.com/AdmiralCloud/ac-file-extensions",
|
|
4
|
+
"version": "2.0.10",
|
|
5
5
|
"description": "Creates a list of file extensions and their \"real\" names",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
package/sources/c.json
CHANGED