@dargmuesli/nuxt-vio 3.5.1 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ export const useAppLayout = () => {
4
4
 
5
5
  // TODO: replace with `useServerHeadSafe`
6
6
  useHeadSafe({
7
- ...useLocaleHead({ addSeoAttributes: true }).value,
7
+ ...useLocaleHead({ addDirAttribute: true, addSeoAttributes: true }).value,
8
8
  bodyAttrs: {
9
9
  class:
10
10
  'bg-background-bright dark:bg-background-dark font-sans text-text-dark dark:text-text-bright',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dargmuesli/nuxt-vio",
3
- "version": "3.5.1",
3
+ "version": "3.6.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -78,7 +78,7 @@
78
78
  "cookie": "0.5.0",
79
79
  "dayjs": "2.0.0-alpha.4",
80
80
  "is-https": "4.0.0",
81
- "jiti": "1.19.3",
81
+ "jiti": "1.20.0",
82
82
  "jose": "4.14.6",
83
83
  "lodash-es": "4.17.21",
84
84
  "pinia": "2.1.6",