exiftool-vendored
Advanced tools
Comparing version 15.4.0 to 15.5.0
@@ -28,2 +28,10 @@ # Changelog/Versioning | ||
### v15.5.0 | ||
- 🌱 ExifTool upgraded to [v12.33](https://exiftool.org/history.html#v12.33). | ||
- 📦 Updated dependencies | ||
- 📦 Now ignoring `yarn.lock` | ||
### v15.4.0 | ||
@@ -30,0 +38,0 @@ |
{ | ||
"name": "exiftool-vendored", | ||
"version": "15.4.0", | ||
"version": "15.5.0", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -77,17 +77,17 @@ "main": "./dist/ExifTool.js", | ||
"@types/he": "^1.1.2", | ||
"@types/luxon": "^2.0.4", | ||
"@types/luxon": "^2.0.5", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.9.6", | ||
"@types/node": "^16.11.4", | ||
"@types/progress": "^2.0.5", | ||
"@types/rimraf": "^3.0.2", | ||
"@types/tar-fs": "^2.0.1", | ||
"@types/tmp": "^0.2.1", | ||
"@types/tmp": "^0.2.2", | ||
"@types/xmldom": "^0.1.31", | ||
"@typescript-eslint/eslint-plugin": "^4.31.2", | ||
"@typescript-eslint/parser": "^4.31.2", | ||
"@typescript-eslint/eslint-plugin": "^5.1.0", | ||
"@typescript-eslint/parser": "^5.1.0", | ||
"chai": "^4.3.4", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-subset": "^1.6.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint": "^8.1.0", | ||
"eslint-plugin-import": "^2.25.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -97,3 +97,3 @@ "extract-zip": "^2.0.1", | ||
"globule": "^1.3.3", | ||
"mocha": "^9.1.1", | ||
"mocha": "^9.1.3", | ||
"npm-run-all": "^4.1.5", | ||
@@ -107,4 +107,4 @@ "prettier": "^2.4.1", | ||
"tmp": "^0.2.1", | ||
"typedoc": "^0.22.4", | ||
"typescript": "^4.4.3", | ||
"typedoc": "^0.22.6", | ||
"typescript": "^4.4.4", | ||
"@xmldom/xmldom": "^0.7.5", | ||
@@ -120,5 +120,5 @@ "xpath": "^0.0.32" | ||
"optionalDependencies": { | ||
"exiftool-vendored.exe": "12.31.0", | ||
"exiftool-vendored.pl": "12.31.0" | ||
"exiftool-vendored.exe": "12.33.0", | ||
"exiftool-vendored.pl": "12.33.0" | ||
} | ||
} |
398655