exiftool-vendored 34.0.0 → 34.2.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 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -35,9 +35,17 @@ vendored versions of ExifTool match the version that they vendor.
35
35
 
36
36
  ## History
37
37
 
38
+ ### v34.2.0
39
+
40
+ - 🌱 Upgraded ExifTool to version [13.45](https://exiftool.org/history.html#13.45).
41
+
42
+ ### v34.1.0
43
+
44
+ - 🌱 Upgraded ExifTool to version [13.44](https://exiftool.org/history.html#13.44).
45
+
38
46
  ### v34.0.0
39
47
 
40
- - 💔 A couple API changes from `batch-cluster` v16's impact our API: the `maxReasonableProcessFailuresPerMinute` option and `fatalError` event is now gone -- batch-cluster never shuts down if there are too many timeouts or any failure rate is "too high". Error logs are emitted, however. These large changes were made to service [#312](https://github.com/photostructure/exiftool-vendored.js/issues/312) (thanks for the report and assistance, [@mertalev](https://github.com/mertalev) and [@skatsubo](https://github.com/skatsubo)!)
48
+ - 💔 A couple API changes from `batch-cluster` [v16.0.0](https://github.com/photostructure/batch-cluster.js/releases/tag/v16.0.0)'s impact our API: the `maxReasonableProcessFailuresPerMinute` option and `fatalError` event is now gone -- batch-cluster never shuts down if there are too many timeouts or any failure rate is "too high". Error logs are emitted, however. These large changes were made to service [#312](https://github.com/photostructure/exiftool-vendored.js/issues/312) (thanks for the report and assistance, [@mertalev](https://github.com/mertalev) and [@skatsubo](https://github.com/skatsubo)!)
41
49
 
42
50
  - 🐞 Fixed: `stdin.write()` errors now properly end the process instead of leaving a broken process in the pool
43
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "34.0.0",
3
+ "version": "34.2.0",
4
4
  "description": "Efficient, cross-platform access to ExifTool",
5
5
  "main": "./dist/ExifTool.js",
6
6
  "types": "./dist/ExifTool.d.ts",
@@ -36,8 +36,8 @@
36
36
  "ncu:others": "ncu --cooldown 7 --reject 'batch-cluster,exiftool-vendored.exe,exiftool-vendored.pl,@types/chai-as-promised,@types/chai,@types/mocha,chai-as-promised,chai,deep-eql,mocha' -u",
37
37
  "update": "run-s ncu:* update:*",
38
38
  "update:install": "npm install",
39
- "install:pinact": "go install github.com/suzuki-shunsuke/pinact/cmd/pinact@latest",
40
- "update:actions": "pinact run -u",
39
+ "install:pinact": "go install github.com/suzuki-shunsuke/pinact/v3/cmd/pinact@latest",
40
+ "update:actions": "pinact run -u --min-age 7",
41
41
  "precommit": "run-s clean update fmt lint docs:build test",
42
42
  "release": "release-it"
43
43
  },
@@ -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": "^24.10.1",
107
+ "@types/node": "^25.0.3",
108
108
  "@types/progress": "^2.0.7",
109
109
  "@types/source-map-support": "^0.5.10",
110
110
  "@types/tmp": "^0.2.6",
@@ -113,7 +113,7 @@
113
113
  "chai": "^6.2.1",
114
114
  "chai-as-promised": "^8.0.2",
115
115
  "deep-eql": "^5.0.2",
116
- "eslint": "^9.39.1",
116
+ "eslint": "^9.39.2",
117
117
  "eslint-plugin-import": "^2.32.0",
118
118
  "eslint-plugin-node": "^11.1.0",
119
119
  "eslint-plugin-redos": "^4.5.0",
@@ -123,9 +123,9 @@
123
123
  "globals": "^16.5.0",
124
124
  "globule": "^1.3.4",
125
125
  "mocha": "^11.7.5",
126
- "npm-check-updates": "^19.1.2",
127
- "npm-run-all": "^4.1.5",
128
- "prettier": "^3.6.2",
126
+ "npm-check-updates": "^19.2.0",
127
+ "npm-run-all2": "8.0.4",
128
+ "prettier": "^3.7.4",
129
129
  "prettier-plugin-organize-imports": "^4.3.0",
130
130
  "progress": "^2.0.3",
131
131
  "release-it": "^19.0.6",
@@ -134,7 +134,7 @@
134
134
  "source-map-support": "^0.5.21",
135
135
  "tmp": "^0.2.5",
136
136
  "ts-node": "^10.9.2",
137
- "typedoc": "^0.28.14",
137
+ "typedoc": "^0.28.15",
138
138
  "typescript": "^5.9.3",
139
139
  "typescript-eslint": "^8.47.0",
140
140
  "xpath": "^0.0.34"
@@ -148,7 +148,7 @@
148
148
  "luxon": "^3.7.2"
149
149
  },
150
150
  "optionalDependencies": {
151
- "exiftool-vendored.exe": "13.43.0",
152
- "exiftool-vendored.pl": "13.43.0"
151
+ "exiftool-vendored.exe": "13.45.0",
152
+ "exiftool-vendored.pl": "13.45.0"
153
153
  }
154
154
  }