exiftool-vendored 33.0.0 → 33.1.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 +5 -0
- package/dist/Tags.d.ts +32 -30
- package/dist/Tags.js +2 -2
- package/dist/Tags.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -35,6 +35,11 @@ vendored versions of ExifTool match the version that they vendor.
|
|
|
35
35
|
|
|
36
36
|
## History
|
|
37
37
|
|
|
38
|
+
### v33.1.0
|
|
39
|
+
|
|
40
|
+
- 🐞 Fixed `GPSTimeStamp` to be `ExifTime | string`
|
|
41
|
+
- 🐞 Removed `GPSPositionRef` (not a thing!)
|
|
42
|
+
|
|
38
43
|
### v33.0.0
|
|
39
44
|
|
|
40
45
|
- 🐞/💔 `SubSecMediaCreateDate` was removed from `CompositeTags` and `Tags`. It apparently never _was_ a thing, and, worse: I can't blame AI for hallucinating it, because I added it several years ago. Oops!
|