@dargmuesli/nuxt-vio 1.1.0 → 1.2.0

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
@@ -1,3 +1,6 @@
1
1
  // https://v3.nuxtjs.org/api/configuration/nuxt.config
2
2
  export default defineNuxtConfig({
3
+ nitro: {
4
+ compressPublicAssets: true,
5
+ },
3
6
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"