@nuxtjs/seo 3.0.0-beta.1 → 3.0.0-beta.2

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/dist/module.cjs CHANGED
@@ -7,7 +7,7 @@ const module$1 = kit.defineNuxtModule({
7
7
  meta: {
8
8
  name: "nuxtseo",
9
9
  compatibility: {
10
- nuxt: ">=3.7.0",
10
+ nuxt: ">=3.16.0",
11
11
  bridge: false
12
12
  }
13
13
  },
package/dist/module.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "nuxtseo",
3
3
  "compatibility": {
4
- "nuxt": ">=3.7.0",
4
+ "nuxt": ">=3.16.0",
5
5
  "bridge": false
6
6
  },
7
7
  "configKey": "nuxtseo",
8
- "version": "2.2.0",
8
+ "version": "3.0.0-beta.1",
9
9
  "builder": {
10
10
  "@nuxt/module-builder": "0.8.4",
11
11
  "unbuild": "2.0.0"
package/dist/module.mjs CHANGED
@@ -5,7 +5,7 @@ const module = defineNuxtModule({
5
5
  meta: {
6
6
  name: "nuxtseo",
7
7
  compatibility: {
8
- nuxt: ">=3.7.0",
8
+ nuxt: ">=3.16.0",
9
9
  bridge: false
10
10
  }
11
11
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtjs/seo",
3
3
  "type": "module",
4
- "version": "3.0.0-beta.1",
4
+ "version": "3.0.0-beta.2",
5
5
  "packageManager": "pnpm@10.6.1",
6
6
  "description": "The all-in-one SEO layer for Nuxt 3.",
7
7
  "author": {
@@ -54,7 +54,7 @@
54
54
  "@nuxtjs/sitemap": "^7.2.7",
55
55
  "nuxt-link-checker": "^4.1.1",
56
56
  "nuxt-og-image": "^5.0.2",
57
- "nuxt-schema-org": "^5.0.1",
57
+ "nuxt-schema-org": "^5.0.2",
58
58
  "nuxt-seo-utils": "^7.0.2",
59
59
  "nuxt-site-config": "^3.1.4"
60
60
  },
@@ -81,7 +81,8 @@
81
81
  "tailwindcss": "4.0.7",
82
82
  "typescript": "5.6.3",
83
83
  "@uhead/vue": "2.0.0-rc.9",
84
- "unhead": "2.0.0-rc.9"
84
+ "unhead": "2.0.0-rc.9",
85
+ "nuxt": "3.16.0"
85
86
  },
86
87
  "publishConfig": {
87
88
  "resolutions": {},