zova-ui-empty 5.0.169 → 5.0.170

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/env/.env +2 -0
  2. package/package.json +4 -4
package/env/.env CHANGED
@@ -12,6 +12,8 @@ DEV_SERVER_PORT = 3000
12
12
  PROJECT_DISABLED_MODULES = a-pinia
13
13
  PROJECT_DISABLED_SUITES =
14
14
 
15
+ VITE_BUILD_OUTDIR =
16
+
15
17
  API_BASE_URL=
16
18
  API_PREFIX = /api
17
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.0.169",
3
+ "version": "5.0.170",
4
4
  "description": "A vue3 empty framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -35,7 +35,7 @@
35
35
  "vue": "^3.4.29",
36
36
  "vue-router": "^4.3.3",
37
37
  "zod": "^3.23.8",
38
- "zova": "^5.0.124",
38
+ "zova": "^5.0.125",
39
39
  "zova-module-a-model": "^5.0.13",
40
40
  "zova-module-a-pinia": "^5.0.20",
41
41
  "zova-module-a-router": "^5.0.44",
@@ -49,8 +49,8 @@
49
49
  "typescript": "^5.4.5",
50
50
  "vite": "^5.3.1",
51
51
  "vue-tsc": "^2.0.21",
52
- "zova-vite": "^1.0.118"
52
+ "zova-vite": "^1.0.119"
53
53
  },
54
54
  "license": "MIT",
55
- "gitHead": "14e181241069cfa0d5325cfb19f21259420c19de"
55
+ "gitHead": "52507fb67514312436767045448d36480a77502c"
56
56
  }