Skip to content

Commit

Permalink
Upgrade to ET v12.28. Rebuild Tags.ts and docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 1, 2021
1 parent abe8764 commit 763fc03
Show file tree
Hide file tree
Showing 7 changed files with 1,814 additions and 1,811 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ vendored versions of ExifTool match the version they vendor.

## Version history

### v14.6.0

- 🌱 ExifTool upgraded to [v12.28](https://exiftool.org/history.html#v12.28).

- 📦 Updated dependencies

### v14.5.0

- 🌱 ExifTool upgraded to [v12.26](https://exiftool.org/history.html#v12.26).
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/interfaces/exiftooloptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,6 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> logger</h3>
<li>Defined in node_modules/batch-cluster/dist/BatchClusterOptions.d.ts:128</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A BatchCluster instance and associated BatchProcess instances will share
this <code>Logger</code>. Defaults to the <code>Logger</code> instance provided to <code>setLogger()</code>.</p>
</div>
</div>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
Expand All @@ -290,6 +284,12 @@ <h4>Type declaration</h4>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>A BatchCluster instance and associated BatchProcess instances will share
this <code>Logger</code>. Defaults to the <code>Logger</code> instance provided to <code>setLogger()</code>.</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Logger</span></h4>
</li>
</ul>
Expand Down Expand Up @@ -474,13 +474,6 @@ <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> process<wbr>Factory</
<li>Defined in node_modules/batch-cluster/dist/BatchCluster.d.ts:24</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Expected to be a simple call to execFile. Platform-specific code is the
responsibility of this thunk. Error handlers will be registered as
appropriate.</p>
</div>
</div>
<div class="tsd-type-declaration">
<h4>Type declaration</h4>
<ul class="tsd-parameters">
Expand All @@ -490,6 +483,13 @@ <h4>Type declaration</h4>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Expected to be a simple call to execFile. Platform-specific code is the
responsibility of this thunk. Error handlers will be registered as
appropriate.</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ChildProcess</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">ChildProcess</span><span class="tsd-signature-symbol">&gt;</span></h4>
</li>
</ul>
Expand Down
3,150 changes: 1,595 additions & 1,555 deletions docs/interfaces/tags.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,42 +68,42 @@
]
},
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/chai": "^4.2.19",
"@types/chai-as-promised": "^7.1.4",
"@types/chai-subset": "^1.3.3",
"@types/fs-extra": "^9.0.11",
"@types/globule": "^1.1.3",
"@types/he": "^1.1.1",
"@types/luxon": "^1.26.5",
"@types/luxon": "^1.27.0",
"@types/mocha": "^8.2.2",
"@types/node": "^15.6.1",
"@types/node": "^15.12.5",
"@types/progress": "^2.0.3",
"@types/rimraf": "^3.0.0",
"@types/tar-fs": "^2.0.0",
"@types/tmp": "^0.2.0",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^7.27.0",
"eslint": "^7.29.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"extract-zip": "^2.0.1",
"fs-extra": "^10.0.0",
"globule": "^1.3.2",
"mocha": "^8.4.0",
"mocha": "^9.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"prettier": "^2.3.2",
"progress": "^2.0.3",
"rimraf": "^3.0.2",
"serve": "^11.3.2",
"serve": "^12.0.0",
"source-map-support": "^0.5.19",
"tar-fs": "^2.1.1",
"tmp": "^0.2.1",
"typedoc": "^0.20.36",
"typescript": "4.2.4",
"typedoc": "^0.21.2",
"typescript": "4.3.5",
"xmldom": "^0.6.0",
"xpath": "^0.0.32"
},
Expand All @@ -114,7 +114,7 @@
"tz-lookup": "^6.1.25"
},
"optionalDependencies": {
"exiftool-vendored.exe": "^12.26.0",
"exiftool-vendored.pl": "^12.26.0"
"exiftool-vendored.exe": "^12.28.0",
"exiftool-vendored.pl": "^12.28.0"
}
}
24 changes: 14 additions & 10 deletions src/Tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import { Struct } from "./Struct"

/* eslint-disable @typescript-eslint/no-explicit-any */

// Autogenerated by "yarn mktags" by ExifTool 12.26 on Mon May 31 2021.
// 3007 unique tags were found in 9910 different digital imagery files.
// Autogenerated by "yarn mktags" by ExifTool 12.28 on Wed Jun 30 2021.
// 3009 unique tags were found in 9910 different digital imagery files.

// To prevent error TS2590: (Expression produces a union type that is too complex to represent)
// only the most common 2810 tags are retained in this interface.
// only the most common 2812 tags are retained in this interface.

