ac-file-extensions 2.0.5 → 2.0.6

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,18 @@
1
+ <a name="2.0.6"></a>
2
+
3
+ ## [2.0.6](https://github.com/admiralcloud/ac-file-extensions/compare/v2.0.5..v2.0.6) (2023-11-15 11:57:44)
4
+
5
+
6
+ ### Bug Fix
7
+
8
+ * **App:** add cr3 format | MD | [6508f1ac8cc0de15c62819d7540983b2204903cf](https://github.com/admiralcloud/ac-file-extensions/commit/6508f1ac8cc0de15c62819d7540983b2204903cf)
9
+ add cr3 extension to sources
10
+ Related issues: [browse/AC-5043#AC-5043](https://admiralcloud.atlassian.net/browse/AC-5043)
11
+ ### Chores
12
+
13
+ * **App:** Updated packages | MP | [633bb7f65dea429a3a0fdc300e00e15880f6a106](https://github.com/admiralcloud/ac-file-extensions/commit/633bb7f65dea429a3a0fdc300e00e15880f6a106)
14
+ Updated packages
15
+ Related issues: [browse/master#master](https://admiralcloud.atlassian.net/browse/master)
1
16
  <a name="2.0.5"></a>
2
17
 
3
18
  ## [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.5",
4
+ "version": "2.0.6",
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.3.0",
17
+ "ac-semantic-release": "^0.4.2",
18
18
  "lodash": "^4.17.21"
19
19
  },
20
20
  "devDependencies": {
21
- "eslint": "^8.13.0"
21
+ "eslint": "^8.53.0"
22
22
  }
23
23
  }
package/sources/c.json CHANGED
@@ -54,6 +54,11 @@
54
54
  "name": "Canon RAW-Format",
55
55
  "mimetype": "image/x-canon-cr2"
56
56
  },
57
+ {
58
+ "ext": "cr3",
59
+ "name": "Canon RAW 3",
60
+ "mimetype": "image/x-canon-cr3"
61
+ },
57
62
  {
58
63
  "ext": "crw",
59
64
  "name": "Raw Image Format",