exiftool-vendored 36.0.0 → 36.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "36.0.0",
3
+ "version": "36.1.0",
4
4
  "description": "Efficient, cross-platform access to ExifTool",
5
5
  "main": "./dist/ExifTool.js",
6
6
  "types": "./dist/ExifTool.d.ts",
@@ -38,40 +38,12 @@
38
38
  "update:install": "npm install",
39
39
  "install:pinact": "go install github.com/suzuki-shunsuke/pinact/v3/cmd/pinact@latest",
40
40
  "update:actions": "pinact run -u --min-age 7",
41
- "precommit": "run-s clean update fmt lint docs:build test",
42
- "release": "release-it"
41
+ "all": "run-s clean update fmt lint docs:build test"
43
42
  },
44
43
  "repository": {
45
44
  "type": "git",
46
45
  "url": "git+https://github.com/photostructure/exiftool-vendored.js.git"
47
46
  },
48
- "release-it": {
49
- "hooks": {
50
- "before:init": [
51
- "npm ci",
52
- "npm run clean",
53
- "npm run compile"
54
- ]
55
- },
56
- "src": {
57
- "tagName": "v%s",
58
- "commitArgs": "--gpg-sign",
59
- "tagArgs": "--sign"
60
- },
61
- "git": {
62
- "requireBranch": "main",
63
- "commitMessage": "Release ${version}",
64
- "tagName": "${version}"
65
- },
66
- "github": {
67
- "release": true
68
- },
69
- "npm": {
70
- "publish": true,
71
- "skipChecks": true
72
- }
73
- },
74
- "# release-it.npm.skipChecks": "Required for OIDC Trusted Publishing - bypasses npm auth checks since OIDC handles authentication automatically. See: https://github.com/release-it/release-it/issues/1244 and https://docs.npmjs.com/trusted-publishers#supported-cicd-providers",
75
47
  "keywords": [
76
48
  "ExifTool",
77
49
  "EXIF",
@@ -104,7 +76,7 @@
104
76
  "@types/globule": "^1.1.10",
105
77
  "@types/he": "^1.2.3",
106
78
  "@types/mocha": "^10.0.10",
107
- "@types/node": "^25.9.1",
79
+ "@types/node": "^26.1.0",
108
80
  "@types/progress": "^2.0.7",
109
81
  "@types/source-map-support": "^0.5.10",
110
82
  "@types/tmp": "^0.2.6",
@@ -117,18 +89,17 @@
117
89
  "eslint-plugin-import": "^2.32.0",
118
90
  "eslint-plugin-node": "^11.1.0",
119
91
  "eslint-plugin-redos": "^4.5.0",
120
- "eslint-plugin-regexp": "^3.1.0",
92
+ "eslint-plugin-regexp": "^3.1.1",
121
93
  "extract-zip": "^2.0.1",
122
94
  "geo-tz": "^8.1.7",
123
- "globals": "^17.6.0",
95
+ "globals": "^17.7.0",
124
96
  "globule": "^1.3.4",
125
97
  "mocha": "^11.7.5",
126
- "npm-check-updates": "^20.0.0",
127
- "npm-run-all2": "9.0.1",
128
- "prettier": "^3.8.3",
98
+ "npm-check-updates": "^22.2.9",
99
+ "npm-run-all2": "9.0.2",
100
+ "prettier": "^3.9.4",
129
101
  "prettier-plugin-organize-imports": "^4.3.0",
130
102
  "progress": "^2.0.3",
131
- "release-it": "^20.0.1",
132
103
  "rimraf": "^6.1.3",
133
104
  "serve": "^14.2.6",
134
105
  "source-map-support": "^0.5.21",
@@ -136,13 +107,13 @@
136
107
  "ts-node": "^10.9.2",
137
108
  "typedoc": "^0.28.19",
138
109
  "typescript": "^6.0.3",
139
- "typescript-eslint": "^8.58.1",
110
+ "typescript-eslint": "^8.62.1",
140
111
  "xpath": "^0.0.34"
141
112
  },
142
113
  "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
114
  "dependencies": {
144
115
  "@photostructure/tz-lookup": "^11.5.0",
145
- "@types/luxon": "^3.7.1",
116
+ "@types/luxon": "^3.7.2",
146
117
  "batch-cluster": "^18.0.0",
147
118
  "he": "^1.2.0",
148
119
  "luxon": "^3.7.2"