@rsdoctor/utils 1.5.6-canary.0 → 1.5.7
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 +1 -1
- package/dist/common.js +1 -1
- package/package.json +2 -2
package/dist/common.cjs
CHANGED
|
@@ -1055,7 +1055,7 @@ for(var __rspack_i in (()=>{
|
|
|
1055
1055
|
path,
|
|
1056
1056
|
size: cModule.size
|
|
1057
1057
|
});
|
|
1058
|
-
return {
|
|
1058
|
+
return added.sort((a, b)=>a.path.localeCompare(b.path)), removed.sort((a, b)=>a.path.localeCompare(b.path)), changed.sort((a, b)=>a.path.localeCompare(b.path)), {
|
|
1059
1059
|
added,
|
|
1060
1060
|
removed,
|
|
1061
1061
|
changed
|
package/dist/common.js
CHANGED
|
@@ -792,7 +792,7 @@ function getModulesDiffResult(baseline, current) {
|
|
|
792
792
|
path,
|
|
793
793
|
size: cModule.size
|
|
794
794
|
});
|
|
795
|
-
return {
|
|
795
|
+
return added.sort((a, b)=>a.path.localeCompare(b.path)), removed.sort((a, b)=>a.path.localeCompare(b.path)), changed.sort((a, b)=>a.path.localeCompare(b.path)), {
|
|
796
796
|
added,
|
|
797
797
|
removed,
|
|
798
798
|
changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/utils",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7",
|
|
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.3.2",
|
|
78
78
|
"strip-ansi": "^6.0.1",
|
|
79
|
-
"@rsdoctor/types": "1.5.
|
|
79
|
+
"@rsdoctor/types": "1.5.7"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@types/babel__code-frame": "7.27.0",
|