@dargmuesli/nuxt-vio 1.0.1 → 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 +4 -3
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.0.1",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -8,7 +8,7 @@
8
8
  "engines": {
9
9
  "node": "19"
10
10
  },
11
- "packageManager": "pnpm@8.0.0",
11
+ "packageManager": "pnpm@8.1.1",
12
12
  "files": [
13
13
  "composables",
14
14
  "server",
@@ -27,6 +27,7 @@
27
27
  "@nuxtjs/eslint-config-typescript": "12.0.0",
28
28
  "eslint": "8.37.0",
29
29
  "nuxt": "3.3.3",
30
- "typescript": "5.0.3"
30
+ "typescript": "5.0.3",
31
+ "vue-gtag": "2.0.1"
31
32
  }
32
33
  }