@nuxtjs/seo 3.3.0 → 3.4.0

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/const.cjs CHANGED
@@ -115,11 +115,11 @@ const AiReadyModule = {
115
115
  pro: true
116
116
  };
117
117
  const AiSearchModule = {
118
- slug: "ai-search",
119
- npm: "nuxt-ai-search",
120
- repo: "nuxt-seo-pro/nuxt-ai-search",
118
+ slug: "ai-kit",
119
+ npm: "nuxt-ai-kit",
120
+ repo: "nuxt-seo-pro/nuxt-ai-kit",
121
121
  description: "Add AI Chat to your Nuxt app with no vendor-lock in and full customization.",
122
- label: "AI Search",
122
+ label: "AI Kit",
123
123
  icon: "i-carbon-chat-bot",
124
124
  pro: true
125
125
  };
package/dist/const.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  interface NuxtSEOModule {
2
- slug: 'nuxt-seo' | 'site-config' | 'robots' | 'sitemap' | 'og-image' | 'link-checker' | 'seo-utils' | 'schema-org' | 'skew-protection' | 'ai-ready' | 'ai-search';
2
+ slug: 'nuxt-seo' | 'site-config' | 'robots' | 'sitemap' | 'og-image' | 'link-checker' | 'seo-utils' | 'schema-org' | 'skew-protection' | 'ai-ready' | 'ai-kit';
3
3
  label: string;
4
4
  icon: string;
5
5
  description: string;
package/dist/const.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  interface NuxtSEOModule {
2
- slug: 'nuxt-seo' | 'site-config' | 'robots' | 'sitemap' | 'og-image' | 'link-checker' | 'seo-utils' | 'schema-org' | 'skew-protection' | 'ai-ready' | 'ai-search';
2
+ slug: 'nuxt-seo' | 'site-config' | 'robots' | 'sitemap' | 'og-image' | 'link-checker' | 'seo-utils' | 'schema-org' | 'skew-protection' | 'ai-ready' | 'ai-kit';
3
3
  label: string;
4
4
  icon: string;
5
5
  description: string;
package/dist/const.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  interface NuxtSEOModule {
2
- slug: 'nuxt-seo' | 'site-config' | 'robots' | 'sitemap' | 'og-image' | 'link-checker' | 'seo-utils' | 'schema-org' | 'skew-protection' | 'ai-ready' | 'ai-search';
2
+ slug: 'nuxt-seo' | 'site-config' | 'robots' | 'sitemap' | 'og-image' | 'link-checker' | 'seo-utils' | 'schema-org' | 'skew-protection' | 'ai-ready' | 'ai-kit';
3
3
  label: string;
4
4
  icon: string;
5
5
  description: string;
package/dist/const.mjs CHANGED
@@ -113,11 +113,11 @@ const AiReadyModule = {
113
113
  pro: true
114
114
  };
115
115
  const AiSearchModule = {
116
- slug: "ai-search",
117
- npm: "nuxt-ai-search",
118
- repo: "nuxt-seo-pro/nuxt-ai-search",
116
+ slug: "ai-kit",
117
+ npm: "nuxt-ai-kit",
118
+ repo: "nuxt-seo-pro/nuxt-ai-kit",
119
119
  description: "Add AI Chat to your Nuxt app with no vendor-lock in and full customization.",
120
- label: "AI Search",
120
+ label: "AI Kit",
121
121
  icon: "i-carbon-chat-bot",
122
122
  pro: true
123
123
  };
package/dist/module.cjs CHANGED
@@ -20,7 +20,7 @@ const module$1 = kit.defineNuxtModule({
20
20
  version: "^4.3"
21
21
  },
22
22
  "nuxt-og-image": {
23
- version: "^5.1"
23
+ version: ">=5.1"
24
24
  },
25
25
  "nuxt-schema-org": {
26
26
  version: "^5.0"
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "nuxt": ">=3.16.0"
5
5
  },
6
6
  "configKey": "nuxtseo",
7
- "version": "3.3.0",
7
+ "version": "3.4.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -18,7 +18,7 @@ const module$1 = defineNuxtModule({
18
18
  version: "^4.3"
19
19
  },
20
20
  "nuxt-og-image": {
21
- version: "^5.1"
21
+ version: ">=5.1"
22
22
  },
23
23
  "nuxt-schema-org": {
24
24
  version: "^5.0"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxtjs/seo",
3
3
  "type": "module",
4
- "version": "3.3.0",
4
+ "version": "3.4.0",
5
5
  "description": "Fully equipped Technical SEO for busy Nuxters.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -44,32 +44,32 @@
44
44
  "dist"
45
45
  ],
46
46
  "dependencies": {
47
- "@nuxt/kit": "^4.2.2",
48
- "@nuxtjs/robots": "^5.6.4",
49
- "@nuxtjs/sitemap": "^7.4.9",
47
+ "@nuxt/kit": "^4.3.0",
48
+ "@nuxtjs/robots": "^5.7.0",
49
+ "@nuxtjs/sitemap": "^7.6.0",
50
50
  "nuxt-link-checker": "^4.3.9",
51
51
  "nuxt-og-image": "^5.1.13",
52
52
  "nuxt-schema-org": "^5.0.10",
53
53
  "nuxt-seo-utils": "^7.0.19",
54
- "nuxt-site-config": "^3.2.12"
54
+ "nuxt-site-config": "^3.2.19"
55
55
  },
56
56
  "devDependencies": {
57
- "@antfu/eslint-config": "^6.6.1",
57
+ "@antfu/eslint-config": "^7.2.0",
58
58
  "@arethetypeswrong/cli": "^0.18.2",
59
- "@nuxt/content": "^3.9.0",
59
+ "@nuxt/content": "^3.11.0",
60
60
  "@nuxt/module-builder": "^1.0.2",
61
- "@nuxt/schema": "^4.2.2",
62
- "@nuxt/test-utils": "^3.21.0",
61
+ "@nuxt/schema": "^4.3.0",
62
+ "@nuxt/test-utils": "^3.23.0",
63
63
  "@nuxtjs/i18n": "^10.2.1",
64
64
  "@vue/test-utils": "^2.4.6",
65
- "bumpp": "^10.3.2",
66
- "eslint": "^9.39.1",
65
+ "bumpp": "^10.4.0",
66
+ "eslint": "^9.39.2",
67
67
  "execa": "^9.6.1",
68
- "happy-dom": "^20.0.11",
69
- "nitropack": "^2.12.9",
70
- "nuxt": "^4.2.2",
68
+ "happy-dom": "^20.4.0",
69
+ "nitropack": "^2.13.1",
70
+ "nuxt": "^4.3.0",
71
71
  "typescript": "^5.9.3",
72
- "vitest": "^4.0.15"
72
+ "vitest": "^4.0.18"
73
73
  },
74
74
  "publishConfig": {
75
75
  "resolutions": {},
@@ -78,12 +78,12 @@
78
78
  },
79
79
  "scripts": {
80
80
  "build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build",
81
- "dev": "nuxi dev playground",
82
- "dev:docs": "nuxi dev docs",
81
+ "dev": "nuxt dev playground",
82
+ "dev:docs": "nuxt dev docs",
83
83
  "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
84
84
  "lint": "eslint . --fix",
85
85
  "release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.md\"",
86
- "test": " pnpm dev:prepare && nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/i18n && vitest",
86
+ "test": " pnpm dev:prepare && nuxt prepare test/fixtures/basic && nuxt prepare test/fixtures/i18n && vitest",
87
87
  "typecheck": "pnpm dev:prepare && tsc --noEmit && npx vue-tsc --noEmit --strict",
88
88
  "test:attw": "attw --pack"
89
89
  }