ac-file-extensions 2.0.5 → 2.0.7
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 +25 -0
- package/package.json +3 -3
- package/sources/c.json +5 -0
- package/sources/i.json +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
<a name="2.0.7"></a>
|
|
2
|
+
|
|
3
|
+
## [2.0.7](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.6..v2.0.7) (2023-11-16 13:19:46)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fix
|
|
7
|
+
|
|
8
|
+
* **App:** add idml format | VD | [08b724ea02473019cd86e54a8fe8365db6f1d7e3](https://github.com/admiralcloud/ac-file-extensions/commit/08b724ea02473019cd86e54a8fe8365db6f1d7e3)
|
|
9
|
+
add idml format
|
|
10
|
+
Related issues: [browse/AC-5096#AC-5096](https://admiralcloud.atlassian.net/browse/AC-5096)
|
|
11
|
+
<a name="2.0.6"></a>
|
|
12
|
+
|
|
13
|
+
## [2.0.6](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.5..v2.0.6) (2023-11-15 11:57:44)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fix
|
|
17
|
+
|
|
18
|
+
* **App:** add cr3 format | MD | [6508f1ac8cc0de15c62819d7540983b2204903cf](https://github.com/admiralcloud/ac-file-extensions/commit/6508f1ac8cc0de15c62819d7540983b2204903cf)
|
|
19
|
+
add cr3 extension to sources
|
|
20
|
+
Related issues: [browse/AC-5043#AC-5043](https://admiralcloud.atlassian.net/browse/AC-5043)
|
|
21
|
+
### Chores
|
|
22
|
+
|
|
23
|
+
* **App:** Updated packages | MP | [633bb7f65dea429a3a0fdc300e00e15880f6a106](https://github.com/admiralcloud/ac-file-extensions/commit/633bb7f65dea429a3a0fdc300e00e15880f6a106)
|
|
24
|
+
Updated packages
|
|
25
|
+
Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
|
|
1
26
|
<a name="2.0.5"></a>
|
|
2
27
|
|
|
3
28
|
## [2.0.5](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.4..v2.0.5) (2022-04-20 11:40:09)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ac-file-extensions",
|
|
3
3
|
"repository": "admiralcloud/ac-file-extensions",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.7",
|
|
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.
|
|
17
|
+
"ac-semantic-release": "^0.4.2",
|
|
18
18
|
"lodash": "^4.17.21"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"eslint": "^8.
|
|
21
|
+
"eslint": "^8.53.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/sources/c.json
CHANGED
package/sources/i.json
CHANGED
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"name": "InDesign Document",
|
|
15
15
|
"mimetype": "application/x-indesign"
|
|
16
16
|
},
|
|
17
|
+
{
|
|
18
|
+
"ext": "idml",
|
|
19
|
+
"name": "InDesign Document",
|
|
20
|
+
"mimetype": "application/vnd.adobe.indesign-idml-package"
|
|
21
|
+
},
|
|
17
22
|
{
|
|
18
23
|
"ext": "ipa",
|
|
19
24
|
"name": "iPhone Application",
|