ac-file-extensions 2.0.6 → 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 CHANGED
@@ -1,3 +1,13 @@
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)
1
11
  <a name="2.0.6"></a>
2
12
 
3
13
  ## [2.0.6](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.5..v2.0.6) (2023-11-15 11:57:44)
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.6",
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": {
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",