@rsdoctor/cli 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +3 -12
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,20 +1,11 @@
1
- # Rsdoctor CLI
1
+ # @rsdoctor/cli
2
2
 
3
- This is the cli package of Rsdoctor, you can use the capabilities of this package to open the analysis page without building.
4
-
5
- ```
3
+ This is the CLI of Rsdoctor, you can use the capabilities of this package to open the analysis page without building.
6
4
 
5
+ ```bash
7
6
  npx @rsdoctor/cli analyze --profile [.rsdoctor/manifest.json filepath]
8
-
9
7
  ```
10
8
 
11
- ## features
12
-
13
- - Rsdoctor is a one-stop tool for diagnosing and analyzing the build process and build artifacts.
14
- - Rsdoctor is a tool that supports Webpack and Rspack build analysis.
15
- - Rsdoctor is an analysis tool that can display the time-consuming and behavioral details of the compilation.
16
- - Rsdoctor is a tool that provides bundle Diff and other anti-degradation capabilities simultaneously.
17
-
18
9
  ## Documentation
19
10
 
20
11
  https://rsdoctor.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -22,15 +22,15 @@
22
22
  "typescript": "^5.2.2"
23
23
  },
24
24
  "dependencies": {
25
- "axios": "^1.8.3",
25
+ "axios": "^1.8.4",
26
26
  "ora": "^5.4.1",
27
27
  "picocolors": "^1.1.1",
28
28
  "tslib": "2.8.1",
29
29
  "yargs": "17.7.2",
30
- "@rsdoctor/client": "1.0.0",
31
- "@rsdoctor/types": "1.0.0",
32
- "@rsdoctor/utils": "1.0.0",
33
- "@rsdoctor/sdk": "1.0.0"
30
+ "@rsdoctor/client": "1.0.1",
31
+ "@rsdoctor/sdk": "1.0.1",
32
+ "@rsdoctor/utils": "1.0.1",
33
+ "@rsdoctor/types": "1.0.1"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",