@storm-software/git-tools 2.131.32 → 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 +9 -12
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": [
|
|
@@ -183,30 +183,31 @@
|
|
|
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.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",
|
|
207
206
|
"nx": "22.7.2",
|
|
208
207
|
"prettier": "^3.8.3",
|
|
209
208
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
209
|
+
"semver": "^7.8.1",
|
|
210
|
+
"simple-git": "^3.36.0",
|
|
210
211
|
"tsconfig-paths": "4.2.0",
|
|
211
212
|
"underscore": "1.13.7",
|
|
212
213
|
"update-section": "0.3.3",
|
|
@@ -215,18 +216,14 @@
|
|
|
215
216
|
"zod": "^4.4.3"
|
|
216
217
|
},
|
|
217
218
|
"devDependencies": {
|
|
218
|
-
"@storm-software/package-constants": "0.1.
|
|
219
|
+
"@storm-software/package-constants": "0.1.42",
|
|
219
220
|
"@types/node": "^25.9.1",
|
|
220
221
|
"commander": "^12.1.0",
|
|
221
222
|
"conventional-commits-parser": "^6.4.0",
|
|
222
223
|
"defu": "^6.1.7",
|
|
223
|
-
"semver": "^7.8.1",
|
|
224
|
-
"simple-git": "^3.36.0",
|
|
225
224
|
"tsup": "8.4.0"
|
|
226
225
|
},
|
|
227
226
|
"peerDependencies": { "zod": ">=4.0.0" },
|
|
228
|
-
"packageManager": "pnpm@10.3.0",
|
|
229
|
-
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
230
227
|
"publishConfig": { "access": "public" },
|
|
231
|
-
"gitHead": "
|
|
228
|
+
"gitHead": "eb206b9a10666d67ccdbe098f94214e8efa4726a"
|
|
232
229
|
}
|