skillo 0.2.2 → 0.2.4

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/cli.js CHANGED
@@ -3003,7 +3003,7 @@ async function pullSkills(skills) {
3003
3003
  import { Command as Command13 } from "commander";
3004
3004
  var trayCommand = new Command13("tray").description("Start the system tray icon").action(async () => {
3005
3005
  try {
3006
- const { startTray } = await import("./tray-62I5KIFE.js");
3006
+ const { startTray } = await import("./tray-RZQV6GDP.js");
3007
3007
  await startTray();
3008
3008
  } catch (error) {
3009
3009
  if (error instanceof Error && error.message.includes("Cannot find module")) {
@@ -3017,7 +3017,7 @@ var trayCommand = new Command13("tray").description("Start the system tray icon"
3017
3017
  });
3018
3018
 
3019
3019
  // src/cli.ts
3020
- var VERSION = "0.2.2";
3020
+ var VERSION = "0.2.4";
3021
3021
  var program = new Command14();
3022
3022
  program.name("skillo").description(
3023
3023
  `Skillo - Learn workflows by observation, not explanation.