zova-cli-set-front 1.2.67 → 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.
- package/dist/index.js +0 -8
- package/package.json +3 -3
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.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "1.2.69",
|
|
4
|
+
"gitHead": "43f768572c896da2f69919f06cbcc6100ef1a3a5",
|
|
5
5
|
"description": "zova cli-set-front",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"framework",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@babel/plugin-proposal-decorators": "^7.29.0",
|
|
37
37
|
"@babel/plugin-transform-class-properties": "^7.28.6",
|
|
38
38
|
"@babel/plugin-transform-typescript": "^7.28.6",
|
|
39
|
-
"@cabloy/cli": "^3.1.
|
|
39
|
+
"@cabloy/cli": "^3.1.14",
|
|
40
40
|
"@cabloy/extend": "^3.1.0",
|
|
41
41
|
"@cabloy/module-info": "^2.0.0",
|
|
42
42
|
"@cabloy/openapi-typescript": "^7.9.2",
|