vona-cli-set-api 1.0.88 → 1.0.92

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.
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "vona": "^5.0.46"
48
+ "vona": "^5.0.49"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@cabloy/lint": "^5.0.16",
@@ -11,5 +11,8 @@ export default function (_appInfo: VonaAppInfo) {
11
11
  // modules
12
12
  config.modules = {};
13
13
 
14
+ // onions
15
+ config.onions = {};
16
+
14
17
  return config;
15
18
  }
@@ -17,5 +17,8 @@ export default function (_appInfo: VonaAppInfo) {
17
17
  // modules
18
18
  config.modules = {};
19
19
 
20
+ // onions
21
+ config.onions = {};
22
+
20
23
  return config;
21
24
  }
@@ -11,5 +11,8 @@ export default function (_appInfo: VonaAppInfo) {
11
11
  // modules
12
12
  config.modules = {};
13
13
 
14
+ // onions
15
+ config.onions = {};
16
+
14
17
  return config;
15
18
  }
@@ -6,5 +6,8 @@ export default function (_appInfo: VonaAppInfo) {
6
6
  // modules
7
7
  config.modules = {};
8
8
 
9
+ // onions
10
+ config.onions = {};
11
+
9
12
  return config;
10
13
  }
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.88",
4
+ "version": "1.0.92",
5
5
  "description": "vona cli-set-api",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -61,7 +61,7 @@
61
61
  "ts-node": "^10.9.2",
62
62
  "urllib": "^4.6.11",
63
63
  "uuid": "^11.1.0",
64
- "vona-core": "^5.0.26",
64
+ "vona-core": "^5.0.28",
65
65
  "why-is-node-running": "^3.2.2",
66
66
  "yargs-parser": "^21.1.1"
67
67
  },