zova-ui-empty 5.0.270 → 5.0.271

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 +0 -1
  2. package/package.json +4 -4
package/env/.env CHANGED
@@ -16,7 +16,6 @@ PROJECT_DISABLED_SUITES =
16
16
  BUILD_OUTDIR =
17
17
  BUILD_MINIFY = true
18
18
  BUILD_ANALYZE = false
19
- BUILD_CHUNK_OBFUSCATION = true
20
19
 
21
20
  API_BASE_URL=
22
21
  API_PREFIX = /api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.0.270",
3
+ "version": "5.0.271",
4
4
  "description": "A vue3 empty framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -62,7 +62,7 @@
62
62
  "concurrently": "^8.2.2",
63
63
  "localforage": "^1.10.0",
64
64
  "pinia": "^2.1.7",
65
- "quasar-app-extension-zova": "^1.1.158",
65
+ "quasar-app-extension-zova": "^1.1.163",
66
66
  "sass": "^1.77.5",
67
67
  "typescript": "^5.4.5",
68
68
  "vite": "^5.3.1",
@@ -85,8 +85,8 @@
85
85
  "zova-module-home-style": "^5.0.0",
86
86
  "zova-module-home-theme": "^5.0.0",
87
87
  "zova-module-test-demo": "^5.0.0",
88
- "zova-vite": "^1.0.161"
88
+ "zova-vite": "^1.0.166"
89
89
  },
90
90
  "license": "MIT",
91
- "gitHead": "0d5bec3982fb4bc5844e4c54bc399a1f961e47e1"
91
+ "gitHead": "5d8d52c780d38a2e85a20cd8c1050b688cb4d9d5"
92
92
  }