@sigmaott/base-next 1.2.5 → 1.2.7
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 +0 -7
- package/package.json +9 -5
- package/src/public/build-time.json +1 -1
package/nuxt.config.ts
CHANGED
|
@@ -144,13 +144,6 @@ export default defineNuxtConfig({
|
|
|
144
144
|
},
|
|
145
145
|
optimizeDeps: {
|
|
146
146
|
needsInterop: ['mediainfo.js'],
|
|
147
|
-
include: [
|
|
148
|
-
"dayjs",
|
|
149
|
-
"dayjs/plugin/utc",
|
|
150
|
-
"dayjs/plugin/timezone",
|
|
151
|
-
"dayjs/plugin/customParseFormat",
|
|
152
|
-
'axios'
|
|
153
|
-
],
|
|
154
147
|
},
|
|
155
148
|
server: {
|
|
156
149
|
cors: true,
|
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.7",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"locales",
|
|
11
11
|
"src",
|
|
12
12
|
"public",
|
|
13
|
+
".npmrc",
|
|
13
14
|
"nuxt.config.ts",
|
|
14
15
|
"hyrd-ui.preset.ts",
|
|
15
16
|
"nuxt-config.ts",
|
|
@@ -60,7 +61,6 @@
|
|
|
60
61
|
"@nuxt/fonts": "^0.8.0",
|
|
61
62
|
"@nuxtjs/color-mode": "^3.3.0",
|
|
62
63
|
"@nuxtjs/i18n": "^8.3.1",
|
|
63
|
-
"@openapitools/openapi-generator-cli": "^2.6.0",
|
|
64
64
|
"@pinia/nuxt": "^0.4.11",
|
|
65
65
|
"@tanstack/vue-query": "^4.29.13",
|
|
66
66
|
"@types/node": "18.16.16",
|
|
@@ -103,8 +103,6 @@
|
|
|
103
103
|
"remeda": "^1.19.0",
|
|
104
104
|
"sass": "^1.63.6",
|
|
105
105
|
"swagger-client": "^3.19.10",
|
|
106
|
-
"tsx": "^4.7.1",
|
|
107
|
-
"typescript": "^5.4.5",
|
|
108
106
|
"unocss": "^0.59.4",
|
|
109
107
|
"uuid": "^9.0.1",
|
|
110
108
|
"v-lazy-show": "^0.2.4",
|
|
@@ -115,6 +113,12 @@
|
|
|
115
113
|
"vue-tsc": "^1.8.1",
|
|
116
114
|
"worker-timers": "^7.0.71",
|
|
117
115
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
|
|
118
|
-
"zod": "^3.24.1"
|
|
116
|
+
"zod": "^3.24.1",
|
|
117
|
+
"echarts": "5.5.1"
|
|
118
|
+
},
|
|
119
|
+
"devDependencies": {
|
|
120
|
+
"@openapitools/openapi-generator-cli": "^2.6.0",
|
|
121
|
+
"typescript": "^5.4.5",
|
|
122
|
+
"tsx": "^4.7.1"
|
|
119
123
|
}
|
|
120
124
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1752483854874
|