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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "nuxt": ">=4.0.0"
5
5
  },
6
6
  "configKey": "aiReady",
7
- "version": "1.5.2",
7
+ "version": "1.5.3",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
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 !== false ? 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.2",
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.1",
85
- "@nuxtjs/sitemap": "^8.2.1",
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.5.0",
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",