exiftool-vendored 35.17.0 → 35.18.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 +4 -4
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
+ ### v35.18.0
39
+
40
+ - 🌱 Upgraded ExifTool to version [13.57](https://exiftool.org/history.html#13.57).
41
+ - 🐞 Fixes an ExifTool 13.56 regression (shipped in v35.17.0) where XMP list-valued tags (`dc:subject`, `HierarchicalSubject`, `Keywords`) read from sidecar files were collapsed to just the last `<rdf:li>` as a scalar string when `-api struct=1` was in effect. Users on v35.17.0 who read XMP sidecars should upgrade.
42
+
43
+ ### v35.17.0
44
+
45
+ - 🌱 Upgraded ExifTool to version [13.56](https://exiftool.org/history.html#13.56).
46
+
38
47
  ### v35.16.0
39
48
 
40
49
  - 🌱 Upgraded ExifTool to version [13.55](https://exiftool.org/history.html#13.55).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "35.17.0",
3
+ "version": "35.18.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": "^25.5.2",
107
+ "@types/node": "^25.6.0",
108
108
  "@types/progress": "^2.0.7",
109
109
  "@types/source-map-support": "^0.5.10",
110
110
  "@types/tmp": "^0.2.6",
@@ -148,7 +148,7 @@
148
148
  "luxon": "^3.7.2"
149
149
  },
150
150
  "optionalDependencies": {
151
- "exiftool-vendored.exe": "13.56.0",
152
- "exiftool-vendored.pl": "13.56.0"
151
+ "exiftool-vendored.exe": "13.57.0",
152
+ "exiftool-vendored.pl": "13.57.0"
153
153
  }
154
154
  }