exiftool-vendored
Advanced tools
Comparing version 15.1.0 to 15.2.0
@@ -28,2 +28,8 @@ # Changelog/Versioning | ||
### v15.2.0 | ||
- 📦 Updated dependencies (including [batch-cluster | ||
v7.1.0](https://github.com/photostructure/batch-cluster.js/blob/main/CHANGELOG.md#v710), | ||
which fixes a 2s startup delay | ||
### v15.1.0 | ||
@@ -30,0 +36,0 @@ |
@@ -320,2 +320,3 @@ /// <reference types="node" /> | ||
ending: number; | ||
unhealthy: number; | ||
closed: number; | ||
@@ -322,0 +323,0 @@ worn: number; |
{ | ||
"name": "exiftool-vendored", | ||
"version": "15.1.0", | ||
"version": "15.2.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -71,3 +71,3 @@ "main": "./dist/ExifTool.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.20", | ||
"@types/chai": "^4.2.21", | ||
"@types/chai-as-promised": "^7.1.4", | ||
@@ -80,10 +80,10 @@ "@types/chai-subset": "^1.3.3", | ||
"@types/mocha": "^8.2.3", | ||
"@types/node": "^16.0.0", | ||
"@types/progress": "^2.0.3", | ||
"@types/rimraf": "^3.0.0", | ||
"@types/node": "^16.3.2", | ||
"@types/progress": "^2.0.4", | ||
"@types/rimraf": "^3.0.1", | ||
"@types/tar-fs": "^2.0.1", | ||
"@types/tmp": "^0.2.1", | ||
"@types/xmldom": "^0.1.31", | ||
"@typescript-eslint/eslint-plugin": "^4.28.2", | ||
"@typescript-eslint/parser": "^4.28.2", | ||
"@typescript-eslint/eslint-plugin": "^4.28.3", | ||
"@typescript-eslint/parser": "^4.28.3", | ||
"chai": "^4.3.4", | ||
@@ -107,3 +107,3 @@ "chai-as-promised": "^7.1.1", | ||
"tmp": "^0.2.1", | ||
"typedoc": "^0.21.2", | ||
"typedoc": "^0.21.4", | ||
"typescript": "4.3.5", | ||
@@ -114,3 +114,3 @@ "xmldom": "^0.6.0", | ||
"dependencies": { | ||
"batch-cluster": "^7.0.0", | ||
"batch-cluster": "^7.1.0", | ||
"he": "^1.2.0", | ||
@@ -121,5 +121,5 @@ "luxon": "^1.27.0", | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "^12.28.0", | ||
"exiftool-vendored.pl": "^12.28.0" | ||
"exiftool-vendored.exe": "12.28.0", | ||
"exiftool-vendored.pl": "12.28.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
531278
7472
+ Addedexiftool-vendored.exe@12.28.0(transitive)
+ Addedexiftool-vendored.pl@12.28.0(transitive)
- Removedexiftool-vendored.exe@12.97.0(transitive)
- Removedexiftool-vendored.pl@12.97.0(transitive)
Updatedbatch-cluster@^7.1.0