exiftool-vendored 30.4.0 → 30.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 (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/RELEASE.md +1 -0
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -25,6 +25,10 @@ vendored versions of ExifTool match the version that they vendor.
25
25
 
26
26
  ## Version history
27
27
 
28
+ ### v30.5.0
29
+
30
+ - 🌱 Upgraded ExifTool to version [13.35](https://exiftool.org/history.html#13.35).
31
+
28
32
  ### v30.4.0
29
33
 
30
34
  - 🌱 Upgraded ExifTool to version [13.34](https://exiftool.org/history.html#13.34).
package/RELEASE.md CHANGED
@@ -21,6 +21,7 @@ A GitHub Actions workflow automatically checks for dependency updates (including
21
21
  ### Prerequisites
22
22
 
23
23
  Before releasing, ensure you have:
24
+
24
25
  1. Configured [npm Trusted Publishing](https://docs.npmjs.com/trusted-publishers) for this repository on npmjs.com
25
26
  2. Access to trigger GitHub Actions workflows
26
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "30.4.0",
3
+ "version": "30.5.0",
4
4
  "description": "Efficient, cross-platform access to ExifTool",
5
5
  "main": "./dist/ExifTool.js",
6
6
  "types": "./dist/ExifTool.d.ts",
@@ -94,7 +94,7 @@
94
94
  ]
95
95
  },
96
96
  "devDependencies": {
97
- "@eslint/js": "^9.34.0",
97
+ "@eslint/js": "^9.35.0",
98
98
  "@types/chai": "^4.3.16",
99
99
  "@types/chai-as-promised": "^8.0.1",
100
100
  "@types/chai-subset": "^1.3.6",
@@ -102,18 +102,18 @@
102
102
  "@types/globule": "^1.1.10",
103
103
  "@types/he": "^1.2.3",
104
104
  "@types/mocha": "^10.0.10",
105
- "@types/node": "^24.3.0",
105
+ "@types/node": "^24.3.1",
106
106
  "@types/progress": "^2.0.7",
107
107
  "@types/source-map-support": "^0.5.10",
108
108
  "@types/tmp": "^0.2.6",
109
109
  "@types/xmldom": "^0.1.34",
110
- "@typescript-eslint/eslint-plugin": "^8.41.0",
111
- "@typescript-eslint/parser": "^8.41.0",
110
+ "@typescript-eslint/eslint-plugin": "^8.42.0",
111
+ "@typescript-eslint/parser": "^8.42.0",
112
112
  "@xmldom/xmldom": "^0.9.8",
113
113
  "chai": "^4.5.0",
114
114
  "chai-as-promised": "^7.1.2",
115
115
  "deep-eql": "^4.1.4",
116
- "eslint": "^9.34.0",
116
+ "eslint": "^9.35.0",
117
117
  "eslint-plugin-import": "^2.32.0",
118
118
  "eslint-plugin-node": "^11.1.0",
119
119
  "eslint-plugin-redos": "^4.5.0",
@@ -130,25 +130,25 @@
130
130
  "progress": "^2.0.3",
131
131
  "release-it": "^19.0.4",
132
132
  "rimraf": "^5.0.9",
133
- "serve": "^14.2.4",
133
+ "serve": "^14.2.5",
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.11",
137
+ "typedoc": "^0.28.12",
138
138
  "typescript": "^5.9.2",
139
- "typescript-eslint": "^8.41.0",
139
+ "typescript-eslint": "^8.42.0",
140
140
  "xpath": "^0.0.34"
141
141
  },
142
142
  "dependencies-note": "@types/luxon is a proper dependency, not devDependency, as our exported TypeScript typings reference luxon types. See <https://github.com/photostructure/exiftool-vendored.js/pull/108>",
143
143
  "dependencies": {
144
- "@photostructure/tz-lookup": "^11.2.0",
144
+ "@photostructure/tz-lookup": "^11.2.1",
145
145
  "@types/luxon": "^3.7.1",
146
146
  "batch-cluster": "^15.0.1",
147
147
  "he": "^1.2.0",
148
- "luxon": "^3.7.1"
148
+ "luxon": "^3.7.2"
149
149
  },
150
150
  "optionalDependencies": {
151
- "exiftool-vendored.exe": "13.34.0",
152
- "exiftool-vendored.pl": "13.34.0"
151
+ "exiftool-vendored.exe": "13.35.1",
152
+ "exiftool-vendored.pl": "13.35.0"
153
153
  }
154
154
  }