exiftool-vendored 35.21.0 → 36.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -35,6 +35,15 @@ vendored versions of ExifTool match the version that they vendor.
35
35
 
36
36
  ## History
37
37
 
38
+ ### v36.0.0
39
+
40
+ - 🏚️ **Dropped Node.js 20 from the supported engines and CI matrix.** Node.js 20 ("Iron") has reached [end-of-life](https://github.com/nodejs/release#release-schedule), so the minimum supported runtime is now Node.js 22 (`engines.node` is `>=22`). The CI test matrix is now Node.js 22, 24, and 26.
41
+
42
+ ### v35.21.0
43
+
44
+ - 🌱 Upgraded ExifTool to version [13.59](https://exiftool.org/history.html#13.59).
45
+ - 📦 Updated dependencies.
46
+
38
47
  ### v35.20.0
39
48
 
40
49
  - 🌱 Upgraded ExifTool to version [13.58](https://exiftool.org/history.html#13.58).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "35.21.0",
3
+ "version": "36.0.0",
4
4
  "description": "Efficient, cross-platform access to ExifTool",
5
5
  "main": "./dist/ExifTool.js",
6
6
  "types": "./dist/ExifTool.d.ts",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "type": "commonjs",
12
12
  "engines": {
13
- "node": ">=20.0.0"
13
+ "node": ">=22"
14
14
  },
15
15
  "scripts": {
16
16
  "clean": "rimraf lib dist coverage .nyc_output",
@@ -124,7 +124,7 @@
124
124
  "globule": "^1.3.4",
125
125
  "mocha": "^11.7.5",
126
126
  "npm-check-updates": "^20.0.0",
127
- "npm-run-all2": "8.0.4",
127
+ "npm-run-all2": "9.0.1",
128
128
  "prettier": "^3.8.3",
129
129
  "prettier-plugin-organize-imports": "^4.3.0",
130
130
  "progress": "^2.0.3",
@@ -132,7 +132,7 @@
132
132
  "rimraf": "^6.1.3",
133
133
  "serve": "^14.2.6",
134
134
  "source-map-support": "^0.5.21",
135
- "tmp": "^0.2.5",
135
+ "tmp": "^0.2.7",
136
136
  "ts-node": "^10.9.2",
137
137
  "typedoc": "^0.28.19",
138
138
  "typescript": "^6.0.3",
@@ -143,7 +143,7 @@
143
143
  "dependencies": {
144
144
  "@photostructure/tz-lookup": "^11.5.0",
145
145
  "@types/luxon": "^3.7.1",
146
- "batch-cluster": "^17.3.1",
146
+ "batch-cluster": "^18.0.0",
147
147
  "he": "^1.2.0",
148
148
  "luxon": "^3.7.2"
149
149
  },