@storm-software/git-tools 2.113.4 → 2.113.6
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 +3 -3
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/git-tools",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"commander": "^12.1.0",
|
|
252
252
|
"conventional-commits-parser": "^6.2.0",
|
|
253
253
|
"defu": "6.1.4",
|
|
254
|
-
"genaiscript": "^2.2.
|
|
254
|
+
"genaiscript": "^2.2.12",
|
|
255
255
|
"htmlparser2": "10.0.0",
|
|
256
256
|
"jsonc-parser": "3.2.1",
|
|
257
257
|
"read-yaml-file": "2.1.0",
|
|
@@ -263,5 +263,5 @@
|
|
|
263
263
|
"word-wrap": "1.2.5"
|
|
264
264
|
},
|
|
265
265
|
"publishConfig": { "access": "public" },
|
|
266
|
-
"gitHead": "
|
|
266
|
+
"gitHead": "0b18a51d7803eb961008b0a9e747edf296c82693"
|
|
267
267
|
}
|