vona-cli-set-api 1.0.478 → 1.0.480

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.
@@ -24,6 +24,7 @@ miniprogram_npm
24
24
  # vona core related directories
25
25
  .vona
26
26
  .app
27
+ .zovaRest
27
28
 
28
29
  # mine .env files
29
30
  env/.env*.mine
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "react": "^19.2.3",
50
- "vona": "^5.0.269"
50
+ "vona": "^5.0.270"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@cabloy/lint": "^5.0.16",
package/dist/index.js CHANGED
@@ -2072,7 +2072,7 @@ class CliToolsDeps extends BeanCliBase {
2072
2072
  }
2073
2073
  async _generateZovaRest(projectPath) {
2074
2074
  let needPnpmInstall = false;
2075
- const targetDir = path.join(projectPath, 'zovaRest');
2075
+ const targetDir = path.join(projectPath, '.zovaRest');
2076
2076
  for (const module of this.modulesMeta.modulesArray) {
2077
2077
  const moduleZovaRest = path.join(module.root, 'zovaRest');
2078
2078
  if (!fse.existsSync(moduleZovaRest)) continue;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
3
  "type": "module",
4
- "version": "1.0.478",
4
+ "version": "1.0.480",
5
5
  "description": "vona cli-set-api",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -33,7 +33,7 @@
33
33
  "@babel/plugin-proposal-decorators": "^7.25.9",
34
34
  "@babel/plugin-transform-class-properties": "^7.25.9",
35
35
  "@babel/plugin-transform-typescript": "^7.26.8",
36
- "@cabloy/cli": "^3.0.90",
36
+ "@cabloy/cli": "^3.0.91",
37
37
  "@cabloy/dotenv": "^1.1.12",
38
38
  "@cabloy/extend": "^3.1.11",
39
39
  "@cabloy/module-glob": "^5.2.49",