@dargmuesli/nuxt-vio 1.10.1 → 1.10.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/nuxt.config.ts +0 -3
  2. package/package.json +1 -1
package/nuxt.config.ts CHANGED
@@ -44,9 +44,6 @@ export default defineNuxtConfig({
44
44
  shim: false,
45
45
  strict: true,
46
46
  tsConfig: {
47
- compilerOptions: {
48
- esModuleInterop: true,
49
- },
50
47
  vueCompilerOptions: {
51
48
  htmlAttributes: [], // https://github.com/johnsoncodehk/volar/issues/1970#issuecomment-1276994634
52
49
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"