exiftool-vendored 15.10.0 → 15.10.1

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,6 +25,12 @@ vendored versions of ExifTool match the version they vendor.
25
25
 
26
26
  ## Version history
27
27
 
28
+ ### v15.10.1
29
+
30
+ - 📦 Updated dependencies (batch-cluster v8.1.0)
31
+
32
+ - 📦 Rebuild docs
33
+
28
34
  ### v15.10.0
29
35
 
30
36
  - 🌱 ExifTool upgraded to [v12.39](https://exiftool.org/history.html#v12.39).
@@ -329,6 +329,7 @@ export declare class ExifTool {
329
329
  broken: number;
330
330
  old: number;
331
331
  timeout: number;
332
+ tooMany: number;
332
333
  };
333
334
  }
334
335
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "15.10.0",
3
+ "version": "15.10.1",
4
4
  "description": "Efficient, cross-platform access to ExifTool",
5
5
  "main": "./dist/ExifTool.js",
6
6
  "types": "./dist/ExifTool.d.ts",
@@ -75,18 +75,18 @@
75
75
  "@types/globule": "^1.1.4",
76
76
  "@types/he": "^1.1.2",
77
77
  "@types/mocha": "^9.0.0",
78
- "@types/node": "^17.0.8",
78
+ "@types/node": "^17.0.10",
79
79
  "@types/progress": "^2.0.5",
80
80
  "@types/rimraf": "^3.0.2",
81
81
  "@types/tar-fs": "^2.0.1",
82
82
  "@types/tmp": "^0.2.3",
83
83
  "@types/xmldom": "^0.1.31",
84
- "@typescript-eslint/eslint-plugin": "^5.9.1",
85
- "@typescript-eslint/parser": "^5.9.1",
84
+ "@typescript-eslint/eslint-plugin": "^5.10.0",
85
+ "@typescript-eslint/parser": "^5.10.0",
86
86
  "chai": "^4.3.4",
87
87
  "chai-as-promised": "^7.1.1",
88
88
  "chai-subset": "^1.6.0",
89
- "eslint": "^8.6.0",
89
+ "eslint": "^8.7.0",
90
90
  "eslint-plugin-import": "^2.25.4",
91
91
  "eslint-plugin-node": "^11.1.0",
92
92
  "extract-zip": "^2.0.1",
@@ -101,14 +101,14 @@
101
101
  "source-map-support": "^0.5.21",
102
102
  "tar-fs": "^2.1.1",
103
103
  "tmp": "^0.2.1",
104
- "typedoc": "^0.22.10",
104
+ "typedoc": "^0.22.11",
105
105
  "typescript": "^4.5.4",
106
106
  "@xmldom/xmldom": "^0.8.0",
107
107
  "xpath": "^0.0.32"
108
108
  },
109
109
  "dependencies": {
110
110
  "@types/luxon": "^2.0.9",
111
- "batch-cluster": "^8.0.1",
111
+ "batch-cluster": "^8.1.0",
112
112
  "he": "^1.2.0",
113
113
  "luxon": "^2.3.0",
114
114
  "tz-lookup": "^6.1.25"