@rspress/plugin-llms 2.0.0-beta.1 → 2.0.0-beta.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.
@@ -0,0 +1,10 @@
1
+ /**
2
+ * @remix-run/router v1.22.0
3
+ *
4
+ * Copyright (c) Remix Software Inc.
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE.md file in the root directory of this source tree.
8
+ *
9
+ * @license MIT
10
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-llms",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.3",
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": {
@@ -18,27 +18,27 @@
18
18
  "static"
19
19
  ],
20
20
  "dependencies": {
21
+ "remark-mdx": "^3.1.0",
22
+ "remark-parse": "^11.0.0",
23
+ "remark-stringify": "^11.0.0",
21
24
  "unified": "^11.0.5",
22
25
  "unist-util-visit": "^5.0.0",
23
- "unist-util-visit-children": "^3.0.0"
26
+ "unist-util-visit-children": "^3.0.0",
27
+ "@rspress/shared": "2.0.0-beta.3"
24
28
  },
25
29
  "devDependencies": {
26
- "@microsoft/api-extractor": "^7.52.4",
27
- "@rsbuild/core": "1.3.0",
28
- "@rslib/core": "0.6.5",
30
+ "@microsoft/api-extractor": "^7.52.5",
31
+ "@rsbuild/core": "1.3.13",
32
+ "@rslib/core": "0.6.7",
29
33
  "@types/hast": "^3.0.4",
30
34
  "@types/node": "^18.11.17",
31
- "remark-mdx": "^3.1.0",
32
- "remark-parse": "^11.0.0",
33
- "remark-stringify": "^11.0.0",
34
35
  "typescript": "^5.8.2",
35
36
  "vfile": "^6.0.3",
36
37
  "@rspress/config": "1.0.0",
37
- "@rspress/shared": "2.0.0-beta.1"
38
+ "@rspress/runtime": "2.0.0-beta.3"
38
39
  },
39
40
  "peerDependencies": {
40
- "@rspress/core": "^2.0.0-beta.1",
41
- "@rspress/runtime": "^2.0.0-beta.1"
41
+ "@rspress/core": "^2.0.0-beta.3"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=18.0.0"