exiftool-vendored
Advanced tools
Comparing version 23.4.0 to 23.5.0
@@ -29,2 +29,8 @@ # Changelog/Versioning | ||
### v23.5.0 | ||
- 🌱 ExifTool upgraded to [v12.70](https://exiftool.org/history.html#v12.70). **🏆 Thanks for 20 years of updates, Phil Harvey! 🏆** | ||
- 📦 `XMPTags.Album` was added | ||
### v23.4.0 | ||
@@ -31,0 +37,0 @@ |
@@ -11,3 +11,3 @@ "use strict"; | ||
"MediaCreateDate", | ||
"CreationDate", | ||
"CreationDate", // < Found in some transcoded Apple movies | ||
"DateTimeCreated", | ||
@@ -14,0 +14,0 @@ "TimeCreated", // < may not have the date |
@@ -72,3 +72,3 @@ "use strict"; | ||
backfillTimezones: true, | ||
inferTimezoneFromDatestamps: false, | ||
inferTimezoneFromDatestamps: false, // to retain prior behavior | ||
inferTimezoneFromDatestampTags: [...CapturedAtTagNames_1.CapturedAtTagNames], | ||
@@ -75,0 +75,0 @@ geoTz: GeoTz_1.geoTz, |
@@ -132,4 +132,4 @@ "use strict"; | ||
stdio: "pipe", | ||
shell: ignoreShebang, | ||
detached: false, | ||
shell: ignoreShebang, // we need to spawn a shell if we ignore the shebang. | ||
detached: false, // < no orphaned exiftool procs, please | ||
env, | ||
@@ -136,0 +136,0 @@ }; |
@@ -117,3 +117,3 @@ "use strict"; | ||
"-json", | ||
"-struct", | ||
"-struct", // Return struct tags https://exiftool.org/struct.html | ||
...(0, Array_1.toA)(opts.optionalArgs), | ||
@@ -120,0 +120,0 @@ ]; |
@@ -37,3 +37,3 @@ "use strict"; | ||
"-00:44", | ||
"-00:25:21", | ||
"-00:25:21", // LOL https://en.wikipedia.org/wiki/UTC%E2%88%9200:25:21 | ||
"+00:00", | ||
@@ -51,3 +51,3 @@ "+00:20", | ||
"+04:30", | ||
"+04:51", | ||
"+04:51", // LOL https://en.wikipedia.org/wiki/UTC%2B04:51 | ||
"+05:00", | ||
@@ -54,0 +54,0 @@ "+05:30", |
{ | ||
"name": "exiftool-vendored", | ||
"version": "23.4.0", | ||
"version": "23.5.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -70,14 +70,14 @@ "main": "./dist/ExifTool.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.9", | ||
"@types/chai-as-promised": "^7.1.7", | ||
"@types/chai-subset": "^1.3.4", | ||
"@types/globule": "^1.1.8", | ||
"@types/he": "^1.2.2", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "^20.8.9", | ||
"@types/progress": "^2.0.6", | ||
"@types/tmp": "^0.2.5", | ||
"@types/xmldom": "^0.1.33", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"@types/chai": "^4.3.11", | ||
"@types/chai-as-promised": "^7.1.8", | ||
"@types/chai-subset": "^1.3.5", | ||
"@types/globule": "^1.1.9", | ||
"@types/he": "^1.2.3", | ||
"@types/mocha": "^10.0.5", | ||
"@types/node": "^20.9.3", | ||
"@types/progress": "^2.0.7", | ||
"@types/tmp": "^0.2.6", | ||
"@types/xmldom": "^0.1.34", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"@xmldom/xmldom": "^0.8.10", | ||
@@ -87,3 +87,3 @@ "chai": "^4.3.10", | ||
"chai-subset": "^1.6.0", | ||
"eslint": "^8.52.0", | ||
"eslint": "^8.54.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
@@ -96,6 +96,6 @@ "eslint-plugin-node": "^11.1.0", | ||
"mocha": "^10.2.0", | ||
"npm-check-updates": "^16.14.6", | ||
"npm-check-updates": "^16.14.11", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^3.0.3", | ||
"prettier-plugin-organize-imports": "^3.2.3", | ||
"prettier": "^3.1.0", | ||
"prettier-plugin-organize-imports": "^3.2.4", | ||
"progress": "^2.0.3", | ||
@@ -106,4 +106,4 @@ "rimraf": "^5.0.5", | ||
"tmp": "^0.2.1", | ||
"typedoc": "^0.25.2", | ||
"typescript": "^5.2.2", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.3.2", | ||
"xpath": "^0.0.33" | ||
@@ -114,11 +114,11 @@ }, | ||
"@photostructure/tz-lookup": "^8.0.0", | ||
"@types/luxon": "^3.3.3", | ||
"@types/luxon": "^3.3.5", | ||
"batch-cluster": "^12.1.0", | ||
"he": "^1.2.0", | ||
"luxon": "^3.4.3" | ||
"luxon": "^3.4.4" | ||
}, | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "12.69.0", | ||
"exiftool-vendored.pl": "12.69.0" | ||
"exiftool-vendored.exe": "12.70.0", | ||
"exiftool-vendored.pl": "12.70.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
518256
+ Addedexiftool-vendored.exe@12.70.0(transitive)
+ Addedexiftool-vendored.pl@12.70.0(transitive)
- Removedexiftool-vendored.exe@12.69.0(transitive)
- Removedexiftool-vendored.pl@12.69.0(transitive)
Updated@types/luxon@^3.3.5
Updatedluxon@^3.4.4