create-awesome-node-app 0.2.1 → 0.2.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 +3 -8
- package/dist/index.js +3 -8
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3639,7 +3639,7 @@ var getCnaOptions = async (options) => {
|
|
|
3639
3639
|
// package.json
|
|
3640
3640
|
var package_default = {
|
|
3641
3641
|
name: "create-awesome-node-app",
|
|
3642
|
-
version: "0.2.
|
|
3642
|
+
version: "0.2.1",
|
|
3643
3643
|
type: "module",
|
|
3644
3644
|
description: "Command line tool to create Node apps with a lot of different addons.",
|
|
3645
3645
|
license: "MIT",
|
|
@@ -3723,16 +3723,11 @@ var main = async () => {
|
|
|
3723
3723
|
console.log();
|
|
3724
3724
|
console.error(
|
|
3725
3725
|
import_chalk.default.yellow(
|
|
3726
|
-
`You are running \`create-
|
|
3726
|
+
`You are running \`create-awesome-node-app\` ${package_default.version}, which is behind the latest release (${latest}).
|
|
3727
3727
|
|
|
3728
|
-
We recommend always using the latest version of create-
|
|
3728
|
+
We recommend always using the latest version of create-awesome-node-app if possible.`
|
|
3729
3729
|
)
|
|
3730
3730
|
);
|
|
3731
|
-
console.log();
|
|
3732
|
-
console.log(
|
|
3733
|
-
"The latest instructions for creating a new app can be found here:\nhttps://create-react-app.dev/docs/getting-started/"
|
|
3734
|
-
);
|
|
3735
|
-
console.log();
|
|
3736
3731
|
return;
|
|
3737
3732
|
}
|
|
3738
3733
|
return (0, import_core.createNodeApp)(
|
package/dist/index.js
CHANGED
|
@@ -3645,7 +3645,7 @@ var getCnaOptions = async (options) => {
|
|
|
3645
3645
|
// package.json
|
|
3646
3646
|
var package_default = {
|
|
3647
3647
|
name: "create-awesome-node-app",
|
|
3648
|
-
version: "0.2.
|
|
3648
|
+
version: "0.2.1",
|
|
3649
3649
|
type: "module",
|
|
3650
3650
|
description: "Command line tool to create Node apps with a lot of different addons.",
|
|
3651
3651
|
license: "MIT",
|
|
@@ -3729,16 +3729,11 @@ var main = async () => {
|
|
|
3729
3729
|
console.log();
|
|
3730
3730
|
console.error(
|
|
3731
3731
|
import_chalk.default.yellow(
|
|
3732
|
-
`You are running \`create-
|
|
3732
|
+
`You are running \`create-awesome-node-app\` ${package_default.version}, which is behind the latest release (${latest}).
|
|
3733
3733
|
|
|
3734
|
-
We recommend always using the latest version of create-
|
|
3734
|
+
We recommend always using the latest version of create-awesome-node-app if possible.`
|
|
3735
3735
|
)
|
|
3736
3736
|
);
|
|
3737
|
-
console.log();
|
|
3738
|
-
console.log(
|
|
3739
|
-
"The latest instructions for creating a new app can be found here:\nhttps://create-react-app.dev/docs/getting-started/"
|
|
3740
|
-
);
|
|
3741
|
-
console.log();
|
|
3742
3737
|
return;
|
|
3743
3738
|
}
|
|
3744
3739
|
return createNodeApp(
|