alex-c-line 1.18.2 → 1.18.3
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/dist/index.cjs +3 -4
- package/dist/index.js +3 -4
- package/package.json +4 -4
- /package/{dist/templates → templates}/pullRequest/general/base.md +0 -0
- /package/{dist/templates → templates}/pullRequest/general/breaking_change.md +0 -0
- /package/{dist/templates → templates}/pullRequest/general/bug_fix.md +0 -0
- /package/{dist/templates → templates}/pullRequest/general/documentation_change.md +0 -0
- /package/{dist/templates → templates}/pullRequest/general/miscellaneous.md +0 -0
- /package/{dist/templates → templates}/pullRequest/general/new_feature.md +0 -0
- /package/{dist/templates → templates}/pullRequest/general/refactor.md +0 -0
- /package/{dist/templates → templates}/pullRequest/general/tooling_change.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/base.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/bug_fix.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/documentation_change.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/irreversible_destruction.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/manual_change.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/miscellaneous.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/new_feature.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/refactor.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/resource_update.md +0 -0
- /package/{dist/templates → templates}/pullRequest/infrastructure/tooling_change.md +0 -0
package/dist/index.cjs
CHANGED
|
@@ -848,7 +848,7 @@ var commands_default = createCommands;
|
|
|
848
848
|
|
|
849
849
|
//#endregion
|
|
850
850
|
//#region package.json
|
|
851
|
-
var version = "1.18.
|
|
851
|
+
var version = "1.18.3";
|
|
852
852
|
var package_default = {
|
|
853
853
|
name: "alex-c-line",
|
|
854
854
|
version,
|
|
@@ -878,9 +878,9 @@ var package_default = {
|
|
|
878
878
|
module: "dist/index.cjs",
|
|
879
879
|
types: "dist/index.d.ts",
|
|
880
880
|
bin: { "alex-c-line": "dist/index.js" },
|
|
881
|
-
files: ["dist"],
|
|
881
|
+
files: ["dist", "templates"],
|
|
882
882
|
scripts: {
|
|
883
|
-
"build": "tsdown
|
|
883
|
+
"build": "tsdown",
|
|
884
884
|
"command": "bash -c 'pnpm run build && echo && echo \"Command output:\" && node dist/index.js $@' --",
|
|
885
885
|
"create-release-note-major": "git pull origin main && pnpm run command create-release-note major",
|
|
886
886
|
"create-release-note-minor": "git pull origin main && pnpm run command create-release-note minor",
|
|
@@ -930,7 +930,6 @@ var package_default = {
|
|
|
930
930
|
"@types/libsodium-wrappers": "^0.7.14",
|
|
931
931
|
"@types/node": "^25.0.9",
|
|
932
932
|
"@types/update-notifier": "^6.0.8",
|
|
933
|
-
"cpx": "^1.5.0",
|
|
934
933
|
"dotenv-cli": "^11.0.0",
|
|
935
934
|
"eslint": "^9.39.2",
|
|
936
935
|
"eslint-plugin-perfectionist": "^5.3.1",
|
package/dist/index.js
CHANGED
|
@@ -814,7 +814,7 @@ var commands_default = createCommands;
|
|
|
814
814
|
|
|
815
815
|
//#endregion
|
|
816
816
|
//#region package.json
|
|
817
|
-
var version = "1.18.
|
|
817
|
+
var version = "1.18.3";
|
|
818
818
|
var package_default = {
|
|
819
819
|
name: "alex-c-line",
|
|
820
820
|
version,
|
|
@@ -844,9 +844,9 @@ var package_default = {
|
|
|
844
844
|
module: "dist/index.cjs",
|
|
845
845
|
types: "dist/index.d.ts",
|
|
846
846
|
bin: { "alex-c-line": "dist/index.js" },
|
|
847
|
-
files: ["dist"],
|
|
847
|
+
files: ["dist", "templates"],
|
|
848
848
|
scripts: {
|
|
849
|
-
"build": "tsdown
|
|
849
|
+
"build": "tsdown",
|
|
850
850
|
"command": "bash -c 'pnpm run build && echo && echo \"Command output:\" && node dist/index.js $@' --",
|
|
851
851
|
"create-release-note-major": "git pull origin main && pnpm run command create-release-note major",
|
|
852
852
|
"create-release-note-minor": "git pull origin main && pnpm run command create-release-note minor",
|
|
@@ -896,7 +896,6 @@ var package_default = {
|
|
|
896
896
|
"@types/libsodium-wrappers": "^0.7.14",
|
|
897
897
|
"@types/node": "^25.0.9",
|
|
898
898
|
"@types/update-notifier": "^6.0.8",
|
|
899
|
-
"cpx": "^1.5.0",
|
|
900
899
|
"dotenv-cli": "^11.0.0",
|
|
901
900
|
"eslint": "^9.39.2",
|
|
902
901
|
"eslint-plugin-perfectionist": "^5.3.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "alex-c-line",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.3",
|
|
4
4
|
"description": "Command-line tool with commands to streamline the developer workflow.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"alex-c-line": "dist/index.js"
|
|
31
31
|
},
|
|
32
32
|
"files": [
|
|
33
|
-
"dist"
|
|
33
|
+
"dist",
|
|
34
|
+
"templates"
|
|
34
35
|
],
|
|
35
36
|
"dependencies": {
|
|
36
37
|
"@alextheman/utility": "^4.7.0",
|
|
@@ -50,7 +51,6 @@
|
|
|
50
51
|
"@types/libsodium-wrappers": "^0.7.14",
|
|
51
52
|
"@types/node": "^25.0.9",
|
|
52
53
|
"@types/update-notifier": "^6.0.8",
|
|
53
|
-
"cpx": "^1.5.0",
|
|
54
54
|
"dotenv-cli": "^11.0.0",
|
|
55
55
|
"eslint": "^9.39.2",
|
|
56
56
|
"eslint-plugin-perfectionist": "^5.3.1",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"node": ">=22.0.0"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
|
-
"build": "tsdown
|
|
70
|
+
"build": "tsdown",
|
|
71
71
|
"command": "bash -c 'pnpm run build && echo && echo \"Command output:\" && node dist/index.js $@' --",
|
|
72
72
|
"create-release-note-major": "git pull origin main && pnpm run command create-release-note major",
|
|
73
73
|
"create-release-note-minor": "git pull origin main && pnpm run command create-release-note minor",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/templates → templates}/pullRequest/infrastructure/irreversible_destruction.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|