@storm-software/git-tools 2.131.112 → 2.131.113
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.113",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -191,8 +191,8 @@
|
|
|
191
191
|
"@inquirer/prompts": "^8.5.2",
|
|
192
192
|
"@nx/devkit": "23.0.1",
|
|
193
193
|
"@nx/js": "23.0.1",
|
|
194
|
-
"@storm-software/config": "^1.138.
|
|
195
|
-
"@storm-software/config-tools": "^1.190.
|
|
194
|
+
"@storm-software/config": "^1.138.42",
|
|
195
|
+
"@storm-software/config-tools": "^1.190.105",
|
|
196
196
|
"@textlint/ast-node-types": "14.4.2",
|
|
197
197
|
"@textlint/markdown-to-ast": "14.4.2",
|
|
198
198
|
"anchor-markdown-header": "0.7.0",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"axios": "1.8.2",
|
|
201
201
|
"chalk": "^4.1.2",
|
|
202
202
|
"conventional-changelog-conventionalcommits": "^9.3.1",
|
|
203
|
-
"conventional-changelog-storm-software": "^0.3.
|
|
203
|
+
"conventional-changelog-storm-software": "^0.3.266",
|
|
204
204
|
"htmlparser2": "10.0.0",
|
|
205
205
|
"jsonc-parser": "3.2.1",
|
|
206
206
|
"nanoclone": "^1.0.2",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"zod": "^4.4.3"
|
|
218
218
|
},
|
|
219
219
|
"devDependencies": {
|
|
220
|
-
"@storm-software/package-constants": "^0.1.
|
|
220
|
+
"@storm-software/package-constants": "^0.1.118",
|
|
221
221
|
"@types/node": "^25.9.5",
|
|
222
222
|
"commander": "^12.1.0",
|
|
223
223
|
"conventional-commits-parser": "^6.4.0",
|
|
@@ -226,5 +226,5 @@
|
|
|
226
226
|
},
|
|
227
227
|
"peerDependencies": { "zod": ">=4.0.0" },
|
|
228
228
|
"publishConfig": { "access": "public" },
|
|
229
|
-
"gitHead": "
|
|
229
|
+
"gitHead": "70318372ffbd8ee82540b78449a2755cf4584958"
|
|
230
230
|
}
|