@sigmaott/base-next 1.2.5 → 1.2.6
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/nuxt.config.ts +4 -1
- package/package.json +8 -5
- package/src/public/build-time.json +1 -1
package/nuxt.config.ts
CHANGED
|
@@ -149,7 +149,10 @@ export default defineNuxtConfig({
|
|
|
149
149
|
"dayjs/plugin/utc",
|
|
150
150
|
"dayjs/plugin/timezone",
|
|
151
151
|
"dayjs/plugin/customParseFormat",
|
|
152
|
-
'axios'
|
|
152
|
+
'axios',
|
|
153
|
+
'validator/lib/isIP',
|
|
154
|
+
'validator/lib/isEmail',
|
|
155
|
+
'clipboard'
|
|
153
156
|
],
|
|
154
157
|
},
|
|
155
158
|
server: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sigmaott/base-next",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.6",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"@nuxt/fonts": "^0.8.0",
|
|
61
61
|
"@nuxtjs/color-mode": "^3.3.0",
|
|
62
62
|
"@nuxtjs/i18n": "^8.3.1",
|
|
63
|
-
"@openapitools/openapi-generator-cli": "^2.6.0",
|
|
64
63
|
"@pinia/nuxt": "^0.4.11",
|
|
65
64
|
"@tanstack/vue-query": "^4.29.13",
|
|
66
65
|
"@types/node": "18.16.16",
|
|
@@ -103,8 +102,6 @@
|
|
|
103
102
|
"remeda": "^1.19.0",
|
|
104
103
|
"sass": "^1.63.6",
|
|
105
104
|
"swagger-client": "^3.19.10",
|
|
106
|
-
"tsx": "^4.7.1",
|
|
107
|
-
"typescript": "^5.4.5",
|
|
108
105
|
"unocss": "^0.59.4",
|
|
109
106
|
"uuid": "^9.0.1",
|
|
110
107
|
"v-lazy-show": "^0.2.4",
|
|
@@ -115,6 +112,12 @@
|
|
|
115
112
|
"vue-tsc": "^1.8.1",
|
|
116
113
|
"worker-timers": "^7.0.71",
|
|
117
114
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
|
|
118
|
-
"zod": "^3.24.1"
|
|
115
|
+
"zod": "^3.24.1",
|
|
116
|
+
"echarts": "5.5.1"
|
|
117
|
+
},
|
|
118
|
+
"devDependencies": {
|
|
119
|
+
"@openapitools/openapi-generator-cli": "^2.6.0",
|
|
120
|
+
"typescript": "^5.4.5",
|
|
121
|
+
"tsx": "^4.7.1"
|
|
119
122
|
}
|
|
120
123
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1752482651170
|