zova-cli-set-front 1.2.76 → 1.2.77
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 15 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
2
|
<path d="M13.7344 0C13.9844 0 14.1771 0.046875 14.3125 0.140625C14.4479 0.223958 14.5469 0.380208 14.6094 0.609375C14.6823 0.838542 14.7188 1.17188 14.7188 1.60938C14.7188 2.24479 14.599 2.72396 14.3594 3.04688L5.39062 15.1875H11.125V11.7188C11.125 11.3646 11.276 11.1146 11.5781 10.9688C11.8802 10.8125 12.3646 10.7344 13.0312 10.7344C13.6771 10.7344 14.1198 10.8073 14.3594 10.9531C14.599 11.099 14.7188 11.3542 14.7188 11.7188V17.5312C14.7188 17.8854 14.6406 18.1458 14.4844 18.3125C14.3281 18.4688 14.0677 18.5469 13.7031 18.5469H0.984375C0.734375 18.5469 0.541667 18.5052 0.40625 18.4219C0.270833 18.3385 0.166667 18.1823 0.09375 17.9531C0.03125 17.724 0 17.3906 0 16.9531C0 16.2656 0.104167 15.7812 0.3125 15.5L9.28125 3.35938H4.0625V6.51562C4.0625 6.86979 3.91146 7.125 3.60938 7.28125C3.30729 7.42708 2.82292 7.5 2.15625 7.5C1.51042 7.5 1.06771 7.42708 0.828125 7.28125C0.588542 7.13542 0.46875 6.88021 0.46875 6.51562V1.01562C0.46875 0.651042 0.546875 0.390625 0.703125 0.234375C0.869792 0.078125 1.13021 0 1.48438 0H13.7344Z" fill="#FF9300"/>
|
|
3
3
|
</svg>
|
package/dist/index.js
CHANGED
|
@@ -727,6 +727,12 @@ class CliCreateModule extends BeanCliBase {
|
|
|
727
727
|
if (!argv.vscode && !argv.ci) {
|
|
728
728
|
await this.helper.pnpmInstall();
|
|
729
729
|
}
|
|
730
|
+
// tools.metadata
|
|
731
|
+
if (!argv.nometadata) {
|
|
732
|
+
await this.helper.invokeCli([':tools:metadata', moduleName], {
|
|
733
|
+
cwd: argv.projectPath
|
|
734
|
+
});
|
|
735
|
+
}
|
|
730
736
|
}
|
|
731
737
|
}
|
|
732
738
|
|
|
@@ -3613,12 +3619,16 @@ var createBean = {
|
|
|
3613
3619
|
info: {
|
|
3614
3620
|
version: '5.0.0',
|
|
3615
3621
|
title: 'Cli: Create Bean',
|
|
3616
|
-
usage: 'npm run zova :create:bean sceneName beanName -- [--module=]'
|
|
3622
|
+
usage: 'npm run zova :create:bean sceneName beanName -- [--module=] [--boilerplate=]'
|
|
3617
3623
|
},
|
|
3618
3624
|
options: {
|
|
3619
3625
|
module: {
|
|
3620
3626
|
description: 'module name',
|
|
3621
3627
|
type: 'string'
|
|
3628
|
+
},
|
|
3629
|
+
boilerplate: {
|
|
3630
|
+
description: 'boilerplate',
|
|
3631
|
+
type: 'string'
|
|
3622
3632
|
}
|
|
3623
3633
|
},
|
|
3624
3634
|
groups: {
|
package/dist/lib/commands.d.ts
CHANGED
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.77",
|
|
4
|
+
"gitHead": "ca10457f38716ad28bf5918dd67c85dd1f7dc9d0",
|
|
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.18",
|
|
40
40
|
"@cabloy/extend": "^3.2.8",
|
|
41
41
|
"@cabloy/module-info": "^2.0.0",
|
|
42
42
|
"@cabloy/openapi-typescript": "^7.9.2",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"vite": "^8.0.14",
|
|
66
66
|
"yaml": "^2.8.3",
|
|
67
67
|
"zova-openapi": "^1.1.17",
|
|
68
|
-
"zova-vite": "^1.1.
|
|
68
|
+
"zova-vite": "^1.1.39"
|
|
69
69
|
}
|
|
70
70
|
}
|