@rsdoctor/graph 0.1.0-beta → 0.1.1
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.
- package/README.md +10 -3
- package/package.json +3 -3
package/README.md
CHANGED
@@ -1,11 +1,18 @@
|
|
1
|
-
# Rsdoctor
|
1
|
+
# Rsdoctor Graph
|
2
2
|
|
3
|
-
|
3
|
+
This package is the intermediate data layer of Rsdoctor.
|
4
4
|
|
5
|
-
|
5
|
+
## features
|
6
|
+
|
7
|
+
- Rsdoctor is a one-stop tool for diagnosing and analyzing the build process and build artifacts.
|
8
|
+
- Rsdoctor is a tool that supports Webpack and Rspack build analysis.
|
9
|
+
- Rsdoctor is an analysis tool that can display the time-consuming and behavioral details of the compilation.
|
10
|
+
- Rsdoctor is a tool that provides bundle Diff and other anti-degradation capabilities simultaneously.
|
6
11
|
|
7
12
|
## Documentation
|
8
13
|
|
14
|
+
https://rsdoctor.dev/
|
15
|
+
|
9
16
|
## Contributing
|
10
17
|
|
11
18
|
Please read the [Contributing Guide](https://github.com/web-infra-dev/rsdoctor/blob/main/CONTRIBUTING.md).
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rsdoctor/graph",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.1",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
@@ -17,8 +17,8 @@
|
|
17
17
|
"lodash": "^4.17.21",
|
18
18
|
"socket.io": "4.7.2",
|
19
19
|
"source-map": "^0.7.4",
|
20
|
-
"@rsdoctor/types": "0.1.
|
21
|
-
"@rsdoctor/utils": "0.1.
|
20
|
+
"@rsdoctor/types": "0.1.1",
|
21
|
+
"@rsdoctor/utils": "0.1.1"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
24
|
"@types/body-parser": "1.19.2",
|