@corva/create-app 0.42.0-rc.0 → 0.42.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.
@@ -40,7 +40,7 @@ export const silentOption = new Option(
40
40
  export const bumpVersionOptionDeprecated = new Option(
41
41
  flags,
42
42
  chalk.bgYellow`DEPRECATED` +
43
- ` Use with ${chalk.cyan`zip`} or ${chalk.cyan`release`} command instead`
43
+ ` Use with ${chalk.cyan`zip`} or ${chalk.cyan`release`} command instead`
44
44
  )
45
45
  .choices(choices)
46
46
  .argParser(argParser);
package/lib/main.js CHANGED
@@ -126,7 +126,7 @@ export async function run() {
126
126
  `${value.alias ? `-${value.alias}, ` : ''}--${value.name} [${
127
127
  (type !== 'undefined' && type) || 'string'
128
128
  }]`,
129
- value.message
129
+ value.message,
130
130
  );
131
131
 
132
132
  if (value.choices) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/create-app",
3
- "version": "0.42.0-rc.0",
3
+ "version": "0.42.0",
4
4
  "private": false,
5
5
  "description": "Create an app to use it in CORVA.AI",
6
6
  "keywords": [