@mdream/nuxt 0.10.3 → 0.11.0
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 +1 -1
- package/dist/module.mjs +2 -2
- package/package.json +5 -5
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -4,10 +4,10 @@ import { defu } from 'defu';
|
|
|
4
4
|
import { useSiteConfig, installNuxtSiteConfig } from 'nuxt-site-config/kit';
|
|
5
5
|
import { writeFile } from 'node:fs/promises';
|
|
6
6
|
import { consola } from 'consola';
|
|
7
|
-
import { generateLlmsTxtArtifacts } from 'mdream';
|
|
7
|
+
import { generateLlmsTxtArtifacts } from 'mdream/llms-txt';
|
|
8
8
|
|
|
9
9
|
const name = "@mdream/nuxt";
|
|
10
|
-
const version = "0.
|
|
10
|
+
const version = "0.11.0";
|
|
11
11
|
|
|
12
12
|
const logger = consola.withTag("nuxt-mdream");
|
|
13
13
|
function setupPrerenderHandler() {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdream/nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.11.0",
|
|
5
5
|
"description": "Nuxt module for converting HTML pages to Markdown using mdream",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"@nuxt/kit": "^4.1.2",
|
|
32
32
|
"consola": "^3.4.2",
|
|
33
33
|
"defu": "^6.1.4",
|
|
34
|
-
"nuxt-site-config": "^3.2.
|
|
34
|
+
"nuxt-site-config": "^3.2.9",
|
|
35
35
|
"pathe": "^2.0.3",
|
|
36
|
-
"mdream": "0.
|
|
36
|
+
"mdream": "0.11.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@antfu/eslint-config": "^5.
|
|
39
|
+
"@antfu/eslint-config": "^5.4.1",
|
|
40
40
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
41
41
|
"@nuxt/devtools": "latest",
|
|
42
42
|
"@nuxt/module-builder": "^1.0.2",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/node": "latest",
|
|
46
46
|
"bumpp": "^10.2.3",
|
|
47
47
|
"changelogen": "^0.6.2",
|
|
48
|
-
"eslint": "^9.
|
|
48
|
+
"eslint": "^9.36.0",
|
|
49
49
|
"nuxt": "^4.1.2",
|
|
50
50
|
"typescript": "^5.9.2",
|
|
51
51
|
"vitest": "^3.2.4"
|