exiftool-vendored 34.1.0 → 34.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -35,6 +35,10 @@ vendored versions of ExifTool match the version that they vendor.
|
|
|
35
35
|
|
|
36
36
|
## History
|
|
37
37
|
|
|
38
|
+
### v34.2.0
|
|
39
|
+
|
|
40
|
+
- 🌱 Upgraded ExifTool to version [13.45](https://exiftool.org/history.html#13.45).
|
|
41
|
+
|
|
38
42
|
### v34.1.0
|
|
39
43
|
|
|
40
44
|
- 🌱 Upgraded ExifTool to version [13.44](https://exiftool.org/history.html#13.44).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exiftool-vendored",
|
|
3
|
-
"version": "34.
|
|
3
|
+
"version": "34.2.0",
|
|
4
4
|
"description": "Efficient, cross-platform access to ExifTool",
|
|
5
5
|
"main": "./dist/ExifTool.js",
|
|
6
6
|
"types": "./dist/ExifTool.d.ts",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@types/globule": "^1.1.10",
|
|
105
105
|
"@types/he": "^1.2.3",
|
|
106
106
|
"@types/mocha": "^10.0.10",
|
|
107
|
-
"@types/node": "^
|
|
107
|
+
"@types/node": "^25.0.3",
|
|
108
108
|
"@types/progress": "^2.0.7",
|
|
109
109
|
"@types/source-map-support": "^0.5.10",
|
|
110
110
|
"@types/tmp": "^0.2.6",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"chai": "^6.2.1",
|
|
114
114
|
"chai-as-promised": "^8.0.2",
|
|
115
115
|
"deep-eql": "^5.0.2",
|
|
116
|
-
"eslint": "^9.39.
|
|
116
|
+
"eslint": "^9.39.2",
|
|
117
117
|
"eslint-plugin-import": "^2.32.0",
|
|
118
118
|
"eslint-plugin-node": "^11.1.0",
|
|
119
119
|
"eslint-plugin-redos": "^4.5.0",
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
"globals": "^16.5.0",
|
|
124
124
|
"globule": "^1.3.4",
|
|
125
125
|
"mocha": "^11.7.5",
|
|
126
|
-
"npm-check-updates": "^19.
|
|
127
|
-
"npm-run-
|
|
126
|
+
"npm-check-updates": "^19.2.0",
|
|
127
|
+
"npm-run-all2": "8.0.4",
|
|
128
128
|
"prettier": "^3.7.4",
|
|
129
129
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
130
130
|
"progress": "^2.0.3",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"luxon": "^3.7.2"
|
|
149
149
|
},
|
|
150
150
|
"optionalDependencies": {
|
|
151
|
-
"exiftool-vendored.exe": "13.
|
|
152
|
-
"exiftool-vendored.pl": "13.
|
|
151
|
+
"exiftool-vendored.exe": "13.45.0",
|
|
152
|
+
"exiftool-vendored.pl": "13.45.0"
|
|
153
153
|
}
|
|
154
154
|
}
|