@sigmaott/base-next 1.3.3 → 1.3.5
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 +13 -0
- package/package.json +2 -1
package/nuxt.config.ts
CHANGED
|
@@ -144,6 +144,19 @@ 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
|
+
'validator/lib/isIP',
|
|
154
|
+
'validator/lib/isEmail',
|
|
155
|
+
'clipboard',
|
|
156
|
+
'deepmerge',
|
|
157
|
+
'swagger-client',
|
|
158
|
+
'mediainfo.js'
|
|
159
|
+
],
|
|
147
160
|
},
|
|
148
161
|
server: {
|
|
149
162
|
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.3.
|
|
4
|
+
"version": "1.3.5",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"openapi:chat": "pnpm tsx ../../s-openapi.ts https://dev-streaming.gviet.vn:8783/api/chat/api-docs-json ./src/schemas/chatApi.json"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
+
"@pureadmin/utils": "^1.9.6",
|
|
45
46
|
"@ai-sdk/vue": "^1.2.12",
|
|
46
47
|
"@antfu/eslint-config": "^2.15.0",
|
|
47
48
|
"@antfu/utils": "^0.7.4",
|