@rsdoctor/docs 1.2.2 → 1.2.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.
|
@@ -8,7 +8,7 @@ import { PackageManagerTabs } from '@theme';
|
|
|
8
8
|
|
|
9
9
|
### Rspack projects
|
|
10
10
|
|
|
11
|
-
For projects based on Rspack or
|
|
11
|
+
For projects based on Rspack, such as Rsbuild or Rslib, install the following dependencies:
|
|
12
12
|
|
|
13
13
|
<PackageManagerTabs command="add @rsdoctor/rspack-plugin -D" />
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/docs",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"rspress-plugin-font-open-sans": "^1.0.0",
|
|
32
32
|
"rspress-plugin-sitemap": "^1.1.4",
|
|
33
33
|
"typescript": "^5.2.2",
|
|
34
|
-
"@rsdoctor/types": "1.2.
|
|
34
|
+
"@rsdoctor/types": "1.2.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@rstack-dev/doc-ui": "1.10.8",
|