vona-cli-set-api 1.1.109 → 1.1.110

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 +6 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1224,6 +1224,12 @@ class CliCreateModule extends BeanCliBase {
1224
1224
  if (!argv.vscode && !argv.ci) {
1225
1225
  await this.helper.pnpmInstall();
1226
1226
  }
1227
+ // tools.metadata
1228
+ if (!argv.nometadata) {
1229
+ await this.helper.invokeCli([':tools:metadata', moduleName], {
1230
+ cwd: argv.projectPath
1231
+ });
1232
+ }
1227
1233
  }
1228
1234
  }
1229
1235
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
- "version": "1.1.109",
4
- "gitHead": "c7429e0d6a259341ae6e23d018b3238fb2483fdf",
3
+ "version": "1.1.110",
4
+ "gitHead": "ca10457f38716ad28bf5918dd67c85dd1f7dc9d0",
5
5
  "description": "vona cli-set-api",
6
6
  "keywords": [
7
7
  "framework",
@@ -41,7 +41,7 @@
41
41
  "@babel/plugin-proposal-decorators": "^7.29.0",
42
42
  "@babel/plugin-transform-class-properties": "^7.28.6",
43
43
  "@babel/plugin-transform-typescript": "^7.28.6",
44
- "@cabloy/cli": "^3.1.17",
44
+ "@cabloy/cli": "^3.1.18",
45
45
  "@cabloy/dotenv": "^1.2.8",
46
46
  "@cabloy/extend": "^3.2.8",
47
47
  "@cabloy/module-glob": "^5.3.13",