ac-file-extensions 2.0.10 → 2.0.13

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,17 +1,36 @@
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.13](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.12..v2.0.13) (2025-09-19 05:12:00)
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:** Fix after merge conflict | MP | [c33b2925b0f0851f528439a80083761781cb9d21](https://github.com/admiralcloud/ac-file-extensions/commit/c33b2925b0f0851f528439a80083761781cb9d21)
8
+ Fix after merge conflict
9
+ Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
10
+ * **App:** update mimetype of ai to Adobe recommended application/illustrator | VD | [f3896a0dfb237346961d27c5e6e4ad65c1eabd08](https://github.com/admiralcloud/ac-file-extensions/commit/f3896a0dfb237346961d27c5e6e4ad65c1eabd08)
11
+ update mimetype of ai to Adobe recommended application/illustrator
12
12
  ### Chores
13
13
 
14
- * **release:** v2.0.10 [ci skip] | [b3956a8c48fb926fc4c4ef5e2d31dbdaa02bcf46](https://github.com/admiralcloud/ac-file-extensions/commit/b3956a8c48fb926fc4c4ef5e2d31dbdaa02bcf46)
14
+ * **release:** v2.0.11 [ci skip] | [ccc2f377d5136ae8ffe703bcc72037fbe1da18bb](https://github.com/admiralcloud/ac-file-extensions/commit/ccc2f377d5136ae8ffe703bcc72037fbe1da18bb)
15
+
16
+
17
+ ## [2.0.12](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.11..v2.0.12) (2025-09-19 05:06:32)
18
+
19
+
20
+ ### Bug Fix
21
+
22
+ * **App:** Package updates | MP | [6c8b2c0e94256e8df17b2b9160b6acbe146a8286](https://github.com/admiralcloud/ac-file-extensions/commit/6c8b2c0e94256e8df17b2b9160b6acbe146a8286)
23
+ Package updates
24
+ Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
25
+
26
+ ## [2.0.11](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.10..v2.0.11) (2025-08-01 14:47:56)
27
+
28
+
29
+ ### Bug Fix
30
+
31
+ * **App:** update mimetype of ai to Adobe recommended application/illustrator | VD | [f3896a0dfb237346961d27c5e6e4ad65c1eabd08](https://github.com/admiralcloud/ac-file-extensions/commit/f3896a0dfb237346961d27c5e6e4ad65c1eabd08)
32
+ update mimetype of ai to Adobe recommended application/illustrator
33
+
15
34
 
16
35
  <a name="2.0.10"></a>
17
36
 
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.13",
5
5
  "description": "Creates a list of file extensions and their \"real\" names",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -14,10 +14,11 @@
14
14
  ],
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "ac-semantic-release": "^0.4.2",
17
+ "ac-semantic-release": "^0.4.8",
18
18
  "lodash": "^4.17.21"
19
19
  },
20
20
  "devDependencies": {
21
- "eslint": "^8.53.0"
22
- }
21
+ "eslint": "^9.35.0"
22
+ },
23
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
23
24
  }
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",