zova-ui-empty 5.1.88 → 5.1.90

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
@@ -54,18 +54,3 @@ env/.env*.local
54
54
  # /package.json
55
55
 
56
56
  **/*.tsbuildinfo
57
-
58
- /src/suite/*
59
- !/src/suite/.gitkeep
60
- !/src/suite/a-demo
61
- !/src/suite/a-home
62
-
63
- /src/suite-vendor/*
64
- !/src/suite-vendor/.gitkeep
65
- !/src/suite-vendor/a-zova
66
-
67
- /src/module/*
68
- !/src/module/.gitkeep
69
-
70
- /src/module-vendor/*
71
- !/src/module-vendor/.gitkeep
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zova-ui-empty",
3
- "version": "5.1.88",
4
- "gitHead": "ed6b11bdf77a2b7efcc261676c2812c3044768f1",
3
+ "version": "5.1.90",
4
+ "gitHead": "508a5920ab60a4a32c8c550fb8c8accb2e514f9c",
5
5
  "description": "A vue3 empty framework with ioc",
6
6
  "keywords": [
7
7
  "ioc",
@@ -74,7 +74,7 @@
74
74
  "vue": "^3.5.34",
75
75
  "vue-router": "npm:@cabloy/vue-router@^4.4.16",
76
76
  "zod": "^4.4.3",
77
- "zova": "^5.1.68",
77
+ "zova": "^5.1.69",
78
78
  "zova-jsx": "^1.1.40",
79
79
  "zova-module-a-api": "^5.1.10",
80
80
  "zova-module-a-app": "^5.1.12",
@@ -84,7 +84,7 @@
84
84
  "zova-module-a-boundary": "^5.1.10",
85
85
  "zova-module-a-command": "^5.1.21",
86
86
  "zova-module-a-fetch": "^5.1.12",
87
- "zova-module-a-form": "^5.1.24",
87
+ "zova-module-a-form": "^5.1.25",
88
88
  "zova-module-a-icon": "^5.1.14",
89
89
  "zova-module-a-interceptor": "^5.1.17",
90
90
  "zova-module-a-logger": "^5.1.11",
@@ -2,7 +2,7 @@
2
2
  "extends": "./tsconfig.base.esm",
3
3
  "compilerOptions": {
4
4
  "composite": false,
5
- "sourcemap": false,
5
+ "sourceMap": false,
6
6
  "allowImportingTsExtensions": false,
7
7
  "noEmit": false,
8
8
  "rewriteRelativeImportExtensions": false,