exiftool-vendored
Advanced tools
Comparing version 21.2.0 to 21.3.0
@@ -28,2 +28,10 @@ # Changelog/Versioning | ||
### v21.3.0 (to be released) | ||
- 🌱 ExifTool upgraded to [v12.60](https://exiftool.org/history.html#v12.60) | ||
- 📦 Replaced `Tags.tzSource` message `"from lat/lon"` to | ||
`"GPSLatitude/GPSLongitude"` to be more consistent with other timezone | ||
source messages. | ||
### v21.2.0 | ||
@@ -30,0 +38,0 @@ |
@@ -160,3 +160,5 @@ "use strict"; | ||
? undefined | ||
: dt.millisecond, dt.offset === Timezones_1.UnsetZoneOffsetMinutes ? undefined : dt.offset, opts === null || opts === void 0 ? void 0 : opts.rawValue, ((_a = dt.zone) === null || _a === void 0 ? void 0 : _a.name) === Timezones_1.UnsetZone.name ? undefined : dt.zoneName); | ||
: dt.millisecond, dt.offset === Timezones_1.UnsetZoneOffsetMinutes ? undefined : dt.offset, opts === null || opts === void 0 ? void 0 : opts.rawValue, dt.zoneName == null || ((_a = dt.zone) === null || _a === void 0 ? void 0 : _a.name) === Timezones_1.UnsetZone.name | ||
? undefined | ||
: dt.zoneName); | ||
} | ||
@@ -163,0 +165,0 @@ /** |
@@ -65,6 +65,6 @@ "use strict"; | ||
super(args); | ||
_ReadTask_instances.add(this); | ||
this.sourceFile = sourceFile; | ||
this.args = args; | ||
this.options = options; | ||
_ReadTask_instances.add(this); | ||
/** May have keys that are group-prefixed */ | ||
@@ -210,3 +210,3 @@ this._raw = {}; | ||
tz: geoTz.name, | ||
src: tz.src + " & Lat/Lon", | ||
src: tz.src + " & GPSLatitude/GPSLongitude", | ||
}; | ||
@@ -238,3 +238,6 @@ } | ||
// Zone name (like "America/New_York"), rather than just an hour offset. | ||
() => (0, Maybe_1.map)(__classPrivateFieldGet(this, _ReadTask_geoTz, "f").call(this), (ea) => ({ tz: ea.name, src: "from Lat/Lon" })), | ||
() => (0, Maybe_1.map)(__classPrivateFieldGet(this, _ReadTask_geoTz, "f").call(this), (ea) => ({ | ||
tz: ea.name, | ||
src: "GPSLatitude/GPSLongitude", | ||
})), | ||
// This is a last-ditch estimation heuristic: | ||
@@ -241,0 +244,0 @@ () => (0, Timezones_1.extractTzOffsetFromUTCOffset)(this._tags), |
@@ -19,4 +19,4 @@ "use strict"; | ||
} | ||
VersionTask.versionRegex = /^\d{1,3}\.\d{1,3}(\.\d{1,3}})?$/; | ||
exports.VersionTask = VersionTask; | ||
VersionTask.versionRegex = /^\d{1,3}\.\d{1,3}(\.\d{1,3}})?$/; | ||
//# sourceMappingURL=VersionTask.js.map |
{ | ||
"name": "exiftool-vendored", | ||
"version": "21.2.0", | ||
"version": "21.3.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -78,18 +78,18 @@ "main": "./dist/ExifTool.js", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.13.0", | ||
"@types/node": "^18.15.11", | ||
"@types/progress": "^2.0.5", | ||
"@types/tmp": "^0.2.3", | ||
"@types/xmldom": "^0.1.31", | ||
"@typescript-eslint/eslint-plugin": "^5.52.0", | ||
"@typescript-eslint/parser": "^5.52.0", | ||
"@xmldom/xmldom": "^0.8.6", | ||
"@typescript-eslint/eslint-plugin": "^5.58.0", | ||
"@typescript-eslint/parser": "^5.58.0", | ||
"@xmldom/xmldom": "^0.8.7", | ||
"chai": "^4.3.7", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-subset": "^1.6.0", | ||
"eslint": "^8.34.0", | ||
"eslint": "^8.38.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-node": "^11.1.0", | ||
"extract-zip": "^2.0.1", | ||
"fs-extra": "^11.1.0", | ||
"geo-tz": "^7.0.6", | ||
"fs-extra": "^11.1.1", | ||
"geo-tz": "^7.0.7", | ||
"globule": "^1.3.4", | ||
@@ -99,10 +99,10 @@ "mocha": "^10.2.0", | ||
"organize-imports-cli": "^0.10.0", | ||
"prettier": "^2.8.4", | ||
"prettier": "^2.8.7", | ||
"progress": "^2.0.3", | ||
"rimraf": "^4.1.2", | ||
"rimraf": "^5.0.0", | ||
"serve": "^14.2.0", | ||
"source-map-support": "^0.5.21", | ||
"tmp": "^0.2.1", | ||
"typedoc": "^0.23.25", | ||
"typescript": "~4.9.5", | ||
"typedoc": "^0.24.1", | ||
"typescript": "~5.0.4", | ||
"xpath": "^0.0.32" | ||
@@ -113,11 +113,11 @@ }, | ||
"@photostructure/tz-lookup": "^7.0.0", | ||
"@types/luxon": "^3.2.0", | ||
"batch-cluster": "^12.0.0", | ||
"@types/luxon": "^3.3.0", | ||
"batch-cluster": "^12.1.0", | ||
"he": "^1.2.0", | ||
"luxon": "^3.2.1" | ||
"luxon": "^3.3.0" | ||
}, | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "12.56.0", | ||
"exiftool-vendored.pl": "12.56.0" | ||
"exiftool-vendored.exe": "12.60.0", | ||
"exiftool-vendored.pl": "12.60.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 too big to display
Sorry, the diff of this file is not supported yet
452515
7873
+ Addedexiftool-vendored.exe@12.60.0(transitive)
+ Addedexiftool-vendored.pl@12.60.0(transitive)
- Removedexiftool-vendored.exe@12.56.0(transitive)
- Removedexiftool-vendored.pl@12.56.0(transitive)
Updated@types/luxon@^3.3.0
Updatedbatch-cluster@^12.1.0
Updatedluxon@^3.3.0