@dargmuesli/nuxt-vio 1.10.0 → 1.10.1

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 +3 -0
  2. package/package.json +1 -1
package/nuxt.config.ts CHANGED
@@ -44,6 +44,9 @@ export default defineNuxtConfig({
44
44
  shim: false,
45
45
  strict: true,
46
46
  tsConfig: {
47
+ compilerOptions: {
48
+ esModuleInterop: true,
49
+ },
47
50
  vueCompilerOptions: {
48
51
  htmlAttributes: [], // https://github.com/johnsoncodehk/volar/issues/1970#issuecomment-1276994634
49
52
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"