exiftool-vendored
Advanced tools
Comparing version 4.22.0 to 4.22.1
@@ -27,2 +27,6 @@ # Changelog | ||
### v4.22.1 | ||
* 📦 Pull in latest dependencies, including less-verbose BatchCluster | ||
### v4.22.0 | ||
@@ -29,0 +33,0 @@ |
@@ -9,3 +9,3 @@ "use strict"; | ||
return new Promise(function (resolve, reject) { | ||
fs.stat(path, function (err, stat) { return (stat == null || err != null) ? reject(err) : resolve(stat); }); | ||
fs.stat(path, function (err, stat) { return (stat == null || err != null ? reject(err) : resolve(stat)); }); | ||
}); | ||
@@ -12,0 +12,0 @@ } |
{ | ||
"name": "exiftool-vendored", | ||
"version": "4.22.0", | ||
"version": "4.22.1", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -55,6 +55,6 @@ "main": "./dist/ExifTool.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.2", | ||
"@types/chai": "^4.1.3", | ||
"@types/chai-as-promised": "^7.1.0", | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.5", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^9.6.6", | ||
"@types/pify": "^3.0.1", | ||
@@ -70,4 +70,4 @@ "@types/rimraf": "^2.0.2", | ||
"globule": "^1.2.0", | ||
"mocha": "^5.1.0", | ||
"nyc": "^11.6.0", | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.1", | ||
"pify": "^3.0.0", | ||
@@ -81,3 +81,3 @@ "prettier": "^1.12.1", | ||
"tmp": "^0.0.33", | ||
"typescript": "^2.8.1", | ||
"typescript": "^2.8.3", | ||
"xmldom": "^0.1.27", | ||
@@ -87,3 +87,3 @@ "xpath": "^0.0.27" | ||
"dependencies": { | ||
"batch-cluster": "^2.0.0" | ||
"batch-cluster": "^2.1.0" | ||
}, | ||
@@ -90,0 +90,0 @@ "optionalDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
392243
Updatedbatch-cluster@^2.1.0