@rsdoctor/utils 1.4.0 → 1.4.1-beta.0

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/dist/common.cjs CHANGED
@@ -1075,7 +1075,8 @@ for(var __rspack_i in (()=>{
1075
1075
  summary,
1076
1076
  configs,
1077
1077
  envinfo,
1078
- errors
1078
+ errors,
1079
+ name: configs?.[0]?.config?.name
1079
1080
  }));
1080
1081
  case types_.SDK.ServerAPI.API.GetClientRoutes:
1081
1082
  if ("u" > typeof window && window?.[types_.Constants.WINDOW_RSDOCTOR_TAG]) return window[types_.Constants.WINDOW_RSDOCTOR_TAG].enableRoutes;
package/dist/common.js CHANGED
@@ -912,7 +912,8 @@ class APIDataLoader {
912
912
  summary,
913
913
  configs,
914
914
  envinfo,
915
- errors
915
+ errors,
916
+ name: configs?.[0]?.config?.name
916
917
  }));
917
918
  case SDK.ServerAPI.API.GetClientRoutes:
918
919
  if ("u" > typeof window && window?.[types_Constants.WINDOW_RSDOCTOR_TAG]) return window[types_Constants.WINDOW_RSDOCTOR_TAG].enableRoutes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/utils",
3
- "version": "1.4.0",
3
+ "version": "1.4.1-beta.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -76,7 +76,7 @@
76
76
  "picocolors": "^1.1.1",
77
77
  "rslog": "^1.2.11",
78
78
  "strip-ansi": "^6.0.1",
79
- "@rsdoctor/types": "1.4.0"
79
+ "@rsdoctor/types": "1.4.1-beta.0"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@types/babel__code-frame": "7.0.6",