nuxt-ai-ready 1.7.3 → 1.7.4

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.7.3",
7
+ "version": "1.7.4",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.3",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -349,6 +349,7 @@ function setupPrerenderHandler(options, dbPath, siteInfo, llmsTxtConfig, indexNo
349
349
  const parsed = JSON.parse(route.contents || "{}");
350
350
  await processMarkdownRoute(state, nuxt, pageRoute, parsed);
351
351
  route.contents = parsed.markdown;
352
+ route.contentType = "text/markdown; charset=utf-8";
352
353
  state.totalProcessingTime += Date.now() - pageStartTime;
353
354
  });
354
355
  async function writeLlmsFiles() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-ai-ready",
3
3
  "type": "module",
4
- "version": "1.7.3",
4
+ "version": "1.7.4",
5
5
  "description": "Best practice AI & LLM discoverability for Nuxt sites.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",
@@ -62,13 +62,13 @@
62
62
  }
63
63
  },
64
64
  "dependencies": {
65
- "@mdream/js": "^1.5.8",
65
+ "@mdream/js": "^1.5.12",
66
66
  "@nuxt/kit": "^4.5.1",
67
67
  "citty": "^0.2.2",
68
68
  "consola": "^3.4.2",
69
69
  "defu": "^6.1.7",
70
70
  "drizzle-orm": "^0.45.2",
71
- "mdream": "^1.5.8",
71
+ "mdream": "^1.5.12",
72
72
  "nuxt-site-config": "^4.1.4",
73
73
  "nuxtseo-shared": "^5.3.10",
74
74
  "pathe": "^2.0.3",
@@ -87,7 +87,7 @@
87
87
  "@nuxt/module-builder": "^1.0.3",
88
88
  "@nuxt/test-utils": "^4.1.0",
89
89
  "@nuxtjs/eslint-config-typescript": "^12.1.0",
90
- "@nuxtjs/mcp-toolkit": "^0.18.0",
90
+ "@nuxtjs/mcp-toolkit": "^0.18.1",
91
91
  "@nuxtjs/robots": "^6.1.3",
92
92
  "@nuxtjs/sitemap": "^8.3.2",
93
93
  "@types/better-sqlite3": "^9.6.0",
@@ -104,7 +104,7 @@
104
104
  "nitropack": "^2.13.4",
105
105
  "nuxt": "^4.5.1",
106
106
  "nuxt-site-config": "^4.1.4",
107
- "nuxtseo-layer-devtools": "^5.3.9",
107
+ "nuxtseo-layer-devtools": "^5.3.10",
108
108
  "playwright": "^1.62.1",
109
109
  "playwright-core": "^1.62.1",
110
110
  "tinyglobby": "^0.2.17",