nuxt-ai-ready 1.7.2 → 1.7.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
|
@@ -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.3",
|
|
5
5
|
"description": "Best practice AI & LLM discoverability for Nuxt sites.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Harlan Wilton",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"drizzle-orm": "^0.45.2",
|
|
71
71
|
"mdream": "^1.5.8",
|
|
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",
|