exiftool-vendored
Advanced tools
Comparing version 18.2.0 to 18.3.0
@@ -28,2 +28,10 @@ # Changelog/Versioning | ||
### v18.3.0 | ||
- 🌱 ExifTool upgraded to [v12.49](https://exiftool.org/history.html#v12.49), which adds write support to WEBP and a bunch of other goodness | ||
- 📦 Added new cameras to test image corpus, rebuilt tags and docs | ||
- 📦 Updated dependencies | ||
### v18.2.0 | ||
@@ -30,0 +38,0 @@ |
{ | ||
"name": "exiftool-vendored", | ||
"version": "18.2.0", | ||
"version": "18.3.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -69,4 +69,4 @@ "main": "./dist/ExifTool.js", | ||
"@types/he": "^1.1.2", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.7.20", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.11.3", | ||
"@types/progress": "^2.0.5", | ||
@@ -77,9 +77,9 @@ "@types/rimraf": "^3.0.2", | ||
"@types/xmldom": "^0.1.31", | ||
"@typescript-eslint/eslint-plugin": "^5.38.0", | ||
"@typescript-eslint/parser": "^5.38.0", | ||
"@xmldom/xmldom": "^0.8.2", | ||
"@typescript-eslint/eslint-plugin": "^5.40.1", | ||
"@typescript-eslint/parser": "^5.40.1", | ||
"@xmldom/xmldom": "^0.8.3", | ||
"chai": "^4.3.6", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-subset": "^1.6.0", | ||
"eslint": "^8.24.0", | ||
"eslint": "^8.25.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
@@ -91,3 +91,3 @@ "eslint-plugin-node": "^11.1.0", | ||
"globule": "^1.3.4", | ||
"mocha": "^10.0.0", | ||
"mocha": "^10.1.0", | ||
"npm-run-all": "^4.1.5", | ||
@@ -100,4 +100,4 @@ "prettier": "^2.7.1", | ||
"tmp": "^0.2.1", | ||
"typedoc": "^0.23.15", | ||
"typescript": "~4.8.3", | ||
"typedoc": "^0.23.17", | ||
"typescript": "~4.8.4", | ||
"xpath": "^0.0.32" | ||
@@ -108,11 +108,11 @@ }, | ||
"@photostructure/tz-lookup": "^7.0.0", | ||
"@types/luxon": "^3.0.1", | ||
"@types/luxon": "^3.0.2", | ||
"batch-cluster": "^11.0.0", | ||
"he": "^1.2.0", | ||
"luxon": "^3.0.3" | ||
"luxon": "^3.0.4" | ||
}, | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "12.45.0", | ||
"exiftool-vendored.pl": "12.45.0" | ||
"exiftool-vendored.exe": "12.49.0", | ||
"exiftool-vendored.pl": "12.49.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
428511
7544
+ Addedexiftool-vendored.exe@12.49.0(transitive)
+ Addedexiftool-vendored.pl@12.49.0(transitive)
- Removedexiftool-vendored.exe@12.45.0(transitive)
- Removedexiftool-vendored.pl@12.45.0(transitive)
Updated@types/luxon@^3.0.2
Updatedluxon@^3.0.4