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 +3 -6
- package/package.json +3 -3
- package/sources/a.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
-
<a name="2.0.10"></a>
|
|
2
1
|
|
|
3
|
-
## [2.0.
|
|
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:**
|
|
9
|
-
|
|
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.
|
|
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.
|
|
17
|
+
"ac-semantic-release": "^0.4.6",
|
|
18
18
|
"lodash": "^4.17.21"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"eslint": "^
|
|
21
|
+
"eslint": "^9.32.0"
|
|
22
22
|
}
|
|
23
23
|
}
|