ac-file-extensions 2.0.9 → 2.0.11

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,26 @@
1
+
2
+ ## [2.0.11](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.10..v2.0.11) (2025-08-01 14:47:56)
3
+
4
+
5
+ ### Bug Fix
6
+
7
+ * **App:** update mimetype of ai to Adobe recommended application/illustrator | VD | [f3896a0dfb237346961d27c5e6e4ad65c1eabd08](https://github.com/admiralcloud/ac-file-extensions/commit/f3896a0dfb237346961d27c5e6e4ad65c1eabd08)
8
+ update mimetype of ai to Adobe recommended application/illustrator
9
+ ### Chores
10
+
11
+ * **release:** v2.0.10 [ci skip] | [b3956a8c48fb926fc4c4ef5e2d31dbdaa02bcf46](https://github.com/admiralcloud/ac-file-extensions/commit/b3956a8c48fb926fc4c4ef5e2d31dbdaa02bcf46)
12
+
13
+ <a name="2.0.10"></a>
14
+
15
+ ## [2.0.10](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.9..v2.0.10) (2024-07-17 13:44:50)
16
+
17
+
18
+ ### Bug Fix
19
+
20
+ * **App:** add cclibs file extentsion | VD | [2390f4adcef14068b253d12372da8aa5a4cc3b48](https://github.com/admiralcloud/ac-file-extensions/commit/2390f4adcef14068b253d12372da8aa5a4cc3b48)
21
+ add cclibs file extension
22
+ fix package with high vulnarability
23
+ Related issues: [AC-5803/issues#undefined](https://github.com/AC-5803/issues/undefined)
1
24
  <a name="2.0.9"></a>
2
25
 
3
26
  ## [2.0.9](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.8..v2.0.9) (2024-06-03 15:29:36)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ac-file-extensions",
3
- "repository": "admiralcloud/ac-file-extensions",
4
- "version": "2.0.9",
3
+ "repository": "https://github.com/AdmiralCloud/ac-file-extensions",
4
+ "version": "2.0.11",
5
5
  "description": "Creates a list of file extensions and their \"real\" names",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -14,10 +14,10 @@
14
14
  ],
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "ac-semantic-release": "^0.4.2",
17
+ "ac-semantic-release": "^0.4.6",
18
18
  "lodash": "^4.17.21"
19
19
  },
20
20
  "devDependencies": {
21
- "eslint": "^8.53.0"
21
+ "eslint": "^9.32.0"
22
22
  }
23
23
  }
package/sources/a.json CHANGED
@@ -2,7 +2,7 @@
2
2
  {
3
3
  "ext": "ai",
4
4
  "name": "Adobe Illustrator",
5
- "mimetype": "application/postscript"
5
+ "mimetype": "application/illustrator"
6
6
  },
7
7
  {
8
8
  "ext": "aa",
package/sources/c.json CHANGED
@@ -4,6 +4,11 @@
4
4
  "name": "Catalog",
5
5
  "mimetype": "application/vnd.ms-pki.seccat"
6
6
  },
7
+ {
8
+ "ext": "cclibs",
9
+ "name": "CC Libraries",
10
+ "mimetype": "application/vnd.adobe.library+dcxucf"
11
+ },
7
12
  {
8
13
  "ext": "cd",
9
14
  "name": "Visual Studio Class Diagram",