exiftool-vendored 35.4.0 → 35.5.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 +4 -0
  2. package/package.json +5 -5
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
+ ### v35.5.0
39
+
40
+ - 🌱 Upgraded ExifTool to version [13.47](https://exiftool.org/history.html#13.47).
41
+
38
42
  ### v35.4.0
39
43
 
40
44
  - ✨ New `TagDescriptions` class provides human-readable descriptions for metadata tags. Descriptions are sourced from ExifTool's tag database and merged with hand-curated descriptions for important tags. The hand-curated descriptions are currently English-only. Supports caching and multiple languages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "35.4.0",
3
+ "version": "35.5.0",
4
4
  "description": "Efficient, cross-platform access to ExifTool",
5
5
  "main": "./dist/ExifTool.js",
6
6
  "types": "./dist/ExifTool.d.ts",
@@ -125,10 +125,10 @@
125
125
  "mocha": "^11.7.5",
126
126
  "npm-check-updates": "^19.3.1",
127
127
  "npm-run-all2": "8.0.4",
128
- "prettier": "^3.7.4",
128
+ "prettier": "^3.8.1",
129
129
  "prettier-plugin-organize-imports": "^4.3.0",
130
130
  "progress": "^2.0.3",
131
- "release-it": "^19.2.3",
131
+ "release-it": "^19.2.4",
132
132
  "rimraf": "^6.1.2",
133
133
  "serve": "^14.2.5",
134
134
  "source-map-support": "^0.5.21",
@@ -148,7 +148,7 @@
148
148
  "luxon": "^3.7.2"
149
149
  },
150
150
  "optionalDependencies": {
151
- "exiftool-vendored.exe": "13.46.0",
152
- "exiftool-vendored.pl": "13.46.0"
151
+ "exiftool-vendored.exe": "13.47.0",
152
+ "exiftool-vendored.pl": "13.47.0"
153
153
  }
154
154
  }