vona-cli-set-api 1.0.127 → 1.0.130

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.
@@ -48,6 +48,18 @@
48
48
  ],
49
49
  "description": "aop.action"
50
50
  },
51
+ "record.flavor": {
52
+ "scope": "typescript,typescriptreact",
53
+ "prefix": "recordflavor",
54
+ "body": [
55
+ "declare module '@cabloy/module-info' {",
56
+ " export interface VonaMetaFlavorExtend {",
57
+ " $0: never;",
58
+ " }",
59
+ "}"
60
+ ],
61
+ "description": "record.flavor"
62
+ },
51
63
  "record.loggerclient": {
52
64
  "scope": "typescript,typescriptreact",
53
65
  "prefix": "recordloggerclient",
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "vona": "^5.0.71"
48
+ "vona": "^5.0.73"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@cabloy/lint": "^5.0.16",
@@ -5,7 +5,7 @@ export default function (_appInfo: VonaAppInfo) {
5
5
 
6
6
  // instances
7
7
  config.instances = [
8
- { instanceName: '', password: '', title: '' },
8
+ { name: '', password: '', title: '' },
9
9
  ];
10
10
 
11
11
  // modules
@@ -6,7 +6,7 @@ export default function (_appInfo: VonaAppInfo) {
6
6
  // instances
7
7
  config.instances = [
8
8
  {
9
- instanceName: '',
9
+ name: '',
10
10
  password: '',
11
11
  title: '',
12
12
  config: {
@@ -5,7 +5,7 @@ export default function (_appInfo: VonaAppInfo) {
5
5
 
6
6
  // instances
7
7
  config.instances = [
8
- { instanceName: '', password: '', title: '' },
8
+ { name: '', password: '', title: '' },
9
9
  ];
10
10
 
11
11
  // modules
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.127",
4
+ "version": "1.0.130",
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.41",
64
+ "vona-core": "^5.0.42",
65
65
  "why-is-node-running": "^3.2.2",
66
66
  "yargs-parser": "^21.1.1"
67
67
  },