@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 Rsbuild, install the following dependencies:
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
 
@@ -8,7 +8,7 @@ import { PackageManagerTabs } from '@theme';
8
8
 
9
9
  ### Rspack 项目
10
10
 
11
- 基于 Rspack Rsbuild 的项目,安装以下依赖:
11
+ 基于 Rspack 的项目(比如 Rsbuild 或 Rslib),安装以下依赖:
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.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.2"
34
+ "@rsdoctor/types": "1.2.3"
35
35
  },
36
36
  "dependencies": {
37
37
  "@rstack-dev/doc-ui": "1.10.8",