alex-c-line 2.10.1 → 2.10.2
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 +6 -6
package/dist/index.cjs
CHANGED
|
@@ -1423,7 +1423,7 @@ function template(program) {
|
|
|
1423
1423
|
//#endregion
|
|
1424
1424
|
//#region package.json
|
|
1425
1425
|
var name = "alex-c-line";
|
|
1426
|
-
var version$1 = "2.10.
|
|
1426
|
+
var version$1 = "2.10.2";
|
|
1427
1427
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1428
1428
|
//#endregion
|
|
1429
1429
|
//#region src/utility/updates/checkUpdate.ts
|
package/dist/index.js
CHANGED
|
@@ -1392,7 +1392,7 @@ function template(program) {
|
|
|
1392
1392
|
//#endregion
|
|
1393
1393
|
//#region package.json
|
|
1394
1394
|
var name = "alex-c-line";
|
|
1395
|
-
var version$1 = "2.10.
|
|
1395
|
+
var version$1 = "2.10.2";
|
|
1396
1396
|
var description = "Command-line tool with commands to streamline the developer workflow.";
|
|
1397
1397
|
//#endregion
|
|
1398
1398
|
//#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.10.
|
|
3
|
+
"version": "2.10.2",
|
|
4
4
|
"description": "Command-line tool with commands to streamline the developer workflow.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@alextheman/utility": "5.22.0",
|
|
38
38
|
"@inquirer/prompts": "8.5.2",
|
|
39
|
-
"axios": "1.
|
|
39
|
+
"axios": "1.18.0",
|
|
40
40
|
"boxen": "8.0.1",
|
|
41
41
|
"chalk": "5.6.2",
|
|
42
42
|
"commander": "15.0.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"zod": "4.4.3"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@alextheman/eslint-plugin": "5.17.
|
|
55
|
+
"@alextheman/eslint-plugin": "5.17.1",
|
|
56
56
|
"@commander-js/extra-typings": "15.0.0",
|
|
57
57
|
"@types/eslint": "9.6.1",
|
|
58
58
|
"@types/node": "25.9.3",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/update-notifier": "6.0.8",
|
|
61
61
|
"cross-env": "10.1.0",
|
|
62
62
|
"dotenv-cli": "11.0.0",
|
|
63
|
-
"eslint": "10.
|
|
63
|
+
"eslint": "10.5.0",
|
|
64
64
|
"husky": "9.1.7",
|
|
65
65
|
"markdownlint-cli2": "0.22.1",
|
|
66
66
|
"prettier": "3.8.4",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"ts-node": "10.9.2",
|
|
69
69
|
"tsdown": "0.22.2",
|
|
70
70
|
"typescript": "6.0.3",
|
|
71
|
-
"typescript-eslint": "8.61.
|
|
71
|
+
"typescript-eslint": "8.61.1",
|
|
72
72
|
"vite": "8.0.16",
|
|
73
|
-
"vitest": "4.1.
|
|
73
|
+
"vitest": "4.1.9"
|
|
74
74
|
},
|
|
75
75
|
"engines": {
|
|
76
76
|
"node": ">=22.3.0"
|