@rsdoctor/cli 1.0.0-alpha.0 → 1.0.0-alpha.2

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Rsdoctor Cli
1
+ # Rsdoctor CLI
2
2
 
3
3
  This is the cli package of Rsdoctor, you can use the capabilities of this package to open the analysis page without building.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/cli",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-alpha.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -27,10 +27,10 @@
27
27
  "picocolors": "^1.1.1",
28
28
  "tslib": "2.8.1",
29
29
  "yargs": "17.7.2",
30
- "@rsdoctor/client": "1.0.0-alpha.0",
31
- "@rsdoctor/sdk": "1.0.0-alpha.0",
32
- "@rsdoctor/types": "1.0.0-alpha.0",
33
- "@rsdoctor/utils": "1.0.0-alpha.0"
30
+ "@rsdoctor/types": "1.0.0-alpha.2",
31
+ "@rsdoctor/client": "1.0.0-alpha.2",
32
+ "@rsdoctor/sdk": "1.0.0-alpha.2",
33
+ "@rsdoctor/utils": "1.0.0-alpha.2"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",