@dargmuesli/nuxt-vio 22.0.0-beta.3 → 22.0.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +33 -32
- package/server/plugins/seo.ts +7 -0
- package/shared/utils/networking.ts +1 -1
package/package.json
CHANGED
|
@@ -1,73 +1,74 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
|
-
"@dargmuesli/nuxt-cookie-control": "9.1
|
|
3
|
+
"@dargmuesli/nuxt-cookie-control": "9.2.1",
|
|
4
4
|
"@eslint/compat": "2.1.0",
|
|
5
5
|
"@heroicons/vue": "2.2.0",
|
|
6
6
|
"@http-util/status-i18n": "0.9.0",
|
|
7
7
|
"@intlify/eslint-plugin-vue-i18n": "4.5.1",
|
|
8
|
-
"@lucide/vue": "1.
|
|
8
|
+
"@lucide/vue": "1.25.0",
|
|
9
9
|
"@nuxt/devtools": "3.2.4",
|
|
10
|
-
"@nuxt/eslint": "1.
|
|
10
|
+
"@nuxt/eslint": "1.16.0",
|
|
11
11
|
"@nuxt/image": "2.0.0",
|
|
12
|
-
"@nuxtjs/color-mode": "4.0.
|
|
12
|
+
"@nuxtjs/color-mode": "4.0.1",
|
|
13
13
|
"@nuxtjs/html-validator": "2.1.0",
|
|
14
|
-
"@nuxtjs/i18n": "10.4.
|
|
15
|
-
"@nuxtjs/seo": "5.
|
|
14
|
+
"@nuxtjs/i18n": "10.4.1",
|
|
15
|
+
"@nuxtjs/seo": "5.3.2",
|
|
16
16
|
"@nuxtjs/turnstile": "1.1.3",
|
|
17
|
-
"@pinia/nuxt": "0.
|
|
17
|
+
"@pinia/nuxt": "1.0.1",
|
|
18
18
|
"@tailwindcss/forms": "0.5.11",
|
|
19
|
-
"@tailwindcss/typography": "0.5.
|
|
20
|
-
"@tailwindcss/vite": "4.3.
|
|
21
|
-
"@takumi-rs/core": "
|
|
19
|
+
"@tailwindcss/typography": "0.5.20",
|
|
20
|
+
"@tailwindcss/vite": "4.3.3",
|
|
21
|
+
"@takumi-rs/core": "2.3.0",
|
|
22
22
|
"@types/lodash-es": "4.17.12",
|
|
23
|
-
"@types/nodemailer": "8.0.
|
|
24
|
-
"@urql/core": "6.0.
|
|
25
|
-
"@urql/vue": "2.1.
|
|
23
|
+
"@types/nodemailer": "8.0.1",
|
|
24
|
+
"@urql/core": "6.0.3",
|
|
25
|
+
"@urql/vue": "2.1.1",
|
|
26
26
|
"@vuelidate/core": "2.0.3",
|
|
27
27
|
"@vuelidate/validators": "2.0.4",
|
|
28
28
|
"@vueuse/core": "14.3.0",
|
|
29
29
|
"class-variance-authority": "0.7.1",
|
|
30
30
|
"clsx": "2.1.1",
|
|
31
|
-
"eslint": "10.
|
|
31
|
+
"eslint": "10.7.0",
|
|
32
32
|
"eslint-config-prettier": "10.1.8",
|
|
33
33
|
"eslint-plugin-compat": "7.0.2",
|
|
34
34
|
"eslint-plugin-prettier": "5.5.6",
|
|
35
|
-
"eslint-plugin-yml": "3.
|
|
36
|
-
"globals": "17.
|
|
35
|
+
"eslint-plugin-yml": "3.6.0",
|
|
36
|
+
"globals": "17.7.0",
|
|
37
37
|
"jiti": "2.7.0",
|
|
38
38
|
"jose": "6.2.3",
|
|
39
|
-
"nodemailer": "
|
|
39
|
+
"nodemailer": "9.0.3",
|
|
40
40
|
"nuxt-gtag": "4.1.0",
|
|
41
41
|
"nuxt-security": "2.6.0",
|
|
42
|
-
"reka-ui": "2.
|
|
43
|
-
"shadcn-nuxt": "2.
|
|
42
|
+
"reka-ui": "2.10.1",
|
|
43
|
+
"shadcn-nuxt": "2.8.0",
|
|
44
44
|
"tailwind-merge": "3.6.0",
|
|
45
45
|
"tw-animate-css": "1.4.0",
|
|
46
|
+
"typescript": "6.0.3",
|
|
46
47
|
"vue-sonner": "2.0.9",
|
|
47
|
-
"vue-tsc": "3.3.
|
|
48
|
+
"vue-tsc": "3.3.7"
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
|
-
"@types/node": "24.13.
|
|
51
|
+
"@types/node": "24.13.3",
|
|
51
52
|
"@urql/devtools": "2.0.3",
|
|
52
|
-
"@urql/exchange-graphcache": "9.0.
|
|
53
|
+
"@urql/exchange-graphcache": "9.0.1",
|
|
53
54
|
"@vueuse/core": "14.3.0",
|
|
54
55
|
"consola": "3.4.2",
|
|
55
56
|
"defu": "6.1.7",
|
|
56
57
|
"h3": "1.15.11",
|
|
57
58
|
"lodash-es": "4.18.1",
|
|
58
|
-
"nuxt": "4.4.
|
|
59
|
-
"pinia": "
|
|
60
|
-
"prettier": "3.
|
|
61
|
-
"prettier-plugin-tailwindcss": "0.8.
|
|
59
|
+
"nuxt": "4.4.8",
|
|
60
|
+
"pinia": "4.0.2",
|
|
61
|
+
"prettier": "3.9.5",
|
|
62
|
+
"prettier-plugin-tailwindcss": "0.8.1",
|
|
62
63
|
"serve": "14.2.6",
|
|
63
|
-
"sharp": "0.
|
|
64
|
-
"stylelint": "17.
|
|
64
|
+
"sharp": "0.35.3",
|
|
65
|
+
"stylelint": "17.14.0",
|
|
65
66
|
"stylelint-config-recommended-vue": "1.6.1",
|
|
66
67
|
"stylelint-config-standard": "40.0.0",
|
|
67
68
|
"stylelint-no-unsupported-browser-features": "8.1.1",
|
|
68
|
-
"tailwindcss": "4.3.
|
|
69
|
-
"vue": "3.5.
|
|
70
|
-
"vue-router": "5.
|
|
69
|
+
"tailwindcss": "4.3.3",
|
|
70
|
+
"vue": "3.5.40",
|
|
71
|
+
"vue-router": "5.2.0"
|
|
71
72
|
},
|
|
72
73
|
"engines": {
|
|
73
74
|
"node": "24"
|
|
@@ -97,7 +98,7 @@
|
|
|
97
98
|
"url": "git+https://github.com/dargmuesli/vio.git"
|
|
98
99
|
},
|
|
99
100
|
"type": "module",
|
|
100
|
-
"version": "22.0.0-beta.
|
|
101
|
+
"version": "22.0.0-beta.5",
|
|
101
102
|
"scripts": {
|
|
102
103
|
"build": "pnpm run build:node",
|
|
103
104
|
"build:node": "NUXT_PUBLIC_I18N_BASE_URL=https://app.localhost:3001 nuxt build playground",
|
|
@@ -121,7 +121,7 @@ export const getServiceHref = ({
|
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
if (host) {
|
|
124
|
-
return `https://${nameSubdomainString}${host}${pathString}`
|
|
124
|
+
return `https://${nameSubdomainString}${getRootHost(host)}${pathString}`
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
throw new Error('Could not get service href!')
|