exiftool-vendored
Advanced tools
Comparing version 4.17.0 to 4.18.0
@@ -27,2 +27,8 @@ # Changelog | ||
### v4.18.0 | ||
* 🌱 ExifTool upgraded to | ||
[v10.81](http://www.sno.phy.queensu.ca/~phil/exiftool/history.html#v10.81) | ||
* 📦 Update deps, including batch-cluster 1.9.0 | ||
### v4.17.0 | ||
@@ -29,0 +35,0 @@ |
{ | ||
"name": "exiftool-vendored", | ||
"version": "4.17.0", | ||
"version": "4.18.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -73,3 +73,3 @@ "main": "./dist/ExifTool.js", | ||
"pify": "^3.0.0", | ||
"prettier": "^1.10.2", | ||
"prettier": "^1.11.1", | ||
"progress": "^2.0.0", | ||
@@ -86,8 +86,8 @@ "rimraf": "^2.6.2", | ||
"dependencies": { | ||
"batch-cluster": "^1.8.0" | ||
"batch-cluster": "^1.9.0" | ||
}, | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "10.79.0", | ||
"exiftool-vendored.pl": "10.79.0" | ||
"exiftool-vendored.exe": "10.81.0", | ||
"exiftool-vendored.pl": "10.81.0" | ||
} | ||
} |
299161
+ Addedexiftool-vendored.exe@10.81.0(transitive)
+ Addedexiftool-vendored.pl@10.81.0(transitive)
- Removedexiftool-vendored.exe@10.79.0(transitive)
- Removedexiftool-vendored.pl@10.79.0(transitive)
Updatedbatch-cluster@^1.9.0