// Comments by each tag include popularity (★★★★ is found in > 50% of samples, and ☆☆☆☆ is rare),
// followed by a checkmark if the tag is used by popular devices (like iPhones)
Expand All @@ -20,7 +20,7 @@ import { Struct } from "./Struct"
export interface ExifToolTags {
/** ☆☆☆☆ ✔ Example: "File is empty" */
Error?: string
/** ★★★★ ✔ Example: 12.26 */
/** ★★★★ ✔ Example: 12.28 */
ExifToolVersion?: number
/** ☆☆☆☆ ✔ Example: "Unrecognized IPTC record 0 (ignored)" */
Warning?: string
Expand All @@ -47,9 +47,9 @@ export interface FileTags {
EncodingProcess?: string
/** ★★★★ ✔ Example: "Little-endian (Intel, II)" */
ExifByteOrder?: string
/** ★★★★ ✔ Example: 2021-05-31T16:09:35.000-07:00 */
/** ★★★★ ✔ Example: 2021-06-30T17:31:24.000-07:00 */
FileAccessDate?: ExifDateTime | string
/** ★★★★ ✔ Example: 2021-05-31T15:50:35.000-07:00 */
/** ★★★★ ✔ Example: 2021-06-30T17:26:33.000-07:00 */
FileInodeChangeDate?: ExifDateTime | string
/** ★★★★ ✔ Example: 2020-12-02T07:16:53.000-08:00 */
FileModifyDate?: ExifDateTime | string
Expand Down Expand Up @@ -108,7 +108,7 @@ export interface CompositeTags {
DOF?: string
/** ☆☆☆☆ Example: 2006-12-19 */
DateCreated?: ExifDate | string
/** ☆☆☆☆ ✔ Example: 2020-11-20T22:10:08.000Z */
/** ☆☆☆☆ ✔ Example: 2021-02-22T12:45:11.000Z */
DateTimeCreated?: ExifDateTime | string
/** ☆☆☆☆ ✔ Example: 2017-02-20T18:06:40.000Z */
DateTimeOriginal?: ExifDateTime | string
Expand Down Expand Up @@ -202,9 +202,9 @@ export interface CompositeTags {
ShutterSpeed?: string
/** ★☆☆☆ ✔ Example: 2020-11-20T22:10:08.315Z */
SubSecCreateDate?: ExifDateTime | string
/** ★☆☆☆ ✔ Example: 2020-11-20T22:10:08.315Z */
/** ★☆☆☆ ✔ Example: 2021-02-22T12:45:11.000Z */
SubSecDateTimeOriginal?: ExifDateTime | string
/** ★☆☆☆ ✔ Example: 2020-11-20T22:10:08.315Z */
/** ★☆☆☆ ✔ Example: 2021-02-22T12:45:11.000Z */
SubSecModifyDate?: ExifDateTime | string
}

Expand Down Expand Up @@ -2003,8 +2003,12 @@ export interface MakerNotesTags {
ColorMatrix?: string
/** ☆☆☆☆ Example: "1.66016 -0.66016 0.00000 -0.20703 1.52734 -0.32031 -0.13281 -0.2…" */
ColorMatrixA?: string
/** ☆☆☆☆ Example: "5857 2334 0 0 8192 0 0 335 7856" */
ColorMatrixA2?: string
/** ☆☆☆☆ Example: "1.12793 -0.03674 -0.09119 -0.20703 1.52734 -0.32031 -0.13574 -0.…" */
ColorMatrixB?: string
/** ☆☆☆☆ Example: "13952 -4416 -1344 -1472 13792 -4128 128 -2816 10880" */
ColorMatrixB2?: string
/** ☆☆☆☆ ✔ Example: 4 */
ColorMatrixNumber?: number
/** ☆☆☆☆ ✔ Example: "Min -5; Max 5; Yellow 0; Orange 0; Orange-red 0; Red 0; Magenta …" */
Expand Down Expand Up @@ -4363,7 +4367,7 @@ export interface MakerNotesTags {
TimeLapseShotNumber?: number
/** ☆☆☆☆ ✔ Example: 01:48:53.630 */
TimeSincePowerOn?: ExifTime | string
/** ☆☆☆☆ ✔ Example: "2020:04:19 06:28:04-07:00" */
/** ☆☆☆☆ ✔ Example: "2021:02:22 04:45:11-08:00" */
TimeStamp?: string
/** ☆☆☆☆ ✔ Example: "2007:07:14 18:02:56" */
TimeStamp1?: string
Expand Down
Loading

0 comments on commit 763fc03

Please sign in to comment.