zova-cli-set-front 1.2.68 → 1.2.69

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -8
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -645,8 +645,6 @@ class CliCreateModule extends BeanCliBase {
645
645
  } = this.context;
646
646
  // super
647
647
  await super.execute();
648
- // noformat
649
- // argv.noformat = true;
650
648
  // suite name/info
651
649
  const suiteName = argv.suite;
652
650
  if (suiteName) {
@@ -810,8 +808,6 @@ class CliCreateSuite extends BeanCliBase {
810
808
  } = this.context;
811
809
  // super
812
810
  await super.execute();
813
- // noformat
814
- // argv.noformat = true;
815
811
  // nameMeta
816
812
  const nameMeta = this.helper.parseNameMeta(argv.name);
817
813
  const suiteDir = nameMeta.directory || 'suite';
@@ -973,8 +969,6 @@ class CliInitAsset extends BeanCliBase {
973
969
  } = this.context;
974
970
  // super
975
971
  await super.execute();
976
- // noformat
977
- // argv.noformat = true;
978
972
  // module name/info
979
973
  const moduleName = argv.module;
980
974
  argv.moduleInfo = this.helper.parseModuleInfo(moduleName);
@@ -3388,8 +3382,6 @@ class CliToolsMetadata extends BeanCliBase {
3388
3382
  } = this.context;
3389
3383
  // super
3390
3384
  await super.execute();
3391
- // noformat: src/index.ts need format
3392
- // argv.noformat = true;
3393
3385
  // moduleNames
3394
3386
  let moduleNames = argv._;
3395
3387
  const force = argv.force ?? moduleNames.length > 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zova-cli-set-front",
3
- "version": "1.2.68",
4
- "gitHead": "36b12d24a03e2463b5dbf03761cce7d1f4cb9874",
3
+ "version": "1.2.69",
4
+ "gitHead": "43f768572c896da2f69919f06cbcc6100ef1a3a5",
5
5
  "description": "zova cli-set-front",
6
6
  "keywords": [
7
7
  "framework",