@storm-software/git-tools 2.131.32 → 2.131.33
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 +9 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/git-tools",
|
|
3
|
-
"version": "2.131.
|
|
3
|
+
"version": "2.131.33",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -183,15 +183,15 @@
|
|
|
183
183
|
"storm-version-warning-cjs": "./bin/version-warning.cjs",
|
|
184
184
|
"storm-version-warning-esm": "./bin/version-warning.js"
|
|
185
185
|
},
|
|
186
|
-
"files": ["bin
|
|
186
|
+
"files": ["bin", "dist"],
|
|
187
187
|
"dependencies": {
|
|
188
188
|
"@commitlint/ensure": "^19.8.1",
|
|
189
189
|
"@commitlint/rules": "^19.8.1",
|
|
190
190
|
"@inquirer/prompts": "^8.4.3",
|
|
191
191
|
"@nx/devkit": "^22.7.2",
|
|
192
192
|
"@nx/js": "22.7.2",
|
|
193
|
-
"@storm-software/config": "1.137.
|
|
194
|
-
"@storm-software/config-tools": "1.190.
|
|
193
|
+
"@storm-software/config": "1.137.60",
|
|
194
|
+
"@storm-software/config-tools": "1.190.28",
|
|
195
195
|
"@textlint/ast-node-types": "14.4.2",
|
|
196
196
|
"@textlint/markdown-to-ast": "14.4.2",
|
|
197
197
|
"anchor-markdown-header": "0.7.0",
|
|
@@ -200,13 +200,15 @@
|
|
|
200
200
|
"chalk": "^4.1.2",
|
|
201
201
|
"chalk-template": "1.1.0",
|
|
202
202
|
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
203
|
-
"conventional-changelog-storm-software": "0.3.
|
|
203
|
+
"conventional-changelog-storm-software": "0.3.188",
|
|
204
204
|
"htmlparser2": "10.0.0",
|
|
205
205
|
"jsonc-parser": "3.2.1",
|
|
206
206
|
"nanoclone": "^1.0.2",
|
|
207
207
|
"nx": "22.7.2",
|
|
208
208
|
"prettier": "^3.8.3",
|
|
209
209
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
210
|
+
"semver": "^7.8.1",
|
|
211
|
+
"simple-git": "^3.36.0",
|
|
210
212
|
"tsconfig-paths": "4.2.0",
|
|
211
213
|
"underscore": "1.13.7",
|
|
212
214
|
"update-section": "0.3.3",
|
|
@@ -215,18 +217,14 @@
|
|
|
215
217
|
"zod": "^4.4.3"
|
|
216
218
|
},
|
|
217
219
|
"devDependencies": {
|
|
218
|
-
"@storm-software/package-constants": "0.1.
|
|
220
|
+
"@storm-software/package-constants": "0.1.41",
|
|
219
221
|
"@types/node": "^25.9.1",
|
|
220
222
|
"commander": "^12.1.0",
|
|
221
223
|
"conventional-commits-parser": "^6.4.0",
|
|
222
224
|
"defu": "^6.1.7",
|
|
223
|
-
"semver": "^7.8.1",
|
|
224
|
-
"simple-git": "^3.36.0",
|
|
225
225
|
"tsup": "8.4.0"
|
|
226
226
|
},
|
|
227
227
|
"peerDependencies": { "zod": ">=4.0.0" },
|
|
228
|
-
"packageManager": "pnpm@10.3.0",
|
|
229
|
-
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
230
228
|
"publishConfig": { "access": "public" },
|
|
231
|
-
"gitHead": "
|
|
229
|
+
"gitHead": "42b408900abb4a73a8aff680c965302c59a37234"
|
|
232
230
|
}
|