@sigmaott/base-next 1.2.6 → 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 CHANGED
@@ -144,16 +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
- 'validator/lib/isIP',
154
- 'validator/lib/isEmail',
155
- 'clipboard'
156
- ],
157
147
  },
158
148
  server: {
159
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.6",
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",
@@ -1 +1 @@
1
- 1752482651170
1
+ 1752483854874