nuxt-ai-ready 1.5.2 → 1.5.3
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.json +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +4 -4
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -672,7 +672,7 @@ const module$1 = defineNuxtModule({
|
|
|
672
672
|
const contentVersion = await resolveNuxtContentVersion();
|
|
673
673
|
const hasNuxtContentV3 = !!(contentVersion && contentVersion.version === 3);
|
|
674
674
|
if (typeof config.contentSignal === "object") {
|
|
675
|
-
const robotsOpts = nuxt.options.robots
|
|
675
|
+
const robotsOpts = nuxt.options.robots || {};
|
|
676
676
|
nuxt.options.robots = robotsOpts;
|
|
677
677
|
const groups = robotsOpts.groups || [];
|
|
678
678
|
robotsOpts.groups = groups;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-ai-ready",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.3",
|
|
5
5
|
"description": "Best practice AI & LLM discoverability for Nuxt sites.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -81,15 +81,15 @@
|
|
|
81
81
|
"@nuxt/test-utils": "^4.0.3",
|
|
82
82
|
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
|
83
83
|
"@nuxtjs/mcp-toolkit": "^0.17.2",
|
|
84
|
-
"@nuxtjs/robots": "^6.1.
|
|
85
|
-
"@nuxtjs/sitemap": "^8.2.
|
|
84
|
+
"@nuxtjs/robots": "^6.1.2",
|
|
85
|
+
"@nuxtjs/sitemap": "^8.2.2",
|
|
86
86
|
"@types/better-sqlite3": "^7.6.13",
|
|
87
87
|
"@vitest/coverage-v8": "^4.1.9",
|
|
88
88
|
"@vue/test-utils": "^2.4.11",
|
|
89
89
|
"@vueuse/nuxt": "^14.3.0",
|
|
90
90
|
"better-sqlite3": "^12.11.1",
|
|
91
91
|
"bumpp": "^11.1.0",
|
|
92
|
-
"eslint": "^10.
|
|
92
|
+
"eslint": "^10.6.0",
|
|
93
93
|
"eslint-plugin-harlanzw": "^0.17.0",
|
|
94
94
|
"execa": "^9.6.1",
|
|
95
95
|
"happy-dom": "^20.10.6",
|