exiftool-vendored
Advanced tools
Comparing version 18.5.0 to 18.6.0
@@ -28,2 +28,8 @@ # Changelog/Versioning | ||
### v18.6.0 | ||
- 🌱 ExifTool upgraded to [v12.50](https://exiftool.org/history.html#v12.50) | ||
- 📦 Updated dependencies, rebuild tags and docs | ||
### v18.5.0 | ||
@@ -30,0 +36,0 @@ |
{ | ||
"name": "exiftool-vendored", | ||
"version": "18.5.0", | ||
"version": "18.6.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -63,3 +63,3 @@ "main": "./dist/ExifTool.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.3.3", | ||
"@types/chai": "^4.3.4", | ||
"@types/chai-as-promised": "^7.1.5", | ||
@@ -77,9 +77,9 @@ "@types/chai-subset": "^1.3.3", | ||
"@types/xmldom": "^0.1.31", | ||
"@typescript-eslint/eslint-plugin": "^5.42.0", | ||
"@typescript-eslint/parser": "^5.42.0", | ||
"@xmldom/xmldom": "^0.8.5", | ||
"chai": "^4.3.6", | ||
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^5.42.1", | ||
"@xmldom/xmldom": "^0.8.6", | ||
"chai": "^4.3.7", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-subset": "^1.6.0", | ||
"eslint": "^8.26.0", | ||
"eslint": "^8.27.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
@@ -96,6 +96,6 @@ "eslint-plugin-node": "^11.1.0", | ||
"rimraf": "^3.0.2", | ||
"serve": "^14.0.1", | ||
"serve": "^14.1.0", | ||
"source-map-support": "^0.5.21", | ||
"tmp": "^0.2.1", | ||
"typedoc": "^0.23.19", | ||
"typedoc": "^0.23.20", | ||
"typescript": "~4.8.4", | ||
@@ -107,3 +107,3 @@ "xpath": "^0.0.32" | ||
"@photostructure/tz-lookup": "^7.0.0", | ||
"@types/luxon": "^3.0.2", | ||
"@types/luxon": "^3.1.0", | ||
"batch-cluster": "^11.0.0", | ||
@@ -114,5 +114,5 @@ "he": "^1.2.0", | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "12.49.0", | ||
"exiftool-vendored.pl": "12.49.0" | ||
"exiftool-vendored.exe": "12.50.0", | ||
"exiftool-vendored.pl": "12.50.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
438211
+ Addedexiftool-vendored.exe@12.50.0(transitive)
+ Addedexiftool-vendored.pl@12.50.0(transitive)
- Removedexiftool-vendored.exe@12.49.0(transitive)
- Removedexiftool-vendored.pl@12.49.0(transitive)
Updated@types/luxon@^3.1.0