alex-c-line 2.3.0 → 2.4.0
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
CHANGED
|
@@ -1235,7 +1235,7 @@ function template(program) {
|
|
|
1235
1235
|
//#endregion
|
|
1236
1236
|
//#region package.json
|
|
1237
1237
|
var name = "alex-c-line";
|
|
1238
|
-
var version$1 = "2.
|
|
1238
|
+
var version$1 = "2.4.0";
|
|
1239
1239
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1240
1240
|
//#endregion
|
|
1241
1241
|
//#region src/utility/updates/checkUpdate.ts
|
package/dist/index.js
CHANGED
|
@@ -1204,7 +1204,7 @@ function template(program) {
|
|
|
1204
1204
|
//#endregion
|
|
1205
1205
|
//#region package.json
|
|
1206
1206
|
var name = "alex-c-line";
|
|
1207
|
-
var version$1 = "2.
|
|
1207
|
+
var version$1 = "2.4.0";
|
|
1208
1208
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1209
1209
|
//#endregion
|
|
1210
1210
|
//#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.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Command-line tool with commands to streamline the developer workflow.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"templates"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@alextheman/utility": "^5.
|
|
37
|
+
"@alextheman/utility": "^5.7.0",
|
|
38
38
|
"@inquirer/prompts": "^8.3.2",
|
|
39
|
-
"axios": "^1.
|
|
39
|
+
"axios": "^1.14.0",
|
|
40
40
|
"boxen": "^8.0.1",
|
|
41
|
-
"canvas": "^3.2.
|
|
41
|
+
"canvas": "^3.2.2",
|
|
42
42
|
"chalk": "^5.6.2",
|
|
43
43
|
"commander": "^14.0.3",
|
|
44
44
|
"dotenv": "^17.3.1",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"prettier": "^3.8.1",
|
|
67
67
|
"tempy": "^3.2.0",
|
|
68
68
|
"ts-node": "^10.9.2",
|
|
69
|
-
"tsdown": "^0.21.
|
|
69
|
+
"tsdown": "^0.21.6",
|
|
70
70
|
"typescript": "^5.9.3",
|
|
71
|
-
"typescript-eslint": "^8.57.
|
|
71
|
+
"typescript-eslint": "^8.57.2",
|
|
72
72
|
"vite-tsconfig-paths": "^6.1.1",
|
|
73
|
-
"vitest": "^4.1.
|
|
73
|
+
"vitest": "^4.1.2"
|
|
74
74
|
},
|
|
75
75
|
"engines": {
|
|
76
76
|
"node": ">=22.0.0"
|
|
@@ -13,7 +13,7 @@ placeholders:
|
|
|
13
13
|
<!-- alex-c-line-release-status-end -->
|
|
14
14
|
|
|
15
15
|
<!-- alex-c-line-release-summary-start -->
|
|
16
|
-
This is a new minor release of the `{{projectName}}` package. It introduces new features
|
|
16
|
+
This is a new minor release of the `{{projectName}}` package. It introduces new features and other backwards-compatible changes that should require little to no refactoring. Please read the description of changes below.
|
|
17
17
|
<!-- alex-c-line-release-summary-end -->
|
|
18
18
|
|
|
19
19
|
## Description of Changes
|