sickbay 1.4.2 → 1.6.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/{DiffApp-URU5RDS3.js → DiffApp-WXKMUGUY.js} +2 -2
- package/dist/{DoctorApp-C4UWQ2Y3.js → DoctorApp-CPM5G7E6.js} +3 -3
- package/dist/{FixApp-2IRNVALD.js → FixApp-PIG4QIY5.js} +3 -3
- package/dist/{StatsApp-QDKFND5Q.js → StatsApp-UVPUAX6W.js} +3 -3
- package/dist/{TrendApp-7SR7UCVQ.js → TrendApp-TM6IOBQT.js} +3 -3
- package/dist/{TuiApp-CWMLC5QI.js → TuiApp-5N3QTV7U.js} +3 -3
- package/dist/{chunk-WNCDYCPO.js → chunk-3TA3K4Q7.js} +650 -212
- package/dist/{chunk-7CHSSJZH.js → chunk-AQAWL2MS.js} +1 -1
- package/dist/{chunk-C6CDVDZ2.js → chunk-RJSWEQBF.js} +1 -1
- package/dist/{dist-YIK3YE5B.js → dist-KJCFDM2M.js} +1 -1
- package/dist/index.js +21 -21
- package/dist/{init-VMFU77S5.js → init-AIIZ5FU3.js} +1 -1
- package/dist/{resolve-package-57YPNPWD.js → resolve-package-LMM4TPVO.js} +2 -2
- package/dist/web/assets/{index-BM8n1Sbm.js → index-1WfmAzox.js} +3 -4
- package/dist/web/assets/index-1WfmAzox.js.map +1 -0
- package/dist/web/assets/index-C9H1WQDO.css +2 -0
- package/dist/web/index.html +2 -2
- package/package.json +1 -1
- package/dist/web/assets/index-BM8n1Sbm.js.map +0 -1
- package/dist/web/assets/index-_UXbDrsj.css +0 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Header
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RJSWEQBF.js";
|
|
4
4
|
|
|
5
5
|
// src/components/DiffApp.tsx
|
|
6
6
|
import React, { useState, useEffect } from "react";
|
|
@@ -119,7 +119,7 @@ function DiffApp({ projectPath, branch, jsonOutput, checks, verbose }) {
|
|
|
119
119
|
useEffect(() => {
|
|
120
120
|
(async () => {
|
|
121
121
|
try {
|
|
122
|
-
const { runSickbay } = await import("./dist-
|
|
122
|
+
const { runSickbay } = await import("./dist-KJCFDM2M.js");
|
|
123
123
|
const currentReport = await runSickbay({
|
|
124
124
|
projectPath,
|
|
125
125
|
checks,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Header
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RJSWEQBF.js";
|
|
4
4
|
import {
|
|
5
5
|
shortName
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AQAWL2MS.js";
|
|
7
7
|
import {
|
|
8
8
|
detectPackageManager,
|
|
9
9
|
detectProject
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-3TA3K4Q7.js";
|
|
11
11
|
|
|
12
12
|
// src/components/DoctorApp.tsx
|
|
13
13
|
import React, { useState, useEffect } from "react";
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
} from "./chunk-MBVA75EM.js";
|
|
4
4
|
import {
|
|
5
5
|
Header
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-RJSWEQBF.js";
|
|
7
7
|
import {
|
|
8
8
|
shortName
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-AQAWL2MS.js";
|
|
10
10
|
import {
|
|
11
11
|
runSickbay
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-3TA3K4Q7.js";
|
|
13
13
|
|
|
14
14
|
// src/components/FixApp.tsx
|
|
15
15
|
import React, { useState, useEffect, useCallback } from "react";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Header
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-RJSWEQBF.js";
|
|
4
4
|
import {
|
|
5
5
|
shortName
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-AQAWL2MS.js";
|
|
7
7
|
import {
|
|
8
8
|
detectProject
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-3TA3K4Q7.js";
|
|
10
10
|
|
|
11
11
|
// src/components/StatsApp.tsx
|
|
12
12
|
import React, { useState, useEffect } from "react";
|
|
@@ -4,15 +4,15 @@ import {
|
|
|
4
4
|
} from "./chunk-SHO3ZXTH.js";
|
|
5
5
|
import {
|
|
6
6
|
Header
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-RJSWEQBF.js";
|
|
8
8
|
import {
|
|
9
9
|
detectRegressions,
|
|
10
10
|
loadHistory
|
|
11
11
|
} from "./chunk-3OR2GFVE.js";
|
|
12
12
|
import {
|
|
13
13
|
shortName
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-AQAWL2MS.js";
|
|
15
|
+
import "./chunk-3TA3K4Q7.js";
|
|
16
16
|
|
|
17
17
|
// src/components/TrendApp.tsx
|
|
18
18
|
import React, { useState, useEffect } from "react";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
detectMonorepo,
|
|
18
18
|
runSickbay,
|
|
19
19
|
runSickbayMonorepo
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-3TA3K4Q7.js";
|
|
21
21
|
|
|
22
22
|
// src/components/tui/TuiApp.tsx
|
|
23
23
|
import React11, { useState as useState8, useEffect as useEffect7, useCallback as useCallback2, useRef as useRef5 } from "react";
|
|
@@ -689,7 +689,7 @@ function TuiApp({
|
|
|
689
689
|
return () => timers.forEach(clearTimeout);
|
|
690
690
|
}, []);
|
|
691
691
|
useEffect7(() => {
|
|
692
|
-
checkForUpdate("1.
|
|
692
|
+
checkForUpdate("1.5.0").then((info) => {
|
|
693
693
|
if (info) setUpdateInfo(info);
|
|
694
694
|
});
|
|
695
695
|
}, []);
|
|
@@ -715,7 +715,7 @@ function TuiApp({
|
|
|
715
715
|
} catch {
|
|
716
716
|
}
|
|
717
717
|
try {
|
|
718
|
-
const { getDependencyTree } = await import("./dist-
|
|
718
|
+
const { getDependencyTree } = await import("./dist-KJCFDM2M.js");
|
|
719
719
|
const { saveDepTree } = await import("./history-XLNVZEDI.js");
|
|
720
720
|
const tree = await getDependencyTree(projectPath, result.projectInfo.packageManager);
|
|
721
721
|
saveDepTree(projectPath, tree);
|