exiftool-vendored
Advanced tools
Comparing version 4.15.0 to 4.16.0
@@ -27,2 +27,8 @@ # Changelog | ||
### v4.16.0 | ||
* 🌱 ExifTool upgraded to | ||
[v10.78](http://www.sno.phy.queensu.ca/~phil/exiftool/history.html#v10.78) | ||
* 📦 Update deps, including TypeScript 2.7.1 | ||
### v4.15.0 | ||
@@ -29,0 +35,0 @@ |
@@ -131,3 +131,3 @@ import { ExifToolTask } from "./ExifToolTask"; | ||
*/ | ||
readonly ended: boolean; | ||
readonly ended: any; | ||
/** | ||
@@ -162,1 +162,2 @@ * `enqueueTask` is not for normal consumption. External code | ||
export declare const exiftool: ExifTool; | ||
ol; |
{ | ||
"name": "exiftool-vendored", | ||
"version": "4.15.0", | ||
"version": "4.16.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -57,7 +57,7 @@ "main": "./dist/ExifTool.js", | ||
"@types/chai-as-promised": "^7.1.0", | ||
"@types/mocha": "^2.2.47", | ||
"@types/node": "^9.3.0", | ||
"@types/mocha": "^2.2.48", | ||
"@types/node": "^9.4.0", | ||
"@types/pify": "^3.0.0", | ||
"@types/rimraf": "^2.0.2", | ||
"@types/semver": "^5.4.0", | ||
"@types/semver": "^5.5.0", | ||
"@types/tmp": "^0.0.33", | ||
@@ -71,3 +71,3 @@ "@types/xmldom": "^0.1.29", | ||
"mocha": "^5.0.0", | ||
"np": "^2.18.3", | ||
"np": "^2.19.0", | ||
"npm-run-all": "^4.1.2", | ||
@@ -81,6 +81,6 @@ "nyc": "^11.4.1", | ||
"semver": "^5.5.0", | ||
"source-map-support": "^0.5.2", | ||
"source-map-support": "^0.5.3", | ||
"tar-fs": "^1.16.0", | ||
"tmp": "^0.0.33", | ||
"typescript": "^2.6.2", | ||
"typescript": "^2.7.1", | ||
"xmldom": "^0.1.27", | ||
@@ -93,5 +93,5 @@ "xpath": "^0.0.27" | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "10.76.0", | ||
"exiftool-vendored.pl": "10.76.0" | ||
"exiftool-vendored.exe": "10.78.0", | ||
"exiftool-vendored.pl": "10.78.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
326185
6018