exiftool-vendored
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -25,2 +25,8 @@ ## Versioning | ||
### v4.3.0 | ||
* 🌱 ExifTool upgraded to | ||
[v10.60](http://www.sno.phy.queensu.ca/~phil/exiftool/history.html#v10.60) | ||
* 📦 Upgraded all dependencies | ||
### v4.2.0 | ||
@@ -27,0 +33,0 @@ |
{ | ||
"name": "exiftool-vendored", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -55,3 +55,3 @@ "main": "./dist/ExifTool.js", | ||
"@types/pify": "^0.0.28", | ||
"@types/rimraf": "^0.0.28", | ||
"@types/rimraf": "^2.0.0", | ||
"@types/semver": "^5.3.32", | ||
@@ -73,3 +73,3 @@ "@types/tmp": "^0.0.33", | ||
"tar-fs": "^1.15.3", | ||
"tmp": "^0.0.31", | ||
"tmp": "^0.0.33", | ||
"tslint": "^5.4.3", | ||
@@ -87,5 +87,5 @@ "tslint-config-standard": "^6.0.1", | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "10.58.0", | ||
"exiftool-vendored.pl": "10.58.0" | ||
"exiftool-vendored.exe": "10.60.0", | ||
"exiftool-vendored.pl": "10.60.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
285339