@storm-software/git-tools 2.131.33 → 2.131.34
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/bin/git.cjs +20 -21
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +19 -19
- package/bin/git.js.map +1 -1
- package/package.json +6 -7
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.34",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -190,17 +190,16 @@
|
|
|
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.61",
|
|
194
|
+
"@storm-software/config-tools": "1.190.29",
|
|
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",
|
|
198
198
|
"any-shell-escape": "0.1.1",
|
|
199
199
|
"axios": "1.8.2",
|
|
200
200
|
"chalk": "^4.1.2",
|
|
201
|
-
"chalk-template": "1.1.0",
|
|
202
201
|
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
203
|
-
"conventional-changelog-storm-software": "0.3.
|
|
202
|
+
"conventional-changelog-storm-software": "0.3.189",
|
|
204
203
|
"htmlparser2": "10.0.0",
|
|
205
204
|
"jsonc-parser": "3.2.1",
|
|
206
205
|
"nanoclone": "^1.0.2",
|
|
@@ -217,7 +216,7 @@
|
|
|
217
216
|
"zod": "^4.4.3"
|
|
218
217
|
},
|
|
219
218
|
"devDependencies": {
|
|
220
|
-
"@storm-software/package-constants": "0.1.
|
|
219
|
+
"@storm-software/package-constants": "0.1.42",
|
|
221
220
|
"@types/node": "^25.9.1",
|
|
222
221
|
"commander": "^12.1.0",
|
|
223
222
|
"conventional-commits-parser": "^6.4.0",
|
|
@@ -226,5 +225,5 @@
|
|
|
226
225
|
},
|
|
227
226
|
"peerDependencies": { "zod": ">=4.0.0" },
|
|
228
227
|
"publishConfig": { "access": "public" },
|
|
229
|
-
"gitHead": "
|
|
228
|
+
"gitHead": "eb206b9a10666d67ccdbe098f94214e8efa4726a"
|
|
230
229
|
}
|