@storm-software/git-tools 2.115.13 → 2.115.15
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 +4 -4
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.115.
|
|
3
|
+
"version": "2.115.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -221,8 +221,8 @@
|
|
|
221
221
|
"@inquirer/prompts": "7.2.1",
|
|
222
222
|
"@nx/devkit": "^21.4.1",
|
|
223
223
|
"@nx/js": "^21.4.1",
|
|
224
|
-
"@storm-software/config": "^1.128.
|
|
225
|
-
"@storm-software/config-tools": "^1.180.
|
|
224
|
+
"@storm-software/config": "^1.128.13",
|
|
225
|
+
"@storm-software/config-tools": "^1.180.15",
|
|
226
226
|
"@textlint/ast-node-types": "14.4.2",
|
|
227
227
|
"@textlint/markdown-to-ast": "14.4.2",
|
|
228
228
|
"anchor-markdown-header": "0.7.0",
|
|
@@ -251,5 +251,5 @@
|
|
|
251
251
|
"tsup": "8.4.0"
|
|
252
252
|
},
|
|
253
253
|
"publishConfig": { "access": "public" },
|
|
254
|
-
"gitHead": "
|
|
254
|
+
"gitHead": "ead820214c8c4cf25d5311c154819f2c2f8f7356"
|
|
255
255
|
}
|