zova-ui-empty 5.0.223 → 5.0.224

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 +5 -4
package/env/.env CHANGED
@@ -14,6 +14,8 @@ PROJECT_DISABLED_MODULES =
14
14
  PROJECT_DISABLED_SUITES =
15
15
 
16
16
  BUILD_OUTDIR =
17
+ BUILD_MINIFY = true
18
+ BUILD_ANALYZE = false
17
19
  BUILD_CHUNK_OBFUSCATION = true
18
20
 
19
21
  API_BASE_URL=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.0.223",
3
+ "version": "5.0.224",
4
4
  "description": "A vue3 empty framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -39,7 +39,7 @@
39
39
  "vue": "^3.4.29",
40
40
  "vue-router": "^4.3.3",
41
41
  "zod": "^3.23.8",
42
- "zova": "^5.0.163",
42
+ "zova": "^5.0.164",
43
43
  "zova-module-a-model": "^5.0.22",
44
44
  "zova-module-a-pinia": "^5.0.24",
45
45
  "zova-module-a-router": "^5.0.58",
@@ -50,12 +50,13 @@
50
50
  "@cabloy/lint": "^4.0.11",
51
51
  "@types/node": "^20.14.2",
52
52
  "@vitejs/plugin-vue": "^5.0.5",
53
+ "concurrently": "^8.2.2",
53
54
  "sass": "^1.77.5",
54
55
  "typescript": "^5.4.5",
55
56
  "vite": "^5.3.1",
56
57
  "vue-tsc": "^2.0.29",
57
- "zova-vite": "^1.0.143"
58
+ "zova-vite": "^1.0.144"
58
59
  },
59
60
  "license": "MIT",
60
- "gitHead": "32f556ffbbe6864613db3b5a50adc3fb259411d9"
61
+ "gitHead": "21f423daeb0a438716a0cf143febbfa09d092a7a"
61
62
  }