@rspress/plugin-llms 2.0.14 → 2.0.16

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -101,6 +101,7 @@ async function normalizeMdFile(docDirectory, content, filepath, routeService, ba
101
101
  routeService,
102
102
  remarkLinkOptions: {
103
103
  checkDeadLinks: false,
104
+ checkAnchors: false,
104
105
  autoPrefix: true
105
106
  },
106
107
  __base: base
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-llms",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
4
4
  "description": "A plugin for rspress to generate llms.txt, llms-full.txt, md files to let llm understand your website.",
5
5
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
6
6
  "repository": {
@@ -35,15 +35,15 @@
35
35
  "unist-util-visit": "^5.1.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@microsoft/api-extractor": "^7.57.7",
39
- "@rsbuild/core": "^2.0.9",
38
+ "@microsoft/api-extractor": "^7.58.9",
39
+ "@rsbuild/core": "^2.0.15",
40
40
  "@rsbuild/plugin-react": "~2.0.1",
41
- "@rslib/core": "0.22.0",
41
+ "@rslib/core": "0.23.0",
42
42
  "@types/hast": "^3.0.4",
43
43
  "@types/node": "^22.8.1",
44
- "@types/react": "^19.2.15",
45
- "react": "^19.2.6",
46
- "rsbuild-plugin-publint": "^0.3.4",
44
+ "@types/react": "^19.2.17",
45
+ "react": "^19.2.7",
46
+ "rsbuild-plugin-publint": "^1.0.0",
47
47
  "typescript": "^6.0.3",
48
48
  "vfile": "^6.0.3",
49
49
  "@rspress/config": "1.0.0"