@dargmuesli/nuxt-vio 10.2.9 → 10.2.10

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.
Files changed (2) hide show
  1. package/nuxt.config.ts +5 -14
  2. package/package.json +1 -1
package/nuxt.config.ts CHANGED
@@ -99,20 +99,11 @@ export default defineNuxtConfig(
99
99
  typescript: {
100
100
  shim: false,
101
101
  strict: true,
102
- tsConfig: {
103
- compilerOptions: {
104
- esModuleInterop: true,
105
- // noErrorTruncation: true,
106
- },
107
- },
108
- },
109
- vite: {
110
- optimizeDeps: {
111
- include: [
112
- 'dayjs', // remove when automated (https://github.com/nuxt/nuxt/pull/25752#discussion_r1486889443)
113
- 'sweetalert2', // remove when automated (https://github.com/nuxt/nuxt/pull/25752#discussion_r1486889443)
114
- ],
115
- },
102
+ // tsConfig: {
103
+ // compilerOptions: {
104
+ // noErrorTruncation: true,
105
+ // },
106
+ // },
116
107
  },
117
108
 
118
109
  // modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "10.2.9",
3
+ "version": "10.2.10",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dargmuesli/vio.git"