@storm-software/git-tools 2.131.41 → 2.131.42
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/package.json +6 -6
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
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.42",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
"@inquirer/prompts": "^8.5.0",
|
|
191
191
|
"@nx/devkit": "^22.7.5",
|
|
192
192
|
"@nx/js": "22.7.5",
|
|
193
|
-
"@storm-software/config": "1.137.
|
|
194
|
-
"@storm-software/config-tools": "1.190.
|
|
193
|
+
"@storm-software/config": "1.137.68",
|
|
194
|
+
"@storm-software/config-tools": "1.190.36",
|
|
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",
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
"axios": "1.8.2",
|
|
200
200
|
"chalk": "^4.1.2",
|
|
201
201
|
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
202
|
-
"conventional-changelog-storm-software": "0.3.
|
|
202
|
+
"conventional-changelog-storm-software": "0.3.197",
|
|
203
203
|
"htmlparser2": "10.0.0",
|
|
204
204
|
"jsonc-parser": "3.2.1",
|
|
205
205
|
"nanoclone": "^1.0.2",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"zod": "^4.4.3"
|
|
217
217
|
},
|
|
218
218
|
"devDependencies": {
|
|
219
|
-
"@storm-software/package-constants": "0.1.
|
|
219
|
+
"@storm-software/package-constants": "0.1.49",
|
|
220
220
|
"@types/node": "^25.9.1",
|
|
221
221
|
"commander": "^12.1.0",
|
|
222
222
|
"conventional-commits-parser": "^6.4.0",
|
|
@@ -225,5 +225,5 @@
|
|
|
225
225
|
},
|
|
226
226
|
"peerDependencies": { "zod": ">=4.0.0" },
|
|
227
227
|
"publishConfig": { "access": "public" },
|
|
228
|
-
"gitHead": "
|
|
228
|
+
"gitHead": "48d6212133c6a011439668fd76d855da9a673790"
|
|
229
229
|
}
|