exiftool-vendored 28.5.0 → 28.7.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 CHANGED
@@ -25,10 +25,16 @@ vendored versions of ExifTool match the version that they vendor.
25
25
 
26
26
  ## Version history
27
27
 
28
+ ### v28.7.0
29
+
30
+ - 🌱 ExifTool upgraded to version [12.99](https://exiftool.org/history.html#12.99)
31
+
28
32
  ### v28.6.0
29
33
 
30
34
  - 🌱 ExifTool upgraded to version [12.97](https://exiftool.org/history.html#12.97)
31
35
 
36
+ - 📦 Fields in `Tags` sub-interfaces are correctly sorted
37
+
32
38
  ### v28.5.0
33
39
 
34
40
  - 🐞/📦 Add new `ExifToolOptions.preferTimezoneInferenceFromGps` to prefer GPS timezones. See the jsdoc for details.
package/README.md CHANGED
@@ -11,10 +11,12 @@
11
11
 
12
12
  1. **Best-of-class cross-platform performance and reliability**.
13
13
 
14
- This is the module that [PhotoStructure](https://photostructure.com) (and [500+](https://github.com/photostructure/exiftool-vendored.js/network/dependents) other projects) use for photo and video metadata reading and writing.
14
+ This library enables [PhotoStructure](https://photostructure.com) and [500+](https://github.com/photostructure/exiftool-vendored.js/network/dependents?package_id=UGFja2FnZS0xNjYxNjY2MQ%3D%3D) other projects to read and write metadata in photos and videos.
15
15
 
16
16
  Expect [an order of magnitude faster performance](#performance) than other Node.js ExifTool modules.
17
17
 
18
+ Thanks to being based on [ExifTool](https://exiftool.org/), it's the state of the art in high quality metadata extraction for thousands of file types.
19
+
18
20
  1. Best-effort extraction of
19
21
 
20
22
  - **dates** with [correct timezone offset encoding](#dates)