exiftool-vendored
Advanced tools
Comparing version 14.5.0 to 14.6.0
@@ -28,2 +28,8 @@ # Changelog/Versioning | ||
### v14.6.0 | ||
- 🌱 ExifTool upgraded to [v12.28](https://exiftool.org/history.html#v12.28). | ||
- 📦 Updated dependencies | ||
### v14.5.0 | ||
@@ -30,0 +36,0 @@ |
@@ -187,4 +187,3 @@ "use strict"; | ||
}; | ||
this.options = __assign(__assign(__assign({}, o), { ignoreShebang: ignoreShebang, | ||
processFactory: processFactory, exitCommand: o.exitCommand, versionCommand: o.versionCommand }), options); | ||
this.options = __assign(__assign(__assign({}, o), { ignoreShebang: ignoreShebang, processFactory: processFactory, exitCommand: o.exitCommand, versionCommand: o.versionCommand }), options); | ||
this.batchCluster = new bc.BatchCluster(this.options); | ||
@@ -191,0 +190,0 @@ } |
{ | ||
"name": "exiftool-vendored", | ||
"version": "14.5.0", | ||
"version": "14.6.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -71,3 +71,3 @@ "main": "./dist/ExifTool.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.18", | ||
"@types/chai": "^4.2.19", | ||
"@types/chai-as-promised": "^7.1.4", | ||
@@ -78,5 +78,5 @@ "@types/chai-subset": "^1.3.3", | ||
"@types/he": "^1.1.1", | ||
"@types/luxon": "^1.26.5", | ||
"@types/luxon": "^1.27.0", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.6.1", | ||
"@types/node": "^15.12.5", | ||
"@types/progress": "^2.0.3", | ||
@@ -87,8 +87,8 @@ "@types/rimraf": "^3.0.0", | ||
"@types/xmldom": "^0.1.30", | ||
"@typescript-eslint/eslint-plugin": "^4.26.0", | ||
"@typescript-eslint/parser": "^4.26.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.1", | ||
"@typescript-eslint/parser": "^4.28.1", | ||
"chai": "^4.3.4", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-subset": "^1.6.0", | ||
"eslint": "^7.27.0", | ||
"eslint": "^7.29.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
@@ -99,13 +99,13 @@ "eslint-plugin-node": "^11.1.0", | ||
"globule": "^1.3.2", | ||
"mocha": "^8.4.0", | ||
"mocha": "^9.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.3.0", | ||
"prettier": "^2.3.2", | ||
"progress": "^2.0.3", | ||
"rimraf": "^3.0.2", | ||
"serve": "^11.3.2", | ||
"serve": "^12.0.0", | ||
"source-map-support": "^0.5.19", | ||
"tar-fs": "^2.1.1", | ||
"tmp": "^0.2.1", | ||
"typedoc": "^0.20.36", | ||
"typescript": "4.2.4", | ||
"typedoc": "^0.21.2", | ||
"typescript": "4.3.5", | ||
"xmldom": "^0.6.0", | ||
@@ -121,5 +121,5 @@ "xpath": "^0.0.32" | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "^12.26.0", | ||
"exiftool-vendored.pl": "^12.26.0" | ||
"exiftool-vendored.exe": "^12.28.0", | ||
"exiftool-vendored.pl": "^12.28.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
547852
7817