@dargmuesli/nuxt-vio 1.0.1 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dargmuesli/nuxt-vio",
|
3
|
-
"version": "1.0
|
3
|
+
"version": "1.1.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.
|
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
|
}
|