@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 +4 -4
- package/dist/const.d.cts +1 -1
- package/dist/const.d.mts +1 -1
- package/dist/const.d.ts +1 -1
- package/dist/const.mjs +4 -4
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +18 -18
package/dist/const.cjs
CHANGED
|
@@ -115,11 +115,11 @@ const AiReadyModule = {
|
|
|
115
115
|
pro: true
|
|
116
116
|
};
|
|
117
117
|
const AiSearchModule = {
|
|
118
|
-
slug: "ai-
|
|
119
|
-
npm: "nuxt-ai-
|
|
120
|
-
repo: "nuxt-seo-pro/nuxt-ai-
|
|
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
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
117
|
-
npm: "nuxt-ai-
|
|
118
|
-
repo: "nuxt-seo-pro/nuxt-ai-
|
|
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
|
|
120
|
+
label: "AI Kit",
|
|
121
121
|
icon: "i-carbon-chat-bot",
|
|
122
122
|
pro: true
|
|
123
123
|
};
|
package/dist/module.cjs
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxtjs/seo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
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.
|
|
48
|
-
"@nuxtjs/robots": "^5.
|
|
49
|
-
"@nuxtjs/sitemap": "^7.
|
|
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.
|
|
54
|
+
"nuxt-site-config": "^3.2.19"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@antfu/eslint-config": "^
|
|
57
|
+
"@antfu/eslint-config": "^7.2.0",
|
|
58
58
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
59
|
-
"@nuxt/content": "^3.
|
|
59
|
+
"@nuxt/content": "^3.11.0",
|
|
60
60
|
"@nuxt/module-builder": "^1.0.2",
|
|
61
|
-
"@nuxt/schema": "^4.
|
|
62
|
-
"@nuxt/test-utils": "^3.
|
|
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.
|
|
66
|
-
"eslint": "^9.39.
|
|
65
|
+
"bumpp": "^10.4.0",
|
|
66
|
+
"eslint": "^9.39.2",
|
|
67
67
|
"execa": "^9.6.1",
|
|
68
|
-
"happy-dom": "^20.0
|
|
69
|
-
"nitropack": "^2.
|
|
70
|
-
"nuxt": "^4.
|
|
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.
|
|
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": "
|
|
82
|
-
"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 &&
|
|
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
|
}
|