@rsdoctor/core 1.3.13 → 1.3.14
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.
|
@@ -69,7 +69,7 @@ async function doneHandler(_stats, _this, context, compiler) {
|
|
|
69
69
|
let cached = null;
|
|
70
70
|
return ()=>{
|
|
71
71
|
if (cached) return cached;
|
|
72
|
-
cached =
|
|
72
|
+
cached = stats.toJson({
|
|
73
73
|
all: false,
|
|
74
74
|
chunks: true,
|
|
75
75
|
modules: true,
|
|
@@ -41,7 +41,7 @@ async function doneHandler(_stats, _this, context, compiler) {
|
|
|
41
41
|
let cached = null;
|
|
42
42
|
return ()=>{
|
|
43
43
|
if (cached) return cached;
|
|
44
|
-
cached =
|
|
44
|
+
cached = stats.toJson({
|
|
45
45
|
all: false,
|
|
46
46
|
chunks: true,
|
|
47
47
|
modules: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.14",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"fs-extra": "^11.1.1",
|
|
70
70
|
"semver": "^7.7.3",
|
|
71
71
|
"source-map": "^0.7.6",
|
|
72
|
-
"@rsdoctor/
|
|
73
|
-
"@rsdoctor/
|
|
74
|
-
"@rsdoctor/
|
|
75
|
-
"@rsdoctor/
|
|
72
|
+
"@rsdoctor/sdk": "1.3.14",
|
|
73
|
+
"@rsdoctor/utils": "1.3.14",
|
|
74
|
+
"@rsdoctor/types": "1.3.14",
|
|
75
|
+
"@rsdoctor/graph": "1.3.14"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"axios": "^1.13.2",
|