exiftool-vendored
Advanced tools
Comparing version 4.16.0 to 4.17.0
@@ -27,2 +27,9 @@ # Changelog | ||
### v4.17.0 | ||
* 🌱 ExifTool upgraded to | ||
[v10.79](http://www.sno.phy.queensu.ca/~phil/exiftool/history.html#v10.79) | ||
* 📦 Update deps, including TypeScript 2.7.2 | ||
* 📦 [Removed 🐱](https://github.com/mceachen/exiftool-vendored.js/issues/16) | ||
### v4.16.0 | ||
@@ -29,0 +36,0 @@ |
@@ -136,4 +136,4 @@ "use strict"; | ||
function ExifDate(year, // four-digit year | ||
month, // 1-12, (no crazy 0-11 nonsense from Date!) | ||
day // 1-31 | ||
month, // 1-12, (no crazy 0-11 nonsense from Date!) | ||
day // 1-31 | ||
) { | ||
@@ -140,0 +140,0 @@ this.year = year; |
@@ -131,3 +131,3 @@ import { ExifToolTask } from "./ExifToolTask"; | ||
*/ | ||
readonly ended: any; | ||
readonly ended: boolean; | ||
/** | ||
@@ -162,2 +162,1 @@ * `enqueueTask` is not for normal consumption. External code | ||
export declare const exiftool: ExifTool; | ||
ol; |
{ | ||
"name": "exiftool-vendored", | ||
"version": "4.16.0", | ||
"version": "4.17.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -18,3 +18,3 @@ "main": "./dist/ExifTool.js", | ||
"test": "nyc mocha --opts .mocha.opts", | ||
"report": "run-s test && nyc report -r html && opn coverage/index.html" | ||
"report": "run-s test && nyc report -r html" | ||
}, | ||
@@ -59,3 +59,3 @@ "publishConfig": { | ||
"@types/mocha": "^2.2.48", | ||
"@types/node": "^9.4.0", | ||
"@types/node": "^9.4.6", | ||
"@types/pify": "^3.0.0", | ||
@@ -71,7 +71,5 @@ "@types/rimraf": "^2.0.2", | ||
"globule": "^1.2.0", | ||
"mocha": "^5.0.0", | ||
"np": "^2.19.0", | ||
"mocha": "^5.0.1", | ||
"npm-run-all": "^4.1.2", | ||
"nyc": "^11.4.1", | ||
"opn-cli": "^3.1.0", | ||
"pify": "^3.0.0", | ||
@@ -85,3 +83,3 @@ "prettier": "^1.10.2", | ||
"tmp": "^0.0.33", | ||
"typescript": "^2.7.1", | ||
"typescript": "^2.7.2", | ||
"xmldom": "^0.1.27", | ||
@@ -94,5 +92,5 @@ "xpath": "^0.0.27" | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "10.78.0", | ||
"exiftool-vendored.pl": "10.78.0" | ||
"exiftool-vendored.exe": "10.79.0", | ||
"exiftool-vendored.pl": "10.79.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
28
298992
6017