create-awesome-node-app 0.4.23 → 0.4.24
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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -3658,7 +3658,7 @@ var getCnaOptions = async (options) => {
|
|
|
3658
3658
|
// package.json
|
|
3659
3659
|
var package_default = {
|
|
3660
3660
|
name: "create-awesome-node-app",
|
|
3661
|
-
version: "0.4.
|
|
3661
|
+
version: "0.4.24",
|
|
3662
3662
|
type: "module",
|
|
3663
3663
|
description: "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
3664
3664
|
license: "MIT",
|
|
@@ -3705,15 +3705,15 @@ var package_default = {
|
|
|
3705
3705
|
dependencies: {
|
|
3706
3706
|
"@create-node-app/core": "*",
|
|
3707
3707
|
axios: "^1.6.0",
|
|
3708
|
-
"ci-info": "^
|
|
3708
|
+
"ci-info": "^4.0.0",
|
|
3709
3709
|
prompts: "^2.4.1",
|
|
3710
|
-
semver: "^5.
|
|
3710
|
+
semver: "^7.5.2",
|
|
3711
3711
|
yargs: "^17.0.1"
|
|
3712
3712
|
},
|
|
3713
3713
|
devDependencies: {
|
|
3714
3714
|
"@create-node-app/eslint-config-ts": "*",
|
|
3715
3715
|
"@types/node": "^18.14.6",
|
|
3716
|
-
"@types/prompts": "^2.4.
|
|
3716
|
+
"@types/prompts": "^2.4.9",
|
|
3717
3717
|
"@types/yargs": "^17.0.22",
|
|
3718
3718
|
eslint: "^7.9.0",
|
|
3719
3719
|
tsup: "^6.2.3"
|
package/dist/index.js
CHANGED
|
@@ -3668,7 +3668,7 @@ var getCnaOptions = async (options) => {
|
|
|
3668
3668
|
// package.json
|
|
3669
3669
|
var package_default = {
|
|
3670
3670
|
name: "create-awesome-node-app",
|
|
3671
|
-
version: "0.4.
|
|
3671
|
+
version: "0.4.24",
|
|
3672
3672
|
type: "module",
|
|
3673
3673
|
description: "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
3674
3674
|
license: "MIT",
|
|
@@ -3715,15 +3715,15 @@ var package_default = {
|
|
|
3715
3715
|
dependencies: {
|
|
3716
3716
|
"@create-node-app/core": "*",
|
|
3717
3717
|
axios: "^1.6.0",
|
|
3718
|
-
"ci-info": "^
|
|
3718
|
+
"ci-info": "^4.0.0",
|
|
3719
3719
|
prompts: "^2.4.1",
|
|
3720
|
-
semver: "^5.
|
|
3720
|
+
semver: "^7.5.2",
|
|
3721
3721
|
yargs: "^17.0.1"
|
|
3722
3722
|
},
|
|
3723
3723
|
devDependencies: {
|
|
3724
3724
|
"@create-node-app/eslint-config-ts": "*",
|
|
3725
3725
|
"@types/node": "^18.14.6",
|
|
3726
|
-
"@types/prompts": "^2.4.
|
|
3726
|
+
"@types/prompts": "^2.4.9",
|
|
3727
3727
|
"@types/yargs": "^17.0.22",
|
|
3728
3728
|
eslint: "^7.9.0",
|
|
3729
3729
|
tsup: "^6.2.3"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-awesome-node-app",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Command line tool to create Node apps with a lot of different templates and extensions.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@create-node-app/core": "*",
|
|
49
49
|
"axios": "^1.6.0",
|
|
50
|
-
"ci-info": "^
|
|
50
|
+
"ci-info": "^4.0.0",
|
|
51
51
|
"prompts": "^2.4.1",
|
|
52
|
-
"semver": "^5.
|
|
52
|
+
"semver": "^7.5.2",
|
|
53
53
|
"yargs": "^17.0.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@create-node-app/eslint-config-ts": "*",
|
|
57
57
|
"@types/node": "^18.14.6",
|
|
58
|
-
"@types/prompts": "^2.4.
|
|
58
|
+
"@types/prompts": "^2.4.9",
|
|
59
59
|
"@types/yargs": "^17.0.22",
|
|
60
60
|
"eslint": "^7.9.0",
|
|
61
61
|
"tsup": "^6.2.3"
|