vona-cli-set-api 1.0.271 → 1.0.273

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.
@@ -46,7 +46,7 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "vona": "^5.0.156"
49
+ "vona": "^5.0.157"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@cabloy/lint": "^5.0.16",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-home-base",
3
3
  "type": "module",
4
- "version": "5.0.5",
4
+ "version": "5.0.8",
5
5
  "title": "home-base",
6
6
  "vonaModule": {
7
7
  "dependencies": {
@@ -33,9 +33,9 @@
33
33
  "tsc:publish": "npm run clean && vona :bin:buildModule && tsc -p tsconfig.build.json",
34
34
  "prepublishOnly": "npm run tsc:publish",
35
35
  "prepack": "clean-package",
36
- "postpack": "clean-package restore"
36
+ "postpack": "clean-package restore",
37
+ "version": "node ../../../../../scripts/version-home.ts"
37
38
  },
38
- "dependencies": {},
39
39
  "clean-package": {
40
40
  "indent": 2,
41
41
  "remove": [
@@ -9,7 +9,7 @@ export class Main extends BeanSimple implements IModuleMain {
9
9
  'en-us': en,
10
10
  'zh-cn': zhCN,
11
11
  };
12
- this.app.util.setLocaleErrors(localeErrors, this.bean.scope('a-i18n').config.i18n.defaultLocale);
12
+ this.app.util.setLocaleErrors(localeErrors, this.app.scope('a-i18n').config.i18n.defaultLocale);
13
13
  }
14
14
 
15
15
  async configLoaded(_config: any) {}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-home-index",
3
3
  "type": "module",
4
- "version": "5.0.5",
4
+ "version": "5.0.8",
5
5
  "title": "home-index",
6
6
  "vonaModule": {
7
7
  "dependencies": {
@@ -33,9 +33,9 @@
33
33
  "tsc:publish": "npm run clean && vona :bin:buildModule && tsc -p tsconfig.build.json",
34
34
  "prepublishOnly": "npm run tsc:publish",
35
35
  "prepack": "clean-package",
36
- "postpack": "clean-package restore"
36
+ "postpack": "clean-package restore",
37
+ "version": "node ../../../../../scripts/version-home.ts"
37
38
  },
38
- "dependencies": {},
39
39
  "clean-package": {
40
40
  "indent": 2,
41
41
  "remove": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-home-user",
3
3
  "type": "module",
4
- "version": "5.0.5",
4
+ "version": "5.0.8",
5
5
  "title": "home-user",
6
6
  "vonaModule": {
7
7
  "fileVersion": 1,
@@ -34,9 +34,9 @@
34
34
  "tsc:publish": "npm run clean && vona :bin:buildModule && tsc -p tsconfig.build.json",
35
35
  "prepublishOnly": "npm run tsc:publish",
36
36
  "prepack": "clean-package",
37
- "postpack": "clean-package restore"
37
+ "postpack": "clean-package restore",
38
+ "version": "node ../../../../../scripts/version-home.ts"
38
39
  },
39
- "dependencies": {},
40
40
  "clean-package": {
41
41
  "indent": 2,
42
42
  "remove": [
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "vona-suite-a-home",
3
3
  "type": "module",
4
- "version": "5.0.5",
4
+ "version": "5.0.9",
5
5
  "title": "a-home",
6
6
  "description": "",
7
7
  "author": "zhennann",
8
8
  "files": [],
9
+ "scripts": {
10
+ "version": "node ../../../scripts/version-home.ts"
11
+ },
9
12
  "dependencies": {
10
13
  "vona-module-home-base": "workspace:^",
11
14
  "vona-module-home-index": "workspace:^",
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.271",
4
+ "version": "1.0.273",
5
5
  "description": "vona cli-set-api",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -61,7 +61,7 @@
61
61
  "ts-node-maintained": "^10.9.6",
62
62
  "urllib": "^4.6.11",
63
63
  "uuid": "^11.1.0",
64
- "vona-core": "^5.0.72",
64
+ "vona-core": "^5.0.73",
65
65
  "why-is-node-running": "^3.2.2",
66
66
  "yargs-parser": "^21.1.1"
67
67
  },