@rsdoctor/components 0.4.5 → 0.4.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.
@@ -25,7 +25,7 @@ const cn = {
25
25
  "After Compile": "编译后",
26
26
  "After Bundle": "打包后",
27
27
  CodeModeExplain: "Lite 模式下或纯 stats.json 上传的情况下只有 source code.",
28
- DuplicatePakCodeExplain: "纯 stats.json 输入的情况下没有代码,可使用 web-doctor 插件参与构建会有对应代码。"
28
+ DuplicatePakCodeExplain: "纯 stats.json 输入的情况下没有代码,可使用 Rsdoctor 插件参与构建会有对应代码。"
29
29
  };
30
30
  var cn_default = cn;
31
31
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/components",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -75,9 +75,9 @@
75
75
  "terser": "^5.33.0",
76
76
  "typescript": "^5.2.2",
77
77
  "url-parse": "1.5.10",
78
- "@rsdoctor/graph": "0.4.5",
79
- "@rsdoctor/types": "0.4.5",
80
- "@rsdoctor/utils": "0.4.5"
78
+ "@rsdoctor/graph": "0.4.6",
79
+ "@rsdoctor/types": "0.4.6",
80
+ "@rsdoctor/utils": "0.4.6"
81
81
  },
82
82
  "publishConfig": {
83
83
  "access": "public",