nuxt-ai-ready 0.4.0 → 0.4.1
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/package.json
CHANGED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
uri: string;
|
|
3
|
-
name: string;
|
|
4
|
-
description: string;
|
|
5
|
-
metadata: {
|
|
6
|
-
mimeType: string;
|
|
7
|
-
};
|
|
8
|
-
cache: "1h";
|
|
9
|
-
handler(uri: URL): Promise<{
|
|
10
|
-
contents: {
|
|
11
|
-
uri: string;
|
|
12
|
-
mimeType: string;
|
|
13
|
-
text: string;
|
|
14
|
-
}[];
|
|
15
|
-
}>;
|
|
16
|
-
};
|
|
17
|
-
export default _default;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Lists all pages with metadata
|
|
3
|
-
*/
|
|
4
|
-
declare const _default: {
|
|
5
|
-
name: string;
|
|
6
|
-
description: string;
|
|
7
|
-
inputSchema: {};
|
|
8
|
-
cache: "1h";
|
|
9
|
-
handler(): Promise<{
|
|
10
|
-
content: {
|
|
11
|
-
type: "text";
|
|
12
|
-
text: string;
|
|
13
|
-
}[];
|
|
14
|
-
}>;
|
|
15
|
-
};
|
|
16
|
-
export default _default;
|