ac-file-extensions 2.0.11 → 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 +24 -2
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,36 @@
|
|
|
1
1
|
|
|
2
|
-
## [2.0.
|
|
2
|
+
## [2.0.13](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.12..v2.0.13) (2025-09-19 05:12:00)
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
### Bug Fix
|
|
6
6
|
|
|
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)
|
|
7
10
|
* **App:** update mimetype of ai to Adobe recommended application/illustrator | VD | [f3896a0dfb237346961d27c5e6e4ad65c1eabd08](https://github.com/admiralcloud/ac-file-extensions/commit/f3896a0dfb237346961d27c5e6e4ad65c1eabd08)
|
|
8
11
|
update mimetype of ai to Adobe recommended application/illustrator
|
|
9
12
|
### Chores
|
|
10
13
|
|
|
11
|
-
* **release:** v2.0.
|
|
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
|
+
|
|
12
34
|
|
|
13
35
|
<a name="2.0.10"></a>
|
|
14
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.
|
|
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.
|
|
17
|
+
"ac-semantic-release": "^0.4.8",
|
|
18
18
|
"lodash": "^4.17.21"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"eslint": "^9.
|
|
22
|
-
}
|
|
21
|
+
"eslint": "^9.35.0"
|
|
22
|
+
},
|
|
23
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
23
24
|
}
|