@rsdoctor/components 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 +1 -8
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -1,14 +1,7 @@
1
- # Rsdoctor components
1
+ # @rsdoctor/components
2
2
 
3
3
  This package is the Rsdoctor reporting platform’s components.
4
4
 
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.
11
-
12
5
  ## Documentation
13
6
 
14
7
  https://rsdoctor.dev/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/components",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -46,12 +46,12 @@
46
46
  "@types/lodash-es": "4.17.12",
47
47
  "@types/node": "^16",
48
48
  "@types/path-browserify": "1.0.3",
49
- "@types/react": "^18.3.18",
49
+ "@types/react": "^18.3.19",
50
50
  "@types/react-highlight-words": "^0.20.0",
51
51
  "@types/url-parse": "1.4.11",
52
52
  "ansi-to-react": "6.1.6",
53
53
  "antd": "5.19.1",
54
- "axios": "^1.8.3",
54
+ "axios": "^1.8.4",
55
55
  "dayjs": "1.11.13",
56
56
  "echarts": "^5.6.0",
57
57
  "echarts-for-react": "^3.0.3",
@@ -66,14 +66,14 @@
66
66
  "react-hyper-tree": "0.3.12",
67
67
  "react-i18next": "12.0.0",
68
68
  "react-json-view": "1.21.3",
69
- "react-markdown": "^9.0.3",
69
+ "react-markdown": "^9.1.0",
70
70
  "react-router-dom": "6.4.3",
71
71
  "socket.io-client": "4.6.1",
72
72
  "typescript": "^5.2.2",
73
73
  "url-parse": "1.5.10",
74
- "@rsdoctor/graph": "1.0.0",
75
- "@rsdoctor/utils": "1.0.0",
76
- "@rsdoctor/types": "1.0.0"
74
+ "@rsdoctor/types": "1.0.1",
75
+ "@rsdoctor/graph": "1.0.1",
76
+ "@rsdoctor/utils": "1.0.1"
77
77
  },
78
78
  "publishConfig": {
79
79
  "access": "public",