olakai-cli 0.10.0 → 0.12.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/{chunk-B44Y3ZQP.js → chunk-KSWV3C7D.js} +2 -2
- package/dist/{chunk-E33XD5CO.js → chunk-ULJXILXR.js} +212 -77
- package/dist/chunk-ULJXILXR.js.map +1 -0
- package/dist/{doctor-TIVMQBE3.js → doctor-7Q7SPMVD.js} +3 -3
- package/dist/index.js +3 -3
- package/dist/{repair-JYRH2ES4.js → repair-NIKAW7NS.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-E33XD5CO.js.map +0 -1
- /package/dist/{chunk-B44Y3ZQP.js.map → chunk-KSWV3C7D.js.map} +0 -0
- /package/dist/{doctor-TIVMQBE3.js.map → doctor-7Q7SPMVD.js.map} +0 -0
- /package/dist/{repair-JYRH2ES4.js.map → repair-NIKAW7NS.js.map} +0 -0
|
@@ -9,8 +9,8 @@ import {
|
|
|
9
9
|
runDoctor,
|
|
10
10
|
runFixes,
|
|
11
11
|
targetKey
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-KSWV3C7D.js";
|
|
13
|
+
import "./chunk-ULJXILXR.js";
|
|
14
14
|
import "./chunk-KNGRF4XU.js";
|
|
15
15
|
import "./chunk-KY6OHQZW.js";
|
|
16
16
|
import "./chunk-AVB4N2UN.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
runFixes,
|
|
27
27
|
targetKey
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=doctor-
|
|
29
|
+
//# sourceMappingURL=doctor-7Q7SPMVD.js.map
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
reconcileCurrentWorkspace,
|
|
15
15
|
removeEntry,
|
|
16
16
|
runMonitorInstall
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-ULJXILXR.js";
|
|
18
18
|
import {
|
|
19
19
|
createAgent,
|
|
20
20
|
createCustomDataConfig,
|
|
@@ -2491,7 +2491,7 @@ async function listCommand6(options) {
|
|
|
2491
2491
|
console.log(formatRegistryTable(registry));
|
|
2492
2492
|
}
|
|
2493
2493
|
async function doctorCommand(options) {
|
|
2494
|
-
const { runDoctor, printDoctorResult, exitCodeForStatus } = await import("./doctor-
|
|
2494
|
+
const { runDoctor, printDoctorResult, exitCodeForStatus } = await import("./doctor-7Q7SPMVD.js");
|
|
2495
2495
|
let tool;
|
|
2496
2496
|
if (!options.all) {
|
|
2497
2497
|
tool = await resolveToolFromOptions(options.tool, "status");
|
|
@@ -2509,7 +2509,7 @@ async function doctorCommand(options) {
|
|
|
2509
2509
|
}
|
|
2510
2510
|
async function repairCommand(options) {
|
|
2511
2511
|
const tool = await resolveToolFromOptions(options.tool, "init");
|
|
2512
|
-
const { runRepair, formatRepairResult, exitCodeForRepair } = await import("./repair-
|
|
2512
|
+
const { runRepair, formatRepairResult, exitCodeForRepair } = await import("./repair-NIKAW7NS.js");
|
|
2513
2513
|
const result = await runRepair({
|
|
2514
2514
|
tool,
|
|
2515
2515
|
interactive: isInteractive()
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
runCheckChain,
|
|
5
5
|
runFixes,
|
|
6
6
|
targetKey
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-KSWV3C7D.js";
|
|
8
|
+
import "./chunk-ULJXILXR.js";
|
|
9
9
|
import "./chunk-KNGRF4XU.js";
|
|
10
10
|
import {
|
|
11
11
|
findConfiguredWorkspace,
|
|
@@ -121,4 +121,4 @@ export {
|
|
|
121
121
|
resolveRepairTarget,
|
|
122
122
|
runRepair
|
|
123
123
|
};
|
|
124
|
-
//# sourceMappingURL=repair-
|
|
124
|
+
//# sourceMappingURL=repair-NIKAW7NS.js.map
|