ac-file-extensions 2.0.10 → 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,14 +1,11 @@
1
- <a name="2.0.10"></a>
2
1
 
3
- ## [2.0.10](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.9..v2.0.10) (2024-07-22 09:58:33)
2
+ ## [2.0.11](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.10..v2.0.11) (2025-08-01 14:47:56)
4
3
 
5
4
 
6
5
  ### Bug Fix
7
6
 
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)
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
12
9
  ### Chores
13
10
 
14
11
  * **release:** v2.0.10 [ci skip] | [b3956a8c48fb926fc4c4ef5e2d31dbdaa02bcf46](https://github.com/admiralcloud/ac-file-extensions/commit/b3956a8c48fb926fc4c4ef5e2d31dbdaa02bcf46)
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.10",
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",