@rsdoctor/docs 1.3.5 → 1.3.6

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.
@@ -38,6 +38,7 @@ Brief mode is used to generate lightweight analysis reports, supporting both HTM
38
38
  - **`htmlOptions`**: HTML output related configuration
39
39
  - **`reportHtmlName`**: HTML report filename, defaults to `report-rsdoctor.html`
40
40
  - **`jsonOptions`**: JSON output related configuration
41
+ - **`fileName`**: JSON stats filename, defaults to `rsdoctor-data.json`
41
42
  - **`sections`**: Module configuration for JSON output
42
43
  - **`moduleGraph`**: Whether to include module graph data, defaults to `true`
43
44
  - **`chunkGraph`**: Whether to include Chunk graph data, defaults to `true`
@@ -143,6 +144,8 @@ interface BriefConfig {
143
144
  }
144
145
 
145
146
  interface JsonOptions {
147
+ /** JSON stats filename, defaults to rsdoctor-data.json */
148
+ fileName?: string;
146
149
  /** Module configuration for JSON output */
147
150
  sections?: JsonSectionOptions;
148
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/docs",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -33,7 +33,7 @@
33
33
  "rspress-plugin-sitemap": "^1.2.1",
34
34
  "typescript": "^5.9.2",
35
35
  "@rsbuild/plugin-sass": "^1.4.0",
36
- "@rsdoctor/types": "1.3.5"
36
+ "@rsdoctor/types": "1.3.6"
37
37
  },
38
38
  "dependencies": {
39
39
  "@rstack-dev/doc-ui": "1.11.0",