zova-ui-empty 5.0.246 → 5.0.248

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 +1 -0
  2. package/package.json +3 -3
package/env/.env CHANGED
@@ -34,6 +34,7 @@ SSR_BODYREADYOBSERVER = false
34
34
  SSR_API_BASE_URL = http://localhost:$DEV_SERVER_PORT
35
35
  SSR_PROD_PORT = 3000
36
36
  SSR_VITE_NODE = false
37
+ SSR_DEV_BODY_DISPLAY_ONHYDRATED = false
37
38
 
38
39
  MOCK_ENABLED = true
39
40
  MOCK_LOGGER = false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.0.246",
3
+ "version": "5.0.248",
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.178",
42
+ "zova": "^5.0.180",
43
43
  "zova-module-a-model": "^5.0.23",
44
44
  "zova-module-a-pinia": "^5.0.24",
45
45
  "zova-module-a-router": "^5.0.58",
@@ -58,5 +58,5 @@
58
58
  "zova-vite": "^1.0.152"
59
59
  },
60
60
  "license": "MIT",
61
- "gitHead": "1c7e281e72bf0a47cb1e694545dc9ed868289b6d"
61
+ "gitHead": "fe6c2e27775fc7bf32a0fe3f588bd93a88a4f3a6"
62
62
  }