@storm-software/git-tools 2.115.7 → 2.115.8
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/dist/index.cjs +2 -2
- package/dist/index.js +3 -3
- package/package.json +7 -7
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/dist/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var _chunkSXO5R5AGcjs = require('./chunk-SXO5R5AG.cjs');
|
|
4
3
|
|
|
5
4
|
|
|
5
|
+
var _chunkPGN2XOUFcjs = require('./chunk-PGN2XOUF.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkSXO5R5AGcjs = require('./chunk-SXO5R5AG.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
DEFAULT_COMMIT_CONFIG
|
|
3
|
-
} from "./chunk-OZ5QCRGG.js";
|
|
4
1
|
import {
|
|
5
2
|
DEFAULT_CONVENTIONAL_COMMITS_CONFIG,
|
|
6
3
|
DEFAULT_RELEASE_CONFIG,
|
|
7
4
|
DEFAULT_RELEASE_GROUP_CONFIG
|
|
8
5
|
} from "./chunk-R3RXM6UC.js";
|
|
6
|
+
import {
|
|
7
|
+
DEFAULT_COMMIT_CONFIG
|
|
8
|
+
} from "./chunk-OZ5QCRGG.js";
|
|
9
9
|
import {
|
|
10
10
|
COMMIT_TYPES,
|
|
11
11
|
DEFAULT_COMMIT_MESSAGE_FORMAT,
|
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.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -219,10 +219,10 @@
|
|
|
219
219
|
"@commitlint/ensure": "^19.8.1",
|
|
220
220
|
"@commitlint/rules": "^19.8.1",
|
|
221
221
|
"@inquirer/prompts": "7.2.1",
|
|
222
|
-
"@nx/devkit": "^21.
|
|
223
|
-
"@nx/js": "^21.
|
|
224
|
-
"@storm-software/config": "^1.128.
|
|
225
|
-
"@storm-software/config-tools": "^1.180.
|
|
222
|
+
"@nx/devkit": "^21.4.1",
|
|
223
|
+
"@nx/js": "^21.4.1",
|
|
224
|
+
"@storm-software/config": "^1.128.7",
|
|
225
|
+
"@storm-software/config-tools": "^1.180.8",
|
|
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",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"chalk-template": "1.1.0",
|
|
233
233
|
"htmlparser2": "10.0.0",
|
|
234
234
|
"jsonc-parser": "3.2.1",
|
|
235
|
-
"nx": "^21.
|
|
235
|
+
"nx": "^21.4.1",
|
|
236
236
|
"prettier": "^3.5.1",
|
|
237
237
|
"read-yaml-file": "2.1.0",
|
|
238
238
|
"tsconfig-paths": "4.2.0",
|
|
@@ -251,5 +251,5 @@
|
|
|
251
251
|
"tsup": "8.4.0"
|
|
252
252
|
},
|
|
253
253
|
"publishConfig": { "access": "public" },
|
|
254
|
-
"gitHead": "
|
|
254
|
+
"gitHead": "4ae47f6ad886922f9e56642be8f868fb02b75554"
|
|
255
255
|
}
|