zova-ui-empty 5.0.97 → 5.0.98

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.
package/.gitignore CHANGED
@@ -40,11 +40,10 @@ yarn-error.log*
40
40
 
41
41
  # mine .env files
42
42
  env/.env*.mine
43
+ /src/front/config/config/config*.mine.ts
43
44
 
44
45
  **/*.tsbuildinfo
45
46
 
46
- /src/front/config
47
-
48
47
  /src/suite/*
49
48
  !/src/suite/.gitkeep
50
49
  !/src/suite/a-base
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.0.97",
3
+ "version": "5.0.98",
4
4
  "description": "A vue3 empty framework with ioc",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -43,8 +43,8 @@
43
43
  "typescript": "^5.4.5",
44
44
  "vite": "^5.2.12",
45
45
  "vue-tsc": "^2.0.19",
46
- "zova-vite": "^1.0.77"
46
+ "zova-vite": "^1.0.78"
47
47
  },
48
48
  "license": "MIT",
49
- "gitHead": "d9f253dc18bab2b6684f6314bf39ed38b8481f05"
49
+ "gitHead": "47543cfb1a57cdec2a00d1f9a0ad1d5a3c4ec0de"
50
50
  }
File without changes
File without changes
File without changes
File without changes
File without changes