@m2c2kit/cli 0.3.18 → 0.3.20
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.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -335,7 +335,7 @@ async function main({ args, stdout = process.stdout, stderr = process.stderr, })
|
|
|
335
335
|
})
|
|
336
336
|
.toPromise();
|
|
337
337
|
if (nothingDone) {
|
|
338
|
-
logger.info("Nothing to be done.");
|
|
338
|
+
// logger.info("Nothing to be done.");
|
|
339
339
|
}
|
|
340
340
|
else if (dryRun) {
|
|
341
341
|
logger.info(`Dry run enabled${dryRunPresent ? "" : " by default in debug mode"}. No files written to disk.`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m2c2kit/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.20",
|
|
4
4
|
"description": "Command line interface to create new m2c2kit apps",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@angular-devkit/core": "^18.2.0",
|
|
29
29
|
"@angular-devkit/schematics": "^18.2.0",
|
|
30
30
|
"@inquirer/prompts": "5.3.8",
|
|
31
|
-
"@m2c2kit/schematics": "0.1.
|
|
31
|
+
"@m2c2kit/schematics": "0.1.20",
|
|
32
32
|
"@schematics/angular": "^18.2.0",
|
|
33
33
|
"ansi-colors": "4.1.3",
|
|
34
34
|
"symbol-observable": "4.0.0",
|