alex-c-line 2.6.0 → 2.6.1
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1166,7 +1166,7 @@ function template(program) {
|
|
|
1166
1166
|
//#endregion
|
|
1167
1167
|
//#region package.json
|
|
1168
1168
|
var name = "alex-c-line";
|
|
1169
|
-
var version$1 = "2.6.
|
|
1169
|
+
var version$1 = "2.6.1";
|
|
1170
1170
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1171
1171
|
//#endregion
|
|
1172
1172
|
//#region src/utility/updates/checkUpdate.ts
|
package/dist/index.js
CHANGED
|
@@ -1135,7 +1135,7 @@ function template(program) {
|
|
|
1135
1135
|
//#endregion
|
|
1136
1136
|
//#region package.json
|
|
1137
1137
|
var name = "alex-c-line";
|
|
1138
|
-
var version$1 = "2.6.
|
|
1138
|
+
var version$1 = "2.6.1";
|
|
1139
1139
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1140
1140
|
//#endregion
|
|
1141
1141
|
//#region src/utility/updates/checkUpdate.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "alex-c-line",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "Command-line tool with commands to streamline the developer workflow.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"templates"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@alextheman/utility": "5.
|
|
37
|
+
"@alextheman/utility": "5.11.0",
|
|
38
38
|
"@inquirer/prompts": "8.4.1",
|
|
39
39
|
"axios": "1.15.0",
|
|
40
40
|
"boxen": "8.0.1",
|