@storm-software/git-tools 2.124.80 → 2.124.82
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/README.md +1 -1
- package/bin/git.cjs +18 -6
- package/bin/git.cjs.map +1 -1
- package/bin/git.js +18 -6
- package/bin/git.js.map +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/git-tools",
|
|
3
|
-
"version": "2.124.
|
|
3
|
+
"version": "2.124.82",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -177,10 +177,10 @@
|
|
|
177
177
|
"@commitlint/ensure": "^19.8.1",
|
|
178
178
|
"@commitlint/rules": "^19.8.1",
|
|
179
179
|
"@inquirer/prompts": "7.2.1",
|
|
180
|
-
"@nx/devkit": "^22.5.
|
|
180
|
+
"@nx/devkit": "^22.5.4",
|
|
181
181
|
"@nx/js": "22.5.1",
|
|
182
|
-
"@storm-software/config": "^1.135.
|
|
183
|
-
"@storm-software/config-tools": "^1.189.
|
|
182
|
+
"@storm-software/config": "^1.135.16",
|
|
183
|
+
"@storm-software/config-tools": "^1.189.15",
|
|
184
184
|
"@textlint/ast-node-types": "14.4.2",
|
|
185
185
|
"@textlint/markdown-to-ast": "14.4.2",
|
|
186
186
|
"anchor-markdown-header": "0.7.0",
|
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
"axios": "1.8.2",
|
|
189
189
|
"chalk": "^4.1.2",
|
|
190
190
|
"chalk-template": "1.1.0",
|
|
191
|
-
"conventional-changelog-conventionalcommits": "^9.
|
|
192
|
-
"conventional-changelog-storm-software": "^0.3.
|
|
191
|
+
"conventional-changelog-conventionalcommits": "^9.3.0",
|
|
192
|
+
"conventional-changelog-storm-software": "^0.3.96",
|
|
193
193
|
"htmlparser2": "10.0.0",
|
|
194
194
|
"jsonc-parser": "3.2.1",
|
|
195
195
|
"nx": "22.5.1",
|
|
@@ -202,14 +202,14 @@
|
|
|
202
202
|
"zod": "^4.3.6"
|
|
203
203
|
},
|
|
204
204
|
"devDependencies": {
|
|
205
|
-
"@types/node": "^25.3.
|
|
205
|
+
"@types/node": "^25.3.5",
|
|
206
206
|
"commander": "^12.1.0",
|
|
207
|
-
"conventional-commits-parser": "^6.
|
|
207
|
+
"conventional-commits-parser": "^6.3.0",
|
|
208
208
|
"defu": "6.1.4",
|
|
209
209
|
"semver": "7.6.2",
|
|
210
|
-
"simple-git": "^3.
|
|
210
|
+
"simple-git": "^3.32.3",
|
|
211
211
|
"tsup": "8.4.0"
|
|
212
212
|
},
|
|
213
213
|
"publishConfig": { "access": "public" },
|
|
214
|
-
"gitHead": "
|
|
214
|
+
"gitHead": "5cbd6520f38fa8c4ce52cbde401bf6566f73b927"
|
|
215
215
|
}
|