Skip to content

Commit

Permalink
pull in new ExifTool v12.54. Fix test from GPSAltitude.
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jan 11, 2023
1 parent 830ffb9 commit 006538f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"luxon": "^3.2.1"
},
"optionalDependencies": {
"exiftool-vendored.exe": "12.50.0",
"exiftool-vendored.pl": "12.50.0"
"exiftool-vendored.exe": "12.54.0",
"exiftool-vendored.pl": "12.54.0"
}
}
2 changes: 1 addition & 1 deletion src/ExifTool.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ describe("ExifTool", function () {
GPSLongitude: -122.452094444444,
GPSLatitudeRef: "North",
GPSLongitudeRef: "West",
GPSAltitude: 47,
GPSAltitude: -47,
tz: "America/Los_Angeles",
})
expect(t.SubSecDateTimeOriginal?.toString()).to.eql(
Expand Down

0 comments on commit 006538f

Please sign in to comment.