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.
@@ -9,8 +9,8 @@ import {
9
9
  runDoctor,
10
10
  runFixes,
11
11
  targetKey
12
- } from "./chunk-B44Y3ZQP.js";
13
- import "./chunk-E33XD5CO.js";
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-TIVMQBE3.js.map
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-E33XD5CO.js";
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-TIVMQBE3.js");
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-JYRH2ES4.js");
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-B44Y3ZQP.js";
8
- import "./chunk-E33XD5CO.js";
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-JYRH2ES4.js.map
124
+ //# sourceMappingURL=repair-NIKAW7NS.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "olakai-cli",
3
- "version": "0.10.0",
3
+ "version": "0.12.0",
4
4
  "description": "Olakai CLI tool",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",