nuxt-ai-ready 1.7.2 → 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
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() {
|
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { fetchRawWithEvent as fetchSharedRawWithEvent } from "#nuxtseo/nitro";
|
|
2
2
|
export function fetchRawWithEvent(event, request, init) {
|
|
3
|
-
|
|
4
|
-
return h3FetchWithEvent(
|
|
5
|
-
event,
|
|
6
|
-
request,
|
|
7
|
-
init,
|
|
8
|
-
legacyFetch ? { fetch: (input, options) => legacyFetch(input, options) } : void 0
|
|
9
|
-
);
|
|
3
|
+
return fetchSharedRawWithEvent(event, request, init);
|
|
10
4
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-ai-ready",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.7.
|
|
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,15 +62,15 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@mdream/js": "^1.5.
|
|
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.
|
|
71
|
+
"mdream": "^1.5.12",
|
|
72
72
|
"nuxt-site-config": "^4.1.4",
|
|
73
|
-
"nuxtseo-shared": "^5.3.
|
|
73
|
+
"nuxtseo-shared": "^5.3.10",
|
|
74
74
|
"pathe": "^2.0.3",
|
|
75
75
|
"pkg-types": "^2.3.1",
|
|
76
76
|
"site-config-stack": "^4.1.4",
|
|
@@ -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.
|
|
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.
|
|
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",
|