@cabloy/cli 3.1.1 → 3.1.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.js +3 -0
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1065,6 +1065,9 @@ class BeanCliBase {
|
|
|
1065
1065
|
const {
|
|
1066
1066
|
argv
|
|
1067
1067
|
} = this.context;
|
|
1068
|
+
if (['api:default:list', 'front:default:list'].includes(this.cliFullName) && argv._.includes('error')) {
|
|
1069
|
+
throw new Error('internal error');
|
|
1070
|
+
}
|
|
1068
1071
|
if (argv.flavor) {
|
|
1069
1072
|
argv.flavor = patchFlavor(argv.flavor);
|
|
1070
1073
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cabloy/cli",
|
|
3
|
-
"version": "3.1.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "3.1.2",
|
|
4
|
+
"gitHead": "a79189b882c17af5911573896a781bbb0046d37d",
|
|
5
5
|
"description": "@cabloy/cli",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cabloy-cli",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@babel/parser": "^7.26.5",
|
|
38
|
-
"@cabloy/module-glob": "^5.3.
|
|
38
|
+
"@cabloy/module-glob": "^5.3.2",
|
|
39
39
|
"@cabloy/module-info": "^2.0.0",
|
|
40
|
-
"@cabloy/process-helper": "^3.1.
|
|
41
|
-
"@cabloy/utils": "^2.1.
|
|
40
|
+
"@cabloy/process-helper": "^3.1.2",
|
|
41
|
+
"@cabloy/utils": "^2.1.2",
|
|
42
42
|
"@cabloy/word-utils": "^2.0.2",
|
|
43
43
|
"@npmcli/config": "^10.4.2",
|
|
44
|
-
"@zhennann/common-bin": "^4.0.
|
|
44
|
+
"@zhennann/common-bin": "^4.0.1",
|
|
45
45
|
"@zhennann/ejs": "^3.0.1",
|
|
46
46
|
"boxen": "^4.2.0",
|
|
47
47
|
"chalk": "^3.0.0",
|