@rspress/plugin-api-docgen 2.0.0-beta.7 → 2.0.0-beta.9

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @rspress/plugin-api-docgen
2
2
 
3
- The auto api generate plugin for [Rspress](https://rspress.dev).
3
+ The auto api generate plugin for [Rspress](https://rspress.rs).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-api-docgen",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.0-beta.9",
4
4
  "description": "A plugin for rspress to generate api doc.",
5
5
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
6
6
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "remark-gfm": "^4.0.1",
32
32
  "unified": "^11.0.5",
33
33
  "unist-util-visit": "^5.0.0",
34
- "@rspress/shared": "2.0.0-beta.7"
34
+ "@rspress/shared": "2.0.0-beta.9"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@microsoft/api-extractor": "^7.52.8",
@@ -48,7 +48,7 @@
48
48
  "typescript": "^5.8.2"
49
49
  },
50
50
  "peerDependencies": {
51
- "@rspress/core": "^2.0.0-beta.7",
51
+ "@rspress/core": "^2.0.0-beta.9",
52
52
  "typescript": "^5.8.2"
53
53
  },
54
54
  "peerDependenciesMeta": {