@storm-software/git-tools 2.119.5 → 2.119.7
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 +2 -1
- package/dist/release/config.d.cts +2 -2
- package/dist/release/config.d.ts +2 -2
- package/dist/types.d.cts +2 -2
- package/dist/types.d.ts +2 -2
- 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 -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Git Tools](#storm-git-tools)
|
|
@@ -9,7 +9,7 @@ declare const DEFAULT_CONVENTIONAL_COMMITS_CONFIG: {
|
|
|
9
9
|
readonly type: "select";
|
|
10
10
|
readonly title: "Commit Type";
|
|
11
11
|
readonly description: "Select the commit type that best describes your changes";
|
|
12
|
-
readonly enum: CommitTypesEnum<"
|
|
12
|
+
readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
|
|
13
13
|
readonly defaultValue: "chore";
|
|
14
14
|
readonly maxLength: 20;
|
|
15
15
|
readonly minLength: 3;
|
|
@@ -226,7 +226,7 @@ declare const DEFAULT_RELEASE_CONFIG: {
|
|
|
226
226
|
readonly type: "select";
|
|
227
227
|
readonly title: "Commit Type";
|
|
228
228
|
readonly description: "Select the commit type that best describes your changes";
|
|
229
|
-
readonly enum: CommitTypesEnum<"
|
|
229
|
+
readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
|
|
230
230
|
readonly defaultValue: "chore";
|
|
231
231
|
readonly maxLength: 20;
|
|
232
232
|
readonly minLength: 3;
|
package/dist/release/config.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare const DEFAULT_CONVENTIONAL_COMMITS_CONFIG: {
|
|
|
9
9
|
readonly type: "select";
|
|
10
10
|
readonly title: "Commit Type";
|
|
11
11
|
readonly description: "Select the commit type that best describes your changes";
|
|
12
|
-
readonly enum: CommitTypesEnum<"
|
|
12
|
+
readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
|
|
13
13
|
readonly defaultValue: "chore";
|
|
14
14
|
readonly maxLength: 20;
|
|
15
15
|
readonly minLength: 3;
|
|
@@ -226,7 +226,7 @@ declare const DEFAULT_RELEASE_CONFIG: {
|
|
|
226
226
|
readonly type: "select";
|
|
227
227
|
readonly title: "Commit Type";
|
|
228
228
|
readonly description: "Select the commit type that best describes your changes";
|
|
229
|
-
readonly enum: CommitTypesEnum<"
|
|
229
|
+
readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
|
|
230
230
|
readonly defaultValue: "chore";
|
|
231
231
|
readonly maxLength: 20;
|
|
232
232
|
readonly minLength: 3;
|
package/dist/types.d.cts
CHANGED
|
@@ -170,7 +170,7 @@ declare const DEFAULT_MINIMAL_COMMIT_QUESTIONS: {
|
|
|
170
170
|
readonly type: "select";
|
|
171
171
|
readonly title: "Commit Type";
|
|
172
172
|
readonly description: "Select the commit type that best describes your changes";
|
|
173
|
-
readonly enum: CommitTypesEnum<"
|
|
173
|
+
readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
|
|
174
174
|
readonly defaultValue: "chore";
|
|
175
175
|
readonly maxLength: 20;
|
|
176
176
|
readonly minLength: 3;
|
|
@@ -222,7 +222,7 @@ declare const DEFAULT_MONOREPO_COMMIT_QUESTIONS: {
|
|
|
222
222
|
readonly type: "select";
|
|
223
223
|
readonly title: "Commit Type";
|
|
224
224
|
readonly description: "Select the commit type that best describes your changes";
|
|
225
|
-
readonly enum: CommitTypesEnum<"
|
|
225
|
+
readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
|
|
226
226
|
readonly defaultValue: "chore";
|
|
227
227
|
readonly maxLength: 20;
|
|
228
228
|
readonly minLength: 3;
|
package/dist/types.d.ts
CHANGED
|
@@ -170,7 +170,7 @@ declare const DEFAULT_MINIMAL_COMMIT_QUESTIONS: {
|
|
|
170
170
|
readonly type: "select";
|
|
171
171
|
readonly title: "Commit Type";
|
|
172
172
|
readonly description: "Select the commit type that best describes your changes";
|
|
173
|
-
readonly enum: CommitTypesEnum<"
|
|
173
|
+
readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
|
|
174
174
|
readonly defaultValue: "chore";
|
|
175
175
|
readonly maxLength: 20;
|
|
176
176
|
readonly minLength: 3;
|
|
@@ -222,7 +222,7 @@ declare const DEFAULT_MONOREPO_COMMIT_QUESTIONS: {
|
|
|
222
222
|
readonly type: "select";
|
|
223
223
|
readonly title: "Commit Type";
|
|
224
224
|
readonly description: "Select the commit type that best describes your changes";
|
|
225
|
-
readonly enum: CommitTypesEnum<"
|
|
225
|
+
readonly enum: CommitTypesEnum<"chore" | "fix" | "feat" | "ci" | "refactor" | "style" | "perf" | "docs" | "test" | "deps" | "build" | "release">;
|
|
226
226
|
readonly defaultValue: "chore";
|
|
227
227
|
readonly maxLength: 20;
|
|
228
228
|
readonly minLength: 3;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/git-tools",
|
|
3
|
-
"version": "2.119.
|
|
3
|
+
"version": "2.119.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Tools for managing Git repositories within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -179,8 +179,8 @@
|
|
|
179
179
|
"@inquirer/prompts": "7.2.1",
|
|
180
180
|
"@nx/devkit": "^21.4.1",
|
|
181
181
|
"@nx/js": "^21.4.1",
|
|
182
|
-
"@storm-software/config": "^1.130.
|
|
183
|
-
"@storm-software/config-tools": "^1.183.
|
|
182
|
+
"@storm-software/config": "^1.130.5",
|
|
183
|
+
"@storm-software/config-tools": "^1.183.7",
|
|
184
184
|
"@textlint/ast-node-types": "14.4.2",
|
|
185
185
|
"@textlint/markdown-to-ast": "14.4.2",
|
|
186
186
|
"anchor-markdown-header": "0.7.0",
|
|
@@ -209,5 +209,5 @@
|
|
|
209
209
|
"tsup": "8.4.0"
|
|
210
210
|
},
|
|
211
211
|
"publishConfig": { "access": "public" },
|
|
212
|
-
"gitHead": "
|
|
212
|
+
"gitHead": "a3f96d4ef1d2e7f70dbe835d6ce2452fa2e8ff94"
|
|
213
213
|
}
